public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data
@ 2020-06-18 23:11 gdb-buildbot
  2020-06-18 23:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
                   ` (7 more replies)
  0 siblings, 8 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-18 23:11 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 41792d688a5a1f158d6e9ecda2b603ae122d69a1 ***

commit 41792d688a5a1f158d6e9ecda2b603ae122d69a1
Author:     Pedro Alves <palves@redhat.com>
AuthorDate: Thu Jun 18 21:28:17 2020 +0100
Commit:     Pedro Alves <palves@redhat.com>
CommitDate: Thu Jun 18 21:28:17 2020 +0100

    Don't write to inferior_ptid in linux_get_siginfo_data
    
    gdb/ChangeLog:
    2020-06-18  Pedro Alves  <palves@redhat.com>
    
            * linux-tdep.c (btrace_fetch): Save/restore current thread instead
            of saving/restoring inferior_ptid.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index da4be157cd..5611c42049 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-18  Pedro Alves  <palves@redhat.com>
+
+	* linux-tdep.c (btrace_fetch): Save/restore current thread instead
+	of saving/restoring inferior_ptid.
+
 2020-06-17  Tom Tromey  <tom@tromey.com>
 
 	* tui/tui-win.h (tui_scroll_forward, tui_scroll_backward)
diff --git a/gdb/linux-tdep.c b/gdb/linux-tdep.c
index 2dcdc63076..d51d953ee2 100644
--- a/gdb/linux-tdep.c
+++ b/gdb/linux-tdep.c
@@ -1612,8 +1612,8 @@ linux_get_siginfo_data (thread_info *thread, struct gdbarch *gdbarch)
   if (!gdbarch_get_siginfo_type_p (gdbarch))
     return gdb::byte_vector ();
 
-  scoped_restore save_inferior_ptid = make_scoped_restore (&inferior_ptid);
-  inferior_ptid = thread->ptid;
+  scoped_restore_current_thread save_current_thread;
+  switch_to_thread (thread);
 
   siginfo_type = gdbarch_get_siginfo_type (gdbarch);
 


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
@ 2020-06-18 23:11 ` gdb-buildbot
  2020-06-18 23:35 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-18 23:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3188

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
  2020-06-18 23:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
@ 2020-06-18 23:35 ` gdb-buildbot
  2020-07-18  1:29 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-18 23:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-native-extended-gdbserver-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/5/builds/3088

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
  2020-06-18 23:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
  2020-06-18 23:35 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
@ 2020-07-18  1:29 ` gdb-buildbot
  2020-07-18  2:04 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-07-18  1:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-cc-with-index

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/20/builds/3441

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_parallel: outer_threads: outer stop: print i
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_parallel: outer_threads: outer stop: print j
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
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://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Fedora-x86_64-m64, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
                   ` (2 preceding siblings ...)
  2020-07-18  1:29 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
@ 2020-07-18  2:04 ` gdb-buildbot
  2020-07-18  2:42 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-07-18  2:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m64

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/3/builds/3550

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print i02
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print i12
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: second thread: print i22
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print k
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print r
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 1st call: 2nd thread: print z
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print k
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print r
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_func: 2nd call: 2nd thread: print z
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: single_scope: first thread: print i3
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
                   ` (3 preceding siblings ...)
  2020-07-18  2:04 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
@ 2020-07-18  2:42 ` gdb-buildbot
  2020-07-18  2:49 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-07-18  2:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-extended-gdbserver-m32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/4/builds/3383

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-re-run.exp: re_run_inf=1: iter=1: continue until exit
PASS -> FAIL: gdb.multi/multi-re-run.exp: re_run_inf=1: iter=1: print re_run_var_1
new UNRESOLVED: gdb.multi/multi-re-run.exp: re_run_inf=1: iter=2: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.multi/multi-re-run.exp: re_run_inf=1: iter=2: setting breakpoint at all_started
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
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
                   ` (4 preceding siblings ...)
  2020-07-18  2:42 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
@ 2020-07-18  2:49 ` gdb-buildbot
  2020-07-18  3:18 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
  2020-07-18  3:30 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-07-18  2:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-extended-gdbserver-m64

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/2/builds/3384

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** Diff to previous build ***
==============================================
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/interrupted-hand-call.exp: continue until exit
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
                   ` (5 preceding siblings ...)
  2020-07-18  2:49 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
@ 2020-07-18  3:18 ` gdb-buildbot
  2020-07-18  3:30 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-07-18  3:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m32

Worker:
        fedora-x86-64-4

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/24/builds/3396

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-re-run.exp: re_run_inf=1: iter=2: continue until exit
PASS -> FAIL: gdb.multi/multi-re-run.exp: re_run_inf=1: iter=2: print re_run_var_1
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
PASS -> FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
                   ` (6 preceding siblings ...)
  2020-07-18  3:18 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
@ 2020-07-18  3:30 ` gdb-buildbot
  7 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-07-18  3:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m64

Worker:
        fedora-x86-64-3

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/22/builds/3395

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        41792d688a5a1f158d6e9ecda2b603ae122d69a1

Subject of commit:
        Don't write to inferior_ptid in linux_get_siginfo_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i02
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i12
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: multi_scope: first thread: print i22
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_parallel: outer_threads: outer stop: print i
PASS -> KFAIL: gdb.threads/omp-par-scope.exp: nested_parallel: outer_threads: outer stop: print j
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/41/41792d688a5a1f158d6e9ecda2b603ae122d69a1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-23 22:49 [binutils-gdb] Fix "maint selftest" regression, add struct scoped_mock_context gdb-buildbot
@ 2020-06-23 22:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-23 22:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3247

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        236ef0346d88efffd1ca1da1a5d80724cb145660

Subject of commit:
        Fix "maint selftest" regression, add struct scoped_mock_context

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/236ef0346d88efffd1ca1da1a5d80724cb145660/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/236ef0346d88efffd1ca1da1a5d80724cb145660//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/236ef0346d88efffd1ca1da1a5d80724cb145660//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-22 20:51 [binutils-gdb] Add tests for new alias default-args related commands and arguments gdb-buildbot
@ 2020-06-22 20:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-22 20:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3233

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        746ebfe8dd7aa7d9ec8e9651871f6e11fbf14537

Subject of commit:
        Add tests for new alias default-args related commands and arguments.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/746ebfe8dd7aa7d9ec8e9651871f6e11fbf14537/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/746ebfe8dd7aa7d9ec8e9651871f6e11fbf14537//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/746ebfe8dd7aa7d9ec8e9651871f6e11fbf14537//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-22 19:54 [binutils-gdb] default-args: allow to define default arguments for aliases gdb-buildbot
@ 2020-06-22 19:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-22 19:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3232

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        cf00cd6faf31c208bbfe107140c26895412214bb

Subject of commit:
        default-args: allow to define default arguments for aliases

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cf00cd6faf31c208bbfe107140c26895412214bb/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.base/alias.exp: alias foo=bar
PASS -> FAIL: gdb.base/default.exp: help
PASS -> FAIL: gdb.base/default.exp: help "h" abbreviation
PASS -> FAIL: gdb.base/help.exp: help aliases
PASS -> FAIL: gdb.base/page.exp: paged help
PASS -> FAIL: gdb.base/page.exp: unpaged help
PASS -> FAIL: gdb.base/style.exp: apropos -v cut for 'thre
PASS -> FAIL: gdb.base/style.exp: help classes of commands styled with title
PASS -> FAIL: gdb.python/python.exp: verify help to uiout
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cf00cd6faf31c208bbfe107140c26895412214bb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cf00cd6faf31c208bbfe107140c26895412214bb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-21 11:47 [binutils-gdb] Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' check gdb-buildbot
@ 2020-06-21 11:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-21 11:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3220

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        48e9cc84058771da089a2e8e652f70ac20a8fac0

Subject of commit:
        Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' check

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48e9cc84058771da089a2e8e652f70ac20a8fac0/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48e9cc84058771da089a2e8e652f70ac20a8fac0//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48e9cc84058771da089a2e8e652f70ac20a8fac0//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-20  0:04 [binutils-gdb] [gdb/testsuite] Limit default_target_compile override gdb-buildbot
@ 2020-06-20  0:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-20  0:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3215

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        37ab86550b9da31d6c32c2d3384bd27f0426e935

Subject of commit:
        [gdb/testsuite] Limit default_target_compile override

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37ab86550b9da31d6c32c2d3384bd27f0426e935/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/display.exp: step
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: change addr: address changed
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: change addr: initial run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: change addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: change addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: change addr: second run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: same addr: initial run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: same addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: same addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-reader-simple.exp: shared: same addr: second run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/shlib-call.exp: next over shr1
PASS -> FAIL: gdb.base/shlib-call.exp: next to shr1
PASS -> FAIL: gdb.base/shlib-call.exp: print g
PASS -> FAIL: gdb.base/shlib-call.exp: print shr1
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first
PASS -> FAIL: gdb.base/step-test.exp: next 1
PASS -> FAIL: gdb.base/step-test.exp: next 2
PASS -> FAIL: gdb.base/step-test.exp: next 3
PASS -> FAIL: gdb.base/step-test.exp: next over
PASS -> FAIL: gdb.base/step-test.exp: nexti over function
PASS -> FAIL: gdb.base/step-test.exp: step 1
PASS -> FAIL: gdb.base/step-test.exp: step 3
PASS -> FAIL: gdb.base/step-test.exp: step out
PASS -> FAIL: gdb.base/step-test.exp: stepi into function
PASS -> FAIL: gdb.base/step-test.exp: stepi to next line
PASS -> FAIL: gdb.base/step-test.exp: stepi: finish call
PASS -> FAIL: gdb.base/store.exp: continue to add_struct_1
PASS -> FAIL: gdb.base/store.exp: continue to add_struct_2
PASS -> FAIL: gdb.base/store.exp: continue to add_struct_3
PASS -> FAIL: gdb.base/store.exp: continue to add_struct_4
PASS -> FAIL: gdb.base/store.exp: continue to wack_struct_1
PASS -> FAIL: gdb.base/store.exp: continue to wack_struct_2
PASS -> FAIL: gdb.base/store.exp: continue to wack_struct_3
PASS -> FAIL: gdb.base/store.exp: continue to wack_struct_4
PASS -> FAIL: gdb.base/store.exp: var struct 1 u; next to add_struct_1 call
PASS -> FAIL: gdb.base/store.exp: var struct 1 u; print new u, expecting {s = \{1}}
PASS -> FAIL: gdb.base/store.exp: var struct 2 u; next to add_struct_2 call
PASS -> FAIL: gdb.base/store.exp: var struct 2 u; print new u, expecting {s = \{1, 2}}
PASS -> FAIL: gdb.base/store.exp: var struct 3 u; next to add_struct_3 call
PASS -> FAIL: gdb.base/store.exp: var struct 3 u; print new u, expecting {s = \{1, 2, 3}}
PASS -> FAIL: gdb.base/store.exp: var struct 4 u; next to add_struct_4 call
PASS -> FAIL: gdb.base/store.exp: var struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}}
PASS -> FAIL: gdb.base/type-opaque.exp: opaque struct type resolving
PASS -> FAIL: gdb.base/type-opaque.exp: opaque union type resolving
PASS -> FAIL: gdb.cp/ovldbreak.exp: breakpoint info
PASS -> KFAIL: gdb.cp/re-set-overloaded.exp: breakpoint resolved
PASS -> FAIL: gdb.reverse/step-precsave.exp: finish out of fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: next test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step into fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: step up to call
PASS -> FAIL: gdb.reverse/step-precsave.exp: stepi back from function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: finish out of fn call
PASS -> FAIL: gdb.reverse/step-reverse.exp: next over call
PASS -> FAIL: gdb.reverse/step-reverse.exp: next test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: next test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step into fn call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-reverse.exp: simple stepi
PASS -> FAIL: gdb.reverse/step-reverse.exp: step test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: step test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: step up to call
PASS -> FAIL: gdb.reverse/step-reverse.exp: stepi back from function call
PASS -> FAIL: gdb.threads/fork-child-threads.exp: next over fork
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37ab86550b9da31d6c32c2d3384bd27f0426e935//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37ab86550b9da31d6c32c2d3384bd27f0426e935//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-19 22:13 [binutils-gdb] Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412) gdb-buildbot
@ 2020-06-19 22:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-19 22:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3213

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        3922b302645fda04da42a5279399578ae2f6206c

Subject of commit:
        Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412)

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/3922b302645fda04da42a5279399578ae2f6206c/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/3922b302645fda04da42a5279399578ae2f6206c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/3922b302645fda04da42a5279399578ae2f6206c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-19 17:33 [binutils-gdb] Don't write to inferior_ptid in go32-nat.c gdb-buildbot
@ 2020-06-19 17:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-19 17:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3208

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        1ee1a363454d88a87ad2ade7530b2a7fb670021e

Subject of commit:
        Don't write to inferior_ptid in go32-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1ee1a363454d88a87ad2ade7530b2a7fb670021e/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1ee1a363454d88a87ad2ade7530b2a7fb670021e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1ee1a363454d88a87ad2ade7530b2a7fb670021e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-19  3:50 [binutils-gdb] Don't write to inferior_ptid in infrun.c gdb-buildbot
@ 2020-06-19  3:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-19  3:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3193

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        18493a005acc8fbccbee4a2b767334eaaf636dd2

Subject of commit:
        Don't write to inferior_ptid in infrun.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/18493a005acc8fbccbee4a2b767334eaaf636dd2/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: break grandparent_done
PASS -> UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: continue
PASS -> FAIL: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: continue to grandchild fork
PASS -> UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: kill child
PASS -> UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: switch to parent
PASS -> FAIL: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=kill: fork: continue to grandchild fork
PASS -> UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=kill: fork: kill child
PASS -> UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=kill: fork: kill parent
PASS -> UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=kill: fork: switch to parent
PASS -> FAIL: gdb.base/foll-fork.exp: follow child, detach off, command "continue": continue past fork
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "continue": continue to breakpoint: continue unfollowed inferior to bp
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "continue": inferior 1
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "continue": info inferiors
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "next 2": continue until exit at continue unfollowed inferior to end
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "next 2": inferior 1
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "next 2": info inferiors
PASS -> FAIL: gdb.base/foll-fork.exp: follow child, detach off, command "next 2": next 2 past fork
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: run
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: kill child
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: kill parent
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: only child marked running
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: set print inferior-events off
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: info threads
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: kill child
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: kill parent
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: set print inferior-events off
PASS -> FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: info threads
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: kill child
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: kill parent
PASS -> UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: set print inferior-events off
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: break marker
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: continue to end, first time
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: continue to end, second time
PASS -> FAIL: gdb.base/step-over-exit.exp: continue to exit
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: continue to marker, first time
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: continue to marker, second time
new UNRESOLVED: gdb.base/step-over-exit.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: delete display 1
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: display/i $pc
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: find syscall insn in exit
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: get hexadecimal valueof "$pc"
new UNRESOLVED: gdb.base/step-over-exit.exp: set breakpoint condition-evaluation target
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: set conditional break at syscall address
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: switch back to inferior 1, first time
PASS -> UNRESOLVED: gdb.base/step-over-exit.exp: switch back to inferior 1, second time
new UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
new UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
new UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid"
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: child_function
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: setting breakpoint at _exit
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: watch globalvar
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach parent
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: switch to parent
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid"
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: child_function
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: detach child
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: detach parent
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: setting breakpoint at _exit
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: switch to parent
PASS -> UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: watch globalvar
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/18493a005acc8fbccbee4a2b767334eaaf636dd2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/18493a005acc8fbccbee4a2b767334eaaf636dd2//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-18  0:49 [binutils-gdb] Fix TCL error in gdb.python/py-format-string.exp gdb-buildbot
@ 2020-06-18  0:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-18  0:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3183

Author:
        Sandra Loosemore <sandra@codesourcery.com>

Commit tested:
        05e682e3be7e3d9d63ec358dcf8943fd200545cb

Subject of commit:
        Fix TCL error in gdb.python/py-format-string.exp.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/05e682e3be7e3d9d63ec358dcf8943fd200545cb/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/05e682e3be7e3d9d63ec358dcf8943fd200545cb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/05e682e3be7e3d9d63ec358dcf8943fd200545cb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-17 18:09 [binutils-gdb] [gdb/testsuite] Remove dependence on tcl_unknown gdb-buildbot
@ 2020-06-17 18:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-17 18:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3176

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        081e778cb855581fe63a9b26aa582900da5d1a8b

Subject of commit:
        [gdb/testsuite] Remove dependence on tcl_unknown

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/081e778cb855581fe63a9b26aa582900da5d1a8b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.mi/list-thread-groups-no-inferior.exp: -list-thread-groups --available
PASS -> FAIL: gdb.mi/list-thread-groups-no-inferior.exp: GDB is still alive
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/081e778cb855581fe63a9b26aa582900da5d1a8b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/081e778cb855581fe63a9b26aa582900da5d1a8b//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-15  7:33 [binutils-gdb] gdb/testsuite: fix minor things in jit tests gdb-buildbot
@ 2020-06-15  7:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-15  7:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3152

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        ff08abb8a2cdb449314b68ebc6ba8edf475fb415

Subject of commit:
        gdb/testsuite: fix minor things in jit tests

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff08abb8a2cdb449314b68ebc6ba8edf475fb415/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff08abb8a2cdb449314b68ebc6ba8edf475fb415//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff08abb8a2cdb449314b68ebc6ba8edf475fb415//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-14 16:01 [binutils-gdb] Handle Windows drives in rbreak paths gdb-buildbot
@ 2020-06-14 16:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-14 16:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3149

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        2c074f49026acbe0597e0d2d2f7385195dcac565

Subject of commit:
        Handle Windows drives in rbreak paths

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2c/2c074f49026acbe0597e0d2d2f7385195dcac565/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2c/2c074f49026acbe0597e0d2d2f7385195dcac565//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2c/2c074f49026acbe0597e0d2d2f7385195dcac565//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-14 12:51 [binutils-gdb] x86: Correct xsusldtrk mnemonic gdb-buildbot
@ 2020-06-14 12:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-14 12:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3148

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        efe30057d2fcf875e39efbe6cc2a6271decbbd2e

Subject of commit:
        x86: Correct xsusldtrk mnemonic

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ef/efe30057d2fcf875e39efbe6cc2a6271decbbd2e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/siginfo-threads.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ef/efe30057d2fcf875e39efbe6cc2a6271decbbd2e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ef/efe30057d2fcf875e39efbe6cc2a6271decbbd2e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-13  0:15 [binutils-gdb] gdbserver: remove support for CRIS gdb-buildbot
@ 2020-06-13  0:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-13  0:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3142

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        7b46bf6f83c444ac84b3b88ebd89a8dae0de2f37

Subject of commit:
        gdbserver: remove support for CRIS

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b46bf6f83c444ac84b3b88ebd89a8dae0de2f37/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b46bf6f83c444ac84b3b88ebd89a8dae0de2f37//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b46bf6f83c444ac84b3b88ebd89a8dae0de2f37//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-12 23:20 [binutils-gdb] gdbserver: remove support for Blackfin gdb-buildbot
@ 2020-06-12 23:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-12 23:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3141

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        1fa29f56baa741dd9a9238cf848927a7a7d83d6d

Subject of commit:
        gdbserver: remove support for Blackfin

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1fa29f56baa741dd9a9238cf848927a7a7d83d6d/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1fa29f56baa741dd9a9238cf848927a7a7d83d6d//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1fa29f56baa741dd9a9238cf848927a7a7d83d6d//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-12 20:32 [binutils-gdb] gdbserver: small cleanup of README file gdb-buildbot
@ 2020-06-12 20:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-12 20:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3138

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        c00094dc7ac4a527ff23b15adc96b4750d8365d7

Subject of commit:
        gdbserver: small cleanup of README file

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c00094dc7ac4a527ff23b15adc96b4750d8365d7/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c00094dc7ac4a527ff23b15adc96b4750d8365d7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c00094dc7ac4a527ff23b15adc96b4750d8365d7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-09 13:53 [binutils-gdb] i386-dis.c: Fix a typo in comments gdb-buildbot
@ 2020-06-09 13:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-09 13:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3118

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        f9630fa654d3421698bccd95a68712af0c86a081

Subject of commit:
        i386-dis.c: Fix a typo in comments

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f9/f9630fa654d3421698bccd95a68712af0c86a081/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f9/f9630fa654d3421698bccd95a68712af0c86a081//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f9/f9630fa654d3421698bccd95a68712af0c86a081//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-08 23:05 [binutils-gdb] gdb: remove FIELD_TYPE macro gdb-buildbot
@ 2020-06-08 23:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-08 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3110

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        b6cdac4b80c1d32726227305e16483cef9d40e2c

Subject of commit:
        gdb: remove FIELD_TYPE macro

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b6/b6cdac4b80c1d32726227305e16483cef9d40e2c/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b6/b6cdac4b80c1d32726227305e16483cef9d40e2c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b6/b6cdac4b80c1d32726227305e16483cef9d40e2c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-08 22:10 [binutils-gdb] gdb: add field::type / field::set_type gdb-buildbot
@ 2020-06-08 22:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-08 22:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3109

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        5d14b6e5d6525ce462c30501644922a10f8682eb

Subject of commit:
        gdb: add field::type / field::set_type

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d14b6e5d6525ce462c30501644922a10f8682eb/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d14b6e5d6525ce462c30501644922a10f8682eb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d14b6e5d6525ce462c30501644922a10f8682eb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-07 17:04 [binutils-gdb] elf64-hppa: Replace plt_sec/plt_rel_sec with root.splt/root.srelplt gdb-buildbot
@ 2020-06-07 17:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-07 17:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3102

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        9b8a8575b43157a55a815814e15349ddb0865165

Subject of commit:
        elf64-hppa: Replace plt_sec/plt_rel_sec with root.splt/root.srelplt

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9b/9b8a8575b43157a55a815814e15349ddb0865165/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9b/9b8a8575b43157a55a815814e15349ddb0865165//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9b/9b8a8575b43157a55a815814e15349ddb0865165//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-06 14:12 [binutils-gdb] ELF: Add target_os to elf_link_hash_table/elf_backend_data gdb-buildbot
@ 2020-06-06 14:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-06 14:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3098

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        90c14f0c3ac0252be955990e0ae120faedfb7b59

Subject of commit:
        ELF: Add target_os to elf_link_hash_table/elf_backend_data

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/90/90c14f0c3ac0252be955990e0ae120faedfb7b59/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/90/90c14f0c3ac0252be955990e0ae120faedfb7b59//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/90/90c14f0c3ac0252be955990e0ae120faedfb7b59//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-05 18:46 [binutils-gdb] gdb/python: Avoid use after free in py-tui.c gdb-buildbot
@ 2020-06-05 18:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-05 18:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3094

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        982a38f60b0ece9385556cff45567e06710478cb

Subject of commit:
        gdb/python: Avoid use after free in py-tui.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/982a38f60b0ece9385556cff45567e06710478cb/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/982a38f60b0ece9385556cff45567e06710478cb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/982a38f60b0ece9385556cff45567e06710478cb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-05  7:23 [binutils-gdb] [gdb/testsuite] Remove path names from error messages in gdb_file_cmd gdb-buildbot
@ 2020-06-05  7:23 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-05  7:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3082

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        1c07a73f66382eb0c95132aaf9690621fdce1e78

Subject of commit:
        [gdb/testsuite] Remove path names from error messages in gdb_file_cmd

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1c/1c07a73f66382eb0c95132aaf9690621fdce1e78/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1c/1c07a73f66382eb0c95132aaf9690621fdce1e78//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1c/1c07a73f66382eb0c95132aaf9690621fdce1e78//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-05  6:28 [binutils-gdb] [gdb/testsuite] Fix error handling in gdb_file_cmd gdb-buildbot
@ 2020-06-05  6:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-05  6:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3081

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        95146b5da22532c6688e457adb48fecbceb194b3

Subject of commit:
        [gdb/testsuite] Fix error handling in gdb_file_cmd

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95146b5da22532c6688e457adb48fecbceb194b3/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95146b5da22532c6688e457adb48fecbceb194b3//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95146b5da22532c6688e457adb48fecbceb194b3//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-03 20:31 [binutils-gdb] arc: Don't generate dynamic relocation for non SEC_ALLOC sections gdb-buildbot
@ 2020-06-03 20:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-03 20:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3068

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        50d036364fb2a71b3ac9a0b0cdbe58296832a1b2

Subject of commit:
        arc: Don't generate dynamic relocation for non SEC_ALLOC sections

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/50d036364fb2a71b3ac9a0b0cdbe58296832a1b2/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/50d036364fb2a71b3ac9a0b0cdbe58296832a1b2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/50d036364fb2a71b3ac9a0b0cdbe58296832a1b2//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-03 17:46 [binutils-gdb] This patch set for the generic BFD a.out backend removes a dead #define and makes aoutx.h self-contained: [PATCH 1/2]: bfd: remove unused NO_WRITE_HEADER_KLUDGE #define [PATCH 2/2]: bfd: make aoutx.h self-contained gdb-buildbot
@ 2020-06-03 17:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-03 17:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3065

Author:
        Gunther Nikl <gnikl@justmail.de>

Commit tested:
        0bff75284e1067e22cbe88fad672362db06f22ee

Subject of commit:
        This patch set for the generic BFD a.out backend removes a dead #define and makes aoutx.h self-contained:  [PATCH 1/2]: bfd: remove unused NO_WRITE_HEADER_KLUDGE #define  [PATCH 2/2]: bfd: make aoutx.h self-contained

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0bff75284e1067e22cbe88fad672362db06f22ee/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0bff75284e1067e22cbe88fad672362db06f22ee//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0bff75284e1067e22cbe88fad672362db06f22ee//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-02 21:16 [binutils-gdb] gdb: Convert language la_search_name_hash field to a method gdb-buildbot
@ 2020-06-02 21:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-02 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3053

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        fb8006fd350ad9eba04c19904f9a0fcd47628b41

Subject of commit:
        gdb: Convert language la_search_name_hash field to a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb8006fd350ad9eba04c19904f9a0fcd47628b41/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/pthreads.exp: after continue: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::hits=0
new FAIL: gdb.threads/pthreads.exp: after startup: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::hits=0
PASS -> FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from main thread
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 1
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to creation of second thread
PASS -> FAIL: gdb.threads/pthreads.exp: continue with all threads running
new FAIL: gdb.threads/pthreads.exp: get thread 2 id
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread and frame info
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread information
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command that aborts thread apply
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command, -c to continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=taas faas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=tfaas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=thread apply all -s frame apply all -s: run a failing command except in one frame of thread 2,3, -s to silently continue
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb8006fd350ad9eba04c19904f9a0fcd47628b41//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb8006fd350ad9eba04c19904f9a0fcd47628b41//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-02  1:47 [binutils-gdb] ELF: Move dyn_relocs to struct elf_link_hash_entry gdb-buildbot
@ 2020-06-02  1:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-02  1:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3043

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        190eb1ddba41aad3a31edead9392473ae9d3bbe3

Subject of commit:
        ELF: Move dyn_relocs to struct elf_link_hash_entry

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/19/190eb1ddba41aad3a31edead9392473ae9d3bbe3/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/19/190eb1ddba41aad3a31edead9392473ae9d3bbe3//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/19/190eb1ddba41aad3a31edead9392473ae9d3bbe3//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-06-01  9:25 [binutils-gdb] gdb: Preserve is-stmt lines when switch between files gdb-buildbot
@ 2020-06-01  9:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-06-01  9:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3040

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        1313c56ef9a68b5b753b3148dc7e8b3a4bb2d8ff

Subject of commit:
        gdb: Preserve is-stmt lines when switch between files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/1313c56ef9a68b5b753b3148dc7e8b3a4bb2d8ff/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/1313c56ef9a68b5b753b3148dc7e8b3a4bb2d8ff//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/1313c56ef9a68b5b753b3148dc7e8b3a4bb2d8ff//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-30  9:14 [binutils-gdb] gdb: rename dwarf2_per_objfile variables/fields to per_objfile gdb-buildbot
@ 2020-05-30  9:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-30  9:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3026

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        976ca31673841e14a7595ed32f8009b61608fe46

Subject of commit:
        gdb: rename dwarf2_per_objfile variables/fields to per_objfile

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/976ca31673841e14a7595ed32f8009b61608fe46/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/976ca31673841e14a7595ed32f8009b61608fe46//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/976ca31673841e14a7595ed32f8009b61608fe46//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-29 11:16 [binutils-gdb] Use errno value of first openp failure gdb-buildbot
@ 2020-05-29 11:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-29 11:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3002

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        96445f0b66af20343e2ffed08c4da8cfac101a03

Subject of commit:
        Use errno value of first openp failure

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96445f0b66af20343e2ffed08c4da8cfac101a03/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96445f0b66af20343e2ffed08c4da8cfac101a03//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96445f0b66af20343e2ffed08c4da8cfac101a03//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-29  9:27 [binutils-gdb] Don't close thread handles provided by WaitForDebugEvent gdb-buildbot
@ 2020-05-29  9:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-29  9:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/3000

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        ac637ec30dd9a3b19a02d1967a80e4ddf739706e

Subject of commit:
        Don't close thread handles provided by WaitForDebugEvent

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ac637ec30dd9a3b19a02d1967a80e4ddf739706e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ac637ec30dd9a3b19a02d1967a80e4ddf739706e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ac637ec30dd9a3b19a02d1967a80e4ddf739706e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-28 16:37 [binutils-gdb] Add dwarf2_per_objfile parameter to allocate_piece_closure gdb-buildbot
@ 2020-05-28 16:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-28 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2982

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        3c3cd3d4d7c7e05aa48b87c4ab11bac12a2caf7c

Subject of commit:
        Add dwarf2_per_objfile parameter to allocate_piece_closure

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3c3cd3d4d7c7e05aa48b87c4ab11bac12a2caf7c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3c3cd3d4d7c7e05aa48b87c4ab11bac12a2caf7c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3c3cd3d4d7c7e05aa48b87c4ab11bac12a2caf7c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-26 11:15 [binutils-gdb] ELF: Updated comments for ET_EXEC and ET_DYN gdb-buildbot
@ 2020-05-26 11:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-26 11:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2945

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5

Subject of commit:
        ELF: Updated comments for ET_EXEC and ET_DYN

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/68/68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/68/68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/68/68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-26  3:55 [binutils-gdb] nto_process_target::create_inferior: Pass args as char ** gdb-buildbot
@ 2020-05-26  3:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-26  3:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2937

Author:
        Michael Weghorn <m.weghorn@posteo.de>

Commit tested:
        ace6b9195e34cafa68964fb898d887ed15003fca

Subject of commit:
        nto_process_target::create_inferior: Pass args as char **

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ace6b9195e34cafa68964fb898d887ed15003fca/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ace6b9195e34cafa68964fb898d887ed15003fca//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ace6b9195e34cafa68964fb898d887ed15003fca//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-25 22:19 [binutils-gdb] [gdb/testsuite] Fix var use in compile_and_download_n_jit_so gdb-buildbot
@ 2020-05-25 22:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-25 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2931

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        8f7d38efadee2a4f75fb2085e02dab658aa37f38

Subject of commit:
        [gdb/testsuite] Fix var use in compile_and_download_n_jit_so

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8f7d38efadee2a4f75fb2085e02dab658aa37f38/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8f7d38efadee2a4f75fb2085e02dab658aa37f38//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8f7d38efadee2a4f75fb2085e02dab658aa37f38//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-25 21:24 [binutils-gdb] [gdb/testsuite] Fix exec_is_pie with gold linker gdb-buildbot
@ 2020-05-25 21:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-25 21:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2930

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        465e1b0f196faea1fc949863af023b762ef86188

Subject of commit:
        [gdb/testsuite] Fix exec_is_pie with gold linker

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/465e1b0f196faea1fc949863af023b762ef86188/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/callfuncs.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/465e1b0f196faea1fc949863af023b762ef86188//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/465e1b0f196faea1fc949863af023b762ef86188//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-23 23:04 [binutils-gdb] Add completion styling gdb-buildbot
@ 2020-05-23 23:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-23 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2923

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        eca1f90cf47a2edc1a1cd22e12c6c0f3b900654e

Subject of commit:
        Add completion styling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/eca1f90cf47a2edc1a1cd22e12c6c0f3b900654e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/completion.exp: complete 'handle keyword'
PASS -> FAIL: gdb.base/completion.exp: complete 'handle signal'
PASS -> FAIL: gdb.base/completion.exp: complete 'info func marke'
PASS -> FAIL: gdb.base/completion.exp: complete 'p &values[0] -> a'
PASS -> FAIL: gdb.base/completion.exp: complete 'p no_var_named_this-arg'
PASS -> FAIL: gdb.base/completion.exp: complete 'p values[0] . a'
PASS -> FAIL: gdb.base/completion.exp: complete 'p values[0].a'
PASS -> FAIL: gdb.base/completion.exp: complete 'set follow-fork-mode'
PASS -> FAIL: gdb.base/completion.exp: complete
PASS -> FAIL: gdb.base/completion.exp: complete break break
PASS -> FAIL: gdb.base/completion.exp: complete help aliases
PASS -> FAIL: gdb.base/completion.exp: completion of field in anonymous union
PASS -> FAIL: gdb.base/completion.exp: set breakpoint pending off
PASS -> FAIL: gdb.base/completion.exp: tab complete break break
PASS -> FAIL: gdb.base/filesym.exp: completion list for "filesym"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-boolean: tab complete "maint test-options require-delimiter -bool "
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-boolean: tab complete "maint test-options require-delimiter -bool -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-boolean: tab complete "maint test-options require-delimiter -bool o"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-enum: tab complete "maint test-options require-delimiter -enum "
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-flag: tab complete "maint test-options require-delimiter  -flag -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-misc: tab complete "maint test-options require-delimiter -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str="STR 'CCC' DDD": tab complete "maint test-options require-delimiter -string "STR 'CCC' DDD" -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str="STR AAA": tab complete "maint test-options require-delimiter -string "STR AAA" -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str="STR \"GGG\" HHH": tab complete "maint test-options require-delimiter -string "STR \"GGG\" HHH" -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str="STR": tab complete "maint test-options require-delimiter -string "STR" -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str='STR "EEE" FFF': tab complete "maint test-options require-delimiter -string 'STR "EEE" FFF' -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str='STR BBB': tab complete "maint test-options require-delimiter -string 'STR BBB' -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str='STR \'III\' JJJ': tab complete "maint test-options require-delimiter -string 'STR \'III\' JJJ' -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str='STR': tab complete "maint test-options require-delimiter -string 'STR' -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str=STR: tab complete "maint test-options require-delimiter -string STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str=\"STR: tab complete "maint test-options require-delimiter -string \"STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-string: str=\'STR: tab complete "maint test-options require-delimiter -string \'STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-uinteger: tab complete "maint test-options require-delimiter -uinteger "
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-uinteger: tab complete "maint test-options require-delimiter -uinteger 1 "
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-uinteger: tab complete "maint test-options require-delimiter -zuinteger-unlimited "
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-uinteger: tab complete "maint test-options require-delimiter -zuinteger-unlimited -1 "
PASS -> FAIL: gdb.base/options.exp: cmd=require-delimiter: test-uinteger: tab complete "maint test-options require-delimiter -zuinteger-unlimited 1 "
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-boolean: tab complete "maint test-options unknown-is-error -bool -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-boolean: tab complete "maint test-options unknown-is-error -bool o"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-enum: tab complete "maint test-options unknown-is-error -enum "
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-flag: tab complete "maint test-options unknown-is-error  -flag -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-misc: tab complete "maint test-options unknown-is-error -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str="STR 'CCC' DDD": tab complete "maint test-options unknown-is-error -string "STR 'CCC' DDD" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str="STR AAA": tab complete "maint test-options unknown-is-error -string "STR AAA" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str="STR \"GGG\" HHH": tab complete "maint test-options unknown-is-error -string "STR \"GGG\" HHH" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str="STR": tab complete "maint test-options unknown-is-error -string "STR" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str='STR "EEE" FFF': tab complete "maint test-options unknown-is-error -string 'STR "EEE" FFF' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str='STR BBB': tab complete "maint test-options unknown-is-error -string 'STR BBB' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str='STR \'III\' JJJ': tab complete "maint test-options unknown-is-error -string 'STR \'III\' JJJ' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str='STR': tab complete "maint test-options unknown-is-error -string 'STR' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str=STR: tab complete "maint test-options unknown-is-error -string STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str=\"STR: tab complete "maint test-options unknown-is-error -string \"STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-string: str=\'STR: tab complete "maint test-options unknown-is-error -string \'STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-uinteger: tab complete "maint test-options unknown-is-error -uinteger "
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-error: test-uinteger: tab complete "maint test-options unknown-is-error -zuinteger-unlimited "
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-boolean: tab complete "maint test-options unknown-is-operand -bool -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-boolean: tab complete "maint test-options unknown-is-operand -bool o"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-enum: tab complete "maint test-options unknown-is-operand -enum "
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-flag: tab complete "maint test-options unknown-is-operand  -flag -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-misc: tab complete "maint test-options unknown-is-operand -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str="STR 'CCC' DDD": tab complete "maint test-options unknown-is-operand -string "STR 'CCC' DDD" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str="STR AAA": tab complete "maint test-options unknown-is-operand -string "STR AAA" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str="STR \"GGG\" HHH": tab complete "maint test-options unknown-is-operand -string "STR \"GGG\" HHH" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str="STR": tab complete "maint test-options unknown-is-operand -string "STR" -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str='STR "EEE" FFF': tab complete "maint test-options unknown-is-operand -string 'STR "EEE" FFF' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str='STR BBB': tab complete "maint test-options unknown-is-operand -string 'STR BBB' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str='STR \'III\' JJJ': tab complete "maint test-options unknown-is-operand -string 'STR \'III\' JJJ' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str='STR': tab complete "maint test-options unknown-is-operand -string 'STR' -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str=STR: tab complete "maint test-options unknown-is-operand -string STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str=\"STR: tab complete "maint test-options unknown-is-operand -string \"STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-string: str=\'STR: tab complete "maint test-options unknown-is-operand -string \'STR -"
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-uinteger: tab complete "maint test-options unknown-is-operand -uinteger "
PASS -> FAIL: gdb.base/options.exp: cmd=unknown-is-operand: test-uinteger: tab complete "maint test-options unknown-is-operand -zuinteger-unlimited "
PASS -> FAIL: gdb.base/options.exp: test-backtrace: tab complete "backtrace -"
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "faas "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "faas -"
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "faas -s "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply 1 "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply 1 -"
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply 1 -s "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply all "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply all -"
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply all -s "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply level 0 "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply level 0 -"
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply level 0 -s "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "tfaas "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "tfaas -"
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "tfaas -s "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "faas -- "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "frame apply 1 -- "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "frame apply all -- "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "frame apply level 0 -- "
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "tfaas -- "
PASS -> FAIL: gdb.base/options.exp: test-info-threads: tab complete "info threads "
PASS -> FAIL: gdb.base/options.exp: test-print: tab complete "frame apply 1 print -"
PASS -> FAIL: gdb.base/options.exp: test-print: tab complete "frame apply all print -"
PASS -> FAIL: gdb.base/options.exp: test-print: tab complete "frame apply level 0 print -"
PASS -> FAIL: gdb.base/options.exp: test-print: tab complete "print -"
PASS -> FAIL: gdb.base/options.exp: test-print: tab complete "thread apply 1 frame apply 1 print -"
PASS -> FAIL: gdb.base/options.exp: test-print: tab complete "thread apply 1 print -"
PASS -> FAIL: gdb.base/options.exp: test-print: tab complete "thread apply all print -"
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "taas "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "taas -"
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "taas -c "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply 1 "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply 1 -"
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply 1 -c "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply all "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply all -"
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply all -c "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: tab complete "taas -- "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: tab complete "thread apply 1 -- "
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: tab complete "thread apply all -- "
PASS -> FAIL: gdb.base/settings.exp: test-auto-boolean: tab complete "maint set test-settings auto-boolean "
PASS -> FAIL: gdb.base/settings.exp: test-boolean: tab complete "maint set test-settings boolean "
PASS -> FAIL: gdb.base/settings.exp: test-enum: tab complete "maint set test-settings enum "
PASS -> FAIL: gdb.base/settings.exp: test-integer zuinteger: tab complete "maint set test-settings zuinteger"
PASS -> FAIL: gdb.base/settings.exp: test-integer zuinteger: tab complete "maintenance show test-settings zuinteger"
PASS -> FAIL: gdb.base/settings.exp: test-string string: tab complete "maint show test-settings string"
PASS -> FAIL: gdb.base/shell.exp: tab complete "pipe "
PASS -> FAIL: gdb.base/shell.exp: tab complete "| "
PASS -> FAIL: gdb.base/shell.exp: tab complete "|"
PASS -> FAIL: gdb.base/skip.exp: skip delete completion: tab complete "skip delete "
PASS -> FAIL: gdb.base/skip.exp: skip delete completion: tab complete "skip delete 1"
PASS -> FAIL: gdb.base/skip.exp: skip delete completion: tab complete "skip delete 2 "
PASS -> FAIL: gdb.base/skip.exp: skip delete completion: tab complete "skip delete 2-"
PASS -> FAIL: gdb.base/with.exp: completion: tab complete "with print elements unlimited -- "
PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: tab complete "p Test_NS"
PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: tab complete "p Test_NS:"
PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: tab complete "p Test_NS::"
PASS -> FAIL: gdb.linespec/cp-completion-aliases.exp: tab complete "break get_som"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: ambiguous-prefix: tab complete "b -function ambiguous_pre"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: ambiguous-prefix: tab complete "b ambiguous_pre"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b -function const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b -function const_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b const_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -source cpls.cc -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified cpls.cc:ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -source cpls.cc -qualified -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc": "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc": 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc": function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc":"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc":'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc":function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc': "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc': 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc': function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc':"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc':'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc':function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source "cpls.cc" -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source "cpls.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source "cpls.cc" -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source 'cpls.cc' -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source 'cpls.cc' -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source 'cpls.cc' -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source cpls.cc -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source cpls.cc -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source cpls.cc -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc: "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc: 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc: function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc:"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc:'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc:function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc": "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc": ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc": '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc":"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc":""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc":'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc': "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc': ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc': '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc':"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc':""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc':'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source "cpls2.cc" -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source "cpls2.cc" -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source "cpls2.cc" -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source 'cpls2.cc' -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source 'cpls2.cc' -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source 'cpls2.cc' -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source cpls2.cc -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source cpls2.cc -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source cpls2.cc -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc: "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc: ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc: '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc:""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc:'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: tab complete "b file_constrained_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc": "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc": "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc": 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc": 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc": function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc": unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc":"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc":"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc":'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc":'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc":function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "cpls.cc":unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc": "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc": "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc": 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc": 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc": function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc": unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc":"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc":"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc":'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc":'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc":function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_file.cc":unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc': "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc': "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc': 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc': 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc': function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc': unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc':"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc':"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc':'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc':'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc':function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'cpls.cc':unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc': "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc': "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc': 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc': 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc': function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc': unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc':"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc':"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc':'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc':'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc':function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_file.cc':unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "cpls.cc" -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "cpls.cc" -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "cpls.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "cpls.cc" -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "cpls.cc" -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "cpls.cc" -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "unknown_file.cc" -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "unknown_file.cc" -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "unknown_file.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "unknown_file.cc" -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "unknown_file.cc" -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "unknown_file.cc" -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'cpls.cc' -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'cpls.cc' -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'cpls.cc' -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'cpls.cc' -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'cpls.cc' -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'cpls.cc' -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'unknown_file.cc' -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'unknown_file.cc' -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'unknown_file.cc' -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'unknown_file.cc' -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'unknown_file.cc' -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source 'unknown_file.cc' -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source cpls.cc -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source cpls.cc -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source cpls.cc -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source cpls.cc -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source cpls.cc -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source cpls.cc -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source unknown_file.cc -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source unknown_file.cc -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source unknown_file.cc -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source unknown_file.cc -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source unknown_file.cc -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source unknown_file.cc -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc: "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc: "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc: 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc: 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc: function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc: unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc:"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc:"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc:'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc:'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc:function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b cpls.cc:unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc: "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc: "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc: 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc: 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc: function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc: unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc:"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc:"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc:'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc:'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc:function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_file.cc:unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc": "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc": "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc": 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc": 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc": function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc": unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc":"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc":"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc":'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc":'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc":function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "cpls.cc":unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc': "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc': "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc': 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc': 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc': function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc': unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc':"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc':"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc':'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc':'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc':function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'cpls.cc':unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source "cpls.cc" -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source "cpls.cc" -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source "cpls.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source "cpls.cc" -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source "cpls.cc" -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source "cpls.cc" -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source 'cpls.cc' -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source 'cpls.cc' -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source 'cpls.cc' -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source 'cpls.cc' -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source 'cpls.cc' -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source 'cpls.cc' -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source cpls.cc -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source cpls.cc -function "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source cpls.cc -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source cpls.cc -function 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source cpls.cc -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b -source cpls.cc -function unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc: "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc: "unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc: 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc: 'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc: function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc: unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc:"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc:"unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc:'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc:'unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc:function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b cpls.cc:unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-label: tab complete "b unknown_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: tab complete "b "unknown_file.cc": "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: tab complete "b 'unknown_file.cc': "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: tab complete "b unknown_file.cc: "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: tab complete "b -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: tab complete "b overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: tab complete "b
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: tab complete "b -function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: tab complete "b -function ns_overload2_test::overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: tab complete "b ns_overload2_test::overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: tab complete "b -function struct_overload3_test::overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: tab complete "b struct_overload3_test::overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: tab complete "b -function overload_ambiguous_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: tab complete "b overload_ambiguous_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b "nonexistingfilename.cc" "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b 'nonexistingfilename.cc' "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b nonexistingfilename.cc "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: tab complete "b -function template_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: tab complete "b template_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b -function test_abi_tag_in_para"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b -function test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b test_abi_tag_in_para"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b -function test_abi_tag_ovld2_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b -function test_abi_tag_ovld2_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b -function test_abi_tag_ovld2_function[abi:tag2"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b test_abi_tag_ovld2_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b test_abi_tag_ovld2_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b test_abi_tag_ovld2_function[abi:tag2"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b -function test_abi_tag_ovld_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b -function test_abi_tag_ovld_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b test_abi_tag_ovld_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b test_abi_tag_ovld_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b -function test_abi_tag_struc"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b -function test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b test_abi_tag_struc"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b -function test_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b test_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator"
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -function -qualified: tab complete "b -function argument -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -function: tab complete "b -function argument "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -label -qualified: tab complete "b -label argument -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -label: tab complete "b -label argument "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -line -qualified: tab complete "b -line +10 -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -line -qualified: tab complete "b -line -10 -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -line -qualified: tab complete "b -line 10 -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -line: tab complete "b -line +10 "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -line: tab complete "b -line -10 "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -line: tab complete "b -line 10 "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -function -qualified: tab complete "b -qualified -function argument -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -function: tab complete "b -qualified -function argument "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -label -qualified: tab complete "b -qualified -label argument -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -label: tab complete "b -qualified -label argument "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: tab complete "b -qualified -line +10 -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: tab complete "b -qualified -line -10 -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: tab complete "b -qualified -line 10 -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -line: tab complete "b -qualified -line +10 "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -line: tab complete "b -qualified -line -10 "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -line: tab complete "b -qualified -line 10 "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -source -qualified: tab complete "b -qualified -source argument -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -qualified -source: tab complete "b -qualified -source argument "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -source -qualified: tab complete "b -source argument -qualified "
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -source: tab complete "b -source argument "
PASS -> FAIL: gdb.linespec/explicit.exp: complete filename and non-unique function name
PASS -> FAIL: gdb.linespec/explicit.exp: complete non-unique file name
PASS -> FAIL: gdb.linespec/explicit.exp: complete non-unique function name
PASS -> FAIL: gdb.linespec/explicit.exp: complete non-unique label name: tab complete "b -function myfunction -label "
PASS -> FAIL: gdb.linespec/explicit.exp: complete unique label name reversed: tab complete "b -label top -function myfunction"
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 -> FAIL: gdb.linespec/linespec.exp: complete non-unique function name in two source files
PASS -> FAIL: gdb.linespec/linespec.exp: complete unique function name in disambiguated source file
PASS -> FAIL: gdb.linespec/linespec.exp: set break in function in non-existing absolute path
PASS -> FAIL: gdb.tui/completion.exp: completion of focus command: tab completion
PASS -> FAIL: gdb.tui/completion.exp: completion of layout names: tab completion
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/eca1f90cf47a2edc1a1cd22e12c6c0f3b900654e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/eca1f90cf47a2edc1a1cd22e12c6c0f3b900654e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-19 17:42 [binutils-gdb] Fix thinko in recent update to bfd_section_from_shdr gdb-buildbot
@ 2020-05-19 20:23 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-19 20:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2889

Author:
        Gunther Nikl <gnikl@justmail.de>

Commit tested:
        6fd1d259e98354236fafd14ec05f3d6a377ede9f

Subject of commit:
        Fix thinko in recent update to bfd_section_from_shdr.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6f/6fd1d259e98354236fafd14ec05f3d6a377ede9f/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.opencl/vec_comps.exp: OpenCL support not detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6f/6fd1d259e98354236fafd14ec05f3d6a377ede9f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6f/6fd1d259e98354236fafd14ec05f3d6a377ede9f//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-19  1:45 [binutils-gdb] win32 typo fix gdb-buildbot
@ 2020-05-19  1:45 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-19  1:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2880

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        39a1432c09fd0242a0c832b0db04b6a71adea254

Subject of commit:
        win32 typo fix

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39a1432c09fd0242a0c832b0db04b6a71adea254/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.opt/inline-locals.exp: info locals above bar 3
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39a1432c09fd0242a0c832b0db04b6a71adea254//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39a1432c09fd0242a0c832b0db04b6a71adea254//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-11 23:30 [binutils-gdb] Fix array pretty formatter gdb-buildbot
@ 2020-05-18 11:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-18 11:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2877

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        d642b6920b1a697da2e8fa2326cb773612a87f3f

Subject of commit:
        Fix array pretty formatter

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d642b6920b1a697da2e8fa2326cb773612a87f3f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option array_indexes=True, pretty_arrays=True
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array_with_repetition: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option array_indexes=True, pretty_arrays=True
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array_with_repetition: str
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d642b6920b1a697da2e8fa2326cb773612a87f3f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d642b6920b1a697da2e8fa2326cb773612a87f3f//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-24 13:55 [binutils-gdb] Share windows_thread_info between gdb and gdbserver gdb-buildbot
@ 2020-05-18  6:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-18  6:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2874

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        ae1f8880758d8087ad9fdb137d45c4abc1137b52

Subject of commit:
        Share windows_thread_info between gdb and gdbserver

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae1f8880758d8087ad9fdb137d45c4abc1137b52/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/completion.exp: complete 'info registers '
PASS -> KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into bar from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into baz from foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into foo from main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into foo_cold from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of bar to foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of baz to foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of foo to main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of foo_cold to foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into bar from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into baz from foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into foo from main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into foo_cold from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of bar to foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of baz to foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of foo to main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of foo_cold to foo
PASS -> KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
PASS -> FAIL: gdb.opt/inline-break.exp: cmd=break: bt stopped in inline_func1
PASS -> FAIL: gdb.opt/inline-break.exp: cmd=break: continue to breakpoint: inline_func1
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline
PASS -> FAIL: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: main not inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: outer_inline1 inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: outer_inline2 inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: up from outer_inline2
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to noinline
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to outer_inline1
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to outer_inline2
PASS -> FAIL: gdb.python/py-frame-inline.exp: info frame
PASS -> FAIL: gdb.python/py-frame-inline.exp: python print
PASS -> FAIL: gdb.python/py-frame-inline.exp: up
new FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 10:adrp	x0, 0xaaaaaaabb000
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 11:add	x0, x0, #0x10
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 12:ldr	w0, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 13:ldr	w1, [x29, #28]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 14:cmp	w1, w0
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 15:b.lt	0xaaaaaaaaa8a8 <main+24>  // b.tstop
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 16:adrp	x0, 0xaaaaaaabb000
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 17:add	x0, x0, #0x18
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 18:ldrsw	x1, [x29, #28]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 19:ldr	x0, [x0, x1, lsl #3]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 1:ld1	{v1.8b}, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 20:blr	x0
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 21:sub	sp, sp, #0x30
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 22:mov	w0, #0x42f60000            	// #1123418112
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 23:fmov	s0, w0
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 24:str	s0, [sp, #4]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 2:ld1	{v2.8b, v3.8b}, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 3:ld1	{v3.8b-v5.8b}, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 4:nop
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 5:add	sp, sp, #0x20
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 6:ret
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 7:ldr	w0, [x29, #28]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 8:add	w0, w0, #0x1
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 9:str	w0, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: reverse-stepi
new FAIL: gdb.reverse/insn-reverse.exp: move: si
new FAIL: gdb.reverse/insn-reverse.exp: move: x/i $pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae1f8880758d8087ad9fdb137d45c4abc1137b52//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae1f8880758d8087ad9fdb137d45c4abc1137b52//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-11 11:40 [binutils-gdb] gdb: use gdb:hash_enum as hash function in offset_map_type gdb-buildbot
@ 2020-05-17 21:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-17 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2870

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        1b95cdb76caca1b7a9ecf9324acf23139f11f7d1

Subject of commit:
        gdb: use gdb:hash_enum as hash function in offset_map_type

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b95cdb76caca1b7a9ecf9324acf23139f11f7d1/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/info-os.exp: continue
PASS -> FAIL: gdb.base/info-os.exp: get file descriptors
PASS -> FAIL: gdb.base/info-os.exp: get internet-domain sockets
PASS -> FAIL: gdb.base/info-os.exp: get message queues
PASS -> FAIL: gdb.base/info-os.exp: get process groups
PASS -> FAIL: gdb.base/info-os.exp: get semaphores
PASS -> FAIL: gdb.base/info-os.exp: get shared-memory regions
PASS -> FAIL: gdb.base/info-os.exp: get threads
PASS -> FAIL: gdb.base/info-os.exp: info os unknown_entry
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b95cdb76caca1b7a9ecf9324acf23139f11f7d1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b95cdb76caca1b7a9ecf9324acf23139f11f7d1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-10 16:17 [binutils-gdb] gdbsupport: include cstdlib in common-defs.h gdb-buildbot
@ 2020-05-16 21:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-16 21:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2860

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        ff8885c3be6f42ed90a7b0ec0028fad26861cd94

Subject of commit:
        gdbsupport: include cstdlib in common-defs.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff8885c3be6f42ed90a7b0ec0028fad26861cd94/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff8885c3be6f42ed90a7b0ec0028fad26861cd94//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff8885c3be6f42ed90a7b0ec0028fad26861cd94//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-09 20:25 [binutils-gdb] [gdb/testsuite] Add target board debug-types gdb-buildbot
@ 2020-05-16  4:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-16  4:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2854

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        d472f0fbaac80ed6363f26c3f417b9eee7d5e7fc

Subject of commit:
        [gdb/testsuite] Add target board debug-types

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d472f0fbaac80ed6363f26c3f417b9eee7d5e7fc/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator>>=
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d472f0fbaac80ed6363f26c3f417b9eee7d5e7fc//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d472f0fbaac80ed6363f26c3f417b9eee7d5e7fc//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-09  6:26 [binutils-gdb] Introduce new add_psymbol_to_list overload gdb-buildbot
@ 2020-05-15 10:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-15 10:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2846

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        2467f4f6a533a28047e0b45ce716b9b1f9f72a09

Subject of commit:
        Introduce new add_psymbol_to_list overload

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/24/2467f4f6a533a28047e0b45ce716b9b1f9f72a09/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/info-os.exp: continue
PASS -> FAIL: gdb.base/info-os.exp: get file descriptors
PASS -> FAIL: gdb.base/info-os.exp: get internet-domain sockets
PASS -> FAIL: gdb.base/info-os.exp: get message queues
PASS -> FAIL: gdb.base/info-os.exp: get process groups
PASS -> FAIL: gdb.base/info-os.exp: get process list
PASS -> FAIL: gdb.base/info-os.exp: get semaphores
PASS -> FAIL: gdb.base/info-os.exp: get shared-memory regions
PASS -> FAIL: gdb.base/info-os.exp: get threads
PASS -> FAIL: gdb.base/info-os.exp: info os unknown_entry
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/24/2467f4f6a533a28047e0b45ce716b9b1f9f72a09//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/24/2467f4f6a533a28047e0b45ce716b9b1f9f72a09//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-08 17:35 [binutils-gdb] Update test cases that work with minimal encodings gdb-buildbot
@ 2020-05-14 20:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-14 20:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2840

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        dac2fef7cfaf007123b521a70864d4dde3d09410

Subject of commit:
        Update test cases that work with minimal encodings

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/da/dac2fef7cfaf007123b521a70864d4dde3d09410/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.ada/funcall_ref.exp: scenario=minimal: ptype get
FAIL -> KFAIL: gdb.ada/packed_tagged.exp: scenario=minimal: print x
FAIL -> KFAIL: gdb.ada/packed_tagged.exp: scenario=minimal: ptype x
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/da/dac2fef7cfaf007123b521a70864d4dde3d09410//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/da/dac2fef7cfaf007123b521a70864d4dde3d09410//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-08 13:32 [binutils-gdb] Add tests for Ada changes gdb-buildbot
@ 2020-05-14 15:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-14 15:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2838

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        adfb981595c1ea12736b6d3c4686973040f171ff

Subject of commit:
        Add tests for Ada changes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/adfb981595c1ea12736b6d3c4686973040f171ff/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/packed_tagged.exp: scenario=minimal: print x
new FAIL: gdb.ada/packed_tagged.exp: scenario=minimal: ptype x
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/adfb981595c1ea12736b6d3c4686973040f171ff//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/adfb981595c1ea12736b6d3c4686973040f171ff//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-06 15:25 [binutils-gdb] [gdb/symtab] Prefer def over decl (inter-CU case) gdb-buildbot
@ 2020-05-12 16:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-12 16:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2818

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        de82891ce5b6d2c8109f512cd0732325f4cd0557

Subject of commit:
        [gdb/symtab] Prefer def over decl (inter-CU case)

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de82891ce5b6d2c8109f512cd0732325f4cd0557/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de82891ce5b6d2c8109f512cd0732325f4cd0557//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de82891ce5b6d2c8109f512cd0732325f4cd0557//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-06 12:26 [binutils-gdb] Fix Ada crash with .debug_names gdb-buildbot
@ 2020-05-12 13:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-12 13:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2817

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        ecc6c6066b5cdd4663413e0bd6ef8deea1a8c889

Subject of commit:
        Fix Ada crash with .debug_names

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ecc6c6066b5cdd4663413e0bd6ef8deea1a8c889/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ecc6c6066b5cdd4663413e0bd6ef8deea1a8c889//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ecc6c6066b5cdd4663413e0bd6ef8deea1a8c889//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-06  1:50 [binutils-gdb] [gdb/symtab] Fix disassembly of non-contiguous functions gdb-buildbot
@ 2020-05-12  4:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-12  4:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2813

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        ae3ab1f067b5ca9af33043d772f9f97d92fdd44c

Subject of commit:
        [gdb/symtab] Fix disassembly of non-contiguous functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae3ab1f067b5ca9af33043d772f9f97d92fdd44c/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae3ab1f067b5ca9af33043d772f9f97d92fdd44c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae3ab1f067b5ca9af33043d772f9f97d92fdd44c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-05 22:49 [binutils-gdb] xtensa: fix PR ld/25861 gdb-buildbot
@ 2020-05-12  2:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-12  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2812

Author:
        Max Filippov <jcmvbkbc@gmail.com>

Commit tested:
        30ce8e47fad9b057b6d7af9e1d43061126d34d20

Subject of commit:
        xtensa: fix PR ld/25861

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30ce8e47fad9b057b6d7af9e1d43061126d34d20/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30ce8e47fad9b057b6d7af9e1d43061126d34d20//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30ce8e47fad9b057b6d7af9e1d43061126d34d20//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-05  0:46 [binutils-gdb] gdb, btrace: make record-btrace per-inferior gdb-buildbot
@ 2020-05-11  0:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-11  0:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2801

Author:
        Markus Metzger <markus.t.metzger@intel.com>

Commit tested:
        d89edf9b811ac3c5643b8a866c238a93f35a5e6c

Subject of commit:
        gdb, btrace: make record-btrace per-inferior

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d89edf9b811ac3c5643b8a866c238a93f35a5e6c/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d89edf9b811ac3c5643b8a866c238a93f35a5e6c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d89edf9b811ac3c5643b8a866c238a93f35a5e6c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-04 22:50 [binutils-gdb] gdb, btrace: diagnose double and failed enable gdb-buildbot
@ 2020-05-10 22:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-10 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2800

Author:
        Markus Metzger <markus.t.metzger@intel.com>

Commit tested:
        5897fd4994effd21cbe951e6d2c417097adea162

Subject of commit:
        gdb, btrace: diagnose double and failed enable

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/5897fd4994effd21cbe951e6d2c417097adea162/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-target.exp: continue: non-stop=on: inferior 5
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: can't run to main
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/5897fd4994effd21cbe951e6d2c417097adea162//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/5897fd4994effd21cbe951e6d2c417097adea162//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-04 17:56 [binutils-gdb] [gdb] Fix hang after ext sigkill gdb-buildbot
@ 2020-05-10 17:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-10 17:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2798

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        4778a5f87d253399083565b4919816f541ebe414

Subject of commit:
        [gdb] Fix hang after ext sigkill

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/4778a5f87d253399083565b4919816f541ebe414/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/killed-outside.exp: prompt after first continue
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/4778a5f87d253399083565b4919816f541ebe414//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/4778a5f87d253399083565b4919816f541ebe414//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-02  9:50 [binutils-gdb] Replace most calls to help_list and cmd_show_list gdb-buildbot
@ 2020-05-07 13:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-07 13:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2771

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        0743fc83c03da263953dfc393a66744a08770365

Subject of commit:
        Replace most calls to help_list and cmd_show_list

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/0743fc83c03da263953dfc393a66744a08770365/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/0743fc83c03da263953dfc393a66744a08770365//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/0743fc83c03da263953dfc393a66744a08770365//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-02  7:51 [binutils-gdb] [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs gdb-buildbot
@ 2020-05-07 11:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-07 11:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2770

Author:
        Fredrik Strupe <fredrik@strupe.net>

Commit tested:
        e409955ddcc33743044f217a3cc0541e0e6211b7

Subject of commit:
        [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e409955ddcc33743044f217a3cc0541e0e6211b7/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e409955ddcc33743044f217a3cc0541e0e6211b7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e409955ddcc33743044f217a3cc0541e0e6211b7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-05-01  3:29 [binutils-gdb] PowerPC64 GOT reloc optimisation gdb-buildbot
@ 2020-05-06  0:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-06  0:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2756

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        06507dab6172582d3924a3d7dc92a9e7d4ab60ff

Subject of commit:
        PowerPC64 GOT reloc optimisation

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/06507dab6172582d3924a3d7dc92a9e7d4ab60ff/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/06507dab6172582d3924a3d7dc92a9e7d4ab60ff//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/06507dab6172582d3924a3d7dc92a9e7d4ab60ff//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-30 23:27 [binutils-gdb] Fix OpenBSD build error gdb-buildbot
@ 2020-05-05 20:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-05 20:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2754

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        c7d648090384ef01cf8ea2018bf952ed60a9677d

Subject of commit:
        Fix OpenBSD build error.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7d648090384ef01cf8ea2018bf952ed60a9677d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new["
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7d648090384ef01cf8ea2018bf952ed60a9677d//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7d648090384ef01cf8ea2018bf952ed60a9677d//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-29 23:28 [binutils-gdb] gdb/testsuite: Move helper function into lib/dwarf.exp gdb-buildbot
@ 2020-05-04 15:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-04 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2742

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        21b0982c778bf20de6fc42e7ae7735055cdd35c5

Subject of commit:
        gdb/testsuite: Move helper function into lib/dwarf.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/21/21b0982c778bf20de6fc42e7ae7735055cdd35c5/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/21/21b0982c778bf20de6fc42e7ae7735055cdd35c5//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/21/21b0982c778bf20de6fc42e7ae7735055cdd35c5//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-29 20:57 [binutils-gdb] Remove gdb_fildes_t gdb-buildbot
@ 2020-05-04 13:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-04 13:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2741

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        73944e9f6317fa826044d79a6c15ea4448270ee8

Subject of commit:
        Remove gdb_fildes_t

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73944e9f6317fa826044d79a6c15ea4448270ee8/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach parent
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: switch to parent
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73944e9f6317fa826044d79a6c15ea4448270ee8//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73944e9f6317fa826044d79a6c15ea4448270ee8//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-29 12:50 [binutils-gdb] Introduce async-event.[ch] gdb-buildbot
@ 2020-05-04  4:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-04  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2736

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        93b54c8ed3644a6604c5244faddf5dae7f60a743

Subject of commit:
        Introduce async-event.[ch]

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93b54c8ed3644a6604c5244faddf5dae7f60a743/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: check_pc_after_cross_syscall: single step over fork final pc
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: pc after stepi matches insn addr after syscall
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93b54c8ed3644a6604c5244faddf5dae7f60a743//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93b54c8ed3644a6604c5244faddf5dae7f60a743//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-29 10:11 [binutils-gdb] Introduce and use flush_streams gdb-buildbot
@ 2020-05-04  0:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-04  0:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2735

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        c1cd3163d99efe4f7cbe7f228859fd93f28e06bb

Subject of commit:
        Introduce and use flush_streams

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1cd3163d99efe4f7cbe7f228859fd93f28e06bb/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1cd3163d99efe4f7cbe7f228859fd93f28e06bb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1cd3163d99efe4f7cbe7f228859fd93f28e06bb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-28 23:06 [binutils-gdb] Move event-loop configury to common.m4 gdb-buildbot
@ 2020-05-03 14:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-03 14:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2731

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        8ae8e197961644c3621591d0ac5738e7efff64da

Subject of commit:
        Move event-loop configury to common.m4

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8ae8e197961644c3621591d0ac5738e7efff64da/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/info-os.exp: continue
PASS -> FAIL: gdb.base/info-os.exp: get file descriptors
PASS -> FAIL: gdb.base/info-os.exp: get internet-domain sockets
PASS -> FAIL: gdb.base/info-os.exp: get message queues
PASS -> FAIL: gdb.base/info-os.exp: get process groups
PASS -> FAIL: gdb.base/info-os.exp: get process list
PASS -> FAIL: gdb.base/info-os.exp: get semaphores
PASS -> FAIL: gdb.base/info-os.exp: get shared-memory regions
PASS -> FAIL: gdb.base/info-os.exp: get threads
PASS -> FAIL: gdb.base/info-os.exp: info os unknown_entry
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8ae8e197961644c3621591d0ac5738e7efff64da//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8ae8e197961644c3621591d0ac5738e7efff64da//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-27  9:09 [binutils-gdb] [gdb/cli] Don't let python colorize strip leading newlines gdb-buildbot
@ 2020-05-01 19:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-01 19:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2716

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        bdfc1e8a0b176257bfc700de755463d3aaf69849

Subject of commit:
        [gdb/cli] Don't let python colorize strip leading newlines

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bd/bdfc1e8a0b176257bfc700de755463d3aaf69849/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-target.exp: continue: non-stop=on: inferior 5
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bd/bdfc1e8a0b176257bfc700de755463d3aaf69849//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bd/bdfc1e8a0b176257bfc700de755463d3aaf69849//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-26 23:48 [binutils-gdb] Implement stopped_by_sw_breakpoint for Windows gdbserver gdb-buildbot
@ 2020-05-01  7:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-05-01  7:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2711

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        523d4f80c32f43a6b009645947b94f87df35f79f

Subject of commit:
        Implement stopped_by_sw_breakpoint for Windows gdbserver

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/52/523d4f80c32f43a6b009645947b94f87df35f79f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/52/523d4f80c32f43a6b009645947b94f87df35f79f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/52/523d4f80c32f43a6b009645947b94f87df35f79f//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-26 15:55 [binutils-gdb] Move wait_for_debug_event to nat/windows-nat.c gdb-buildbot
@ 2020-04-30 22:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-30 22:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2707

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        2c1d95e8697f64713d0f60f7b9231d13a3f6a145

Subject of commit:
        Move wait_for_debug_event to nat/windows-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2c/2c1d95e8697f64713d0f60f7b9231d13a3f6a145/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: reverse-stepi
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2c/2c1d95e8697f64713d0f60f7b9231d13a3f6a145//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2c/2c1d95e8697f64713d0f60f7b9231d13a3f6a145//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-26 14:13 [binutils-gdb] Introduce fetch_pending_stop gdb-buildbot
@ 2020-04-30 20:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-30 20:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2706

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d2977bc4253614907058d3a339875683d8215065

Subject of commit:
        Introduce fetch_pending_stop

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d2977bc4253614907058d3a339875683d8215065/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: reverse-stepi
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d2977bc4253614907058d3a339875683d8215065//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d2977bc4253614907058d3a339875683d8215065//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-25 23:59 [binutils-gdb] Share some Windows-related globals gdb-buildbot
@ 2020-04-30  4:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-30  4:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2699

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        3c76026df83bed7d97ed45e5b906b679a154b076

Subject of commit:
        Share some Windows-related globals

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3c76026df83bed7d97ed45e5b906b679a154b076/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-target.exp: continue: non-stop=on: inferior 5
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3c76026df83bed7d97ed45e5b906b679a154b076//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3c76026df83bed7d97ed45e5b906b679a154b076//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-25  9:14 [binutils-gdb] Handle pending stops from the Windows kernel gdb-buildbot
@ 2020-04-29 16:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-29 16:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2694

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        0a4afda3c63687cc5cbbdae78850ee66967cd648

Subject of commit:
        Handle pending stops from the Windows kernel

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a4afda3c63687cc5cbbdae78850ee66967cd648/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: check_pc_after_cross_syscall: single step over fork final pc
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: pc after stepi matches insn addr after syscall
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a4afda3c63687cc5cbbdae78850ee66967cd648//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a4afda3c63687cc5cbbdae78850ee66967cd648//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-23 15:59 [binutils-gdb] Define NetBSD specific skip_solib_resolver gdb-buildbot
@ 2020-04-27 23:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-27 23:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2677

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        063f8e80b0858f3dfc27f7f5bbc3ffb1967095bc

Subject of commit:
        Define NetBSD specific skip_solib_resolver

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/063f8e80b0858f3dfc27f7f5bbc3ffb1967095bc/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-target.exp: continue: non-stop=on: inferior 5
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/063f8e80b0858f3dfc27f7f5bbc3ffb1967095bc//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/063f8e80b0858f3dfc27f7f5bbc3ffb1967095bc//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-23 13:05 [binutils-gdb] DWARFv5: Info address command error in gdb with DWARFfv5 gdb-buildbot
@ 2020-04-27 21:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-27 21:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2676

Author:
        nitachra <Nitika.Achra@amd.com>

Commit tested:
        85a9510ccbe8d897471cdd4f25a475329ae24498

Subject of commit:
        DWARFv5: Info address command error in gdb with DWARFfv5.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/85a9510ccbe8d897471cdd4f25a475329ae24498/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/85a9510ccbe8d897471cdd4f25a475329ae24498//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/85a9510ccbe8d897471cdd4f25a475329ae24498//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-23  0:34 [binutils-gdb] ld: Fix several 32-bit SPARC plugin tests gdb-buildbot
@ 2020-04-27 10:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-27 10:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2671

Author:
        Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Commit tested:
        3e97ba7d583055bdd5439dd300c59a2f5bc02476

Subject of commit:
        ld: Fix several 32-bit SPARC plugin tests

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e97ba7d583055bdd5439dd300c59a2f5bc02476/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e97ba7d583055bdd5439dd300c59a2f5bc02476//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e97ba7d583055bdd5439dd300c59a2f5bc02476//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-22 21:47 [binutils-gdb] [gdb/symtab] Fix check-psymtab failure for inline function gdb-buildbot
@ 2020-04-27  7:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-27  7:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2670

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        5707e24baa2f557d54e09641d69843111834cb9b

Subject of commit:
        [gdb/symtab] Fix check-psymtab failure for inline function

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/5707e24baa2f557d54e09641d69843111834cb9b/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/5707e24baa2f557d54e09641d69843111834cb9b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/5707e24baa2f557d54e09641d69843111834cb9b//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-22 18:57 [binutils-gdb] Add support for intel TSXLDTRK instructions$ gdb-buildbot
@ 2020-04-27  5:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-27  5:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2669

Author:
        Cui,Lili <lili.cui@intel.com>

Commit tested:
        bb651e8b7fc7904b06031a665138e9e6ae79adf3

Subject of commit:
        Add support for intel TSXLDTRK  instructions$

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bb/bb651e8b7fc7904b06031a665138e9e6ae79adf3/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-target.exp: ping-pong: inferior 5
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bb/bb651e8b7fc7904b06031a665138e9e6ae79adf3//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bb/bb651e8b7fc7904b06031a665138e9e6ae79adf3//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-21 18:26 [binutils-gdb] Fix attributes of typed enums of typedefs gdb-buildbot
@ 2020-04-26  7:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-26  7:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2661

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        9e7c9a03eefafae549dafa8bec13232a780804ef

Subject of commit:
        Fix attributes of typed enums of typedefs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9e7c9a03eefafae549dafa8bec13232a780804ef/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9e7c9a03eefafae549dafa8bec13232a780804ef//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9e7c9a03eefafae549dafa8bec13232a780804ef//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-21 15:38 [binutils-gdb] Fix DWARF disassembly of DW_OP_const_type gdb-buildbot
@ 2020-04-26  4:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-26  4:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2660

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d9e49b61691f384447242f54c996fe80ef9bf184

Subject of commit:
        Fix DWARF disassembly of DW_OP_const_type

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9e49b61691f384447242f54c996fe80ef9bf184/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9e49b61691f384447242f54c996fe80ef9bf184//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9e49b61691f384447242f54c996fe80ef9bf184//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-21  2:02 [binutils-gdb] gdb: Don't remove duplicate entries from the line table gdb-buildbot
@ 2020-04-25 12:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-25 12:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2652

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        c90d28ac8903c5781b1a82e487072081383fd7b9

Subject of commit:
        gdb: Don't remove duplicate entries from the line table

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c90d28ac8903c5781b1a82e487072081383fd7b9/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/access_tagged_param.exp: continue
PASS -> FAIL: gdb.ada/ref_param.exp: frame argument value printed
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.opt/inline-small-func.exp: info breakpoints
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c90d28ac8903c5781b1a82e487072081383fd7b9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c90d28ac8903c5781b1a82e487072081383fd7b9//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-20 22:47 [binutils-gdb] gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler gdb-buildbot
@ 2020-04-25  9:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-25  9:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2651

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        34e9a9fa0a18fc544bc8ec3dc9e02096be1e4335

Subject of commit:
        gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34e9a9fa0a18fc544bc8ec3dc9e02096be1e4335/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34e9a9fa0a18fc544bc8ec3dc9e02096be1e4335//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34e9a9fa0a18fc544bc8ec3dc9e02096be1e4335//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-20 13:48 [binutils-gdb] coff-go32-exe: support variable-length stubs gdb-buildbot
@ 2020-04-25  2:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-25  2:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2648

Author:
        Jan W. Jagersma <jwjagersma@gmail.com>

Commit tested:
        4d095f5b5e57584133f85df42da2123e20834aec

Subject of commit:
        coff-go32-exe: support variable-length stubs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d095f5b5e57584133f85df42da2123e20834aec/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d095f5b5e57584133f85df42da2123e20834aec//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d095f5b5e57584133f85df42da2123e20834aec//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-20  5:05 [binutils-gdb] gdbserver/linux-low: turn 'supports_hardware_single_step' into a method gdb-buildbot
@ 2020-04-24 17:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-24 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2644

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        b31cdfa69f4adfc4760da1480c900f5c27421d43

Subject of commit:
        gdbserver/linux-low: turn 'supports_hardware_single_step' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b31cdfa69f4adfc4760da1480c900f5c27421d43/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b31cdfa69f4adfc4760da1480c900f5c27421d43//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b31cdfa69f4adfc4760da1480c900f5c27421d43//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-20  2:05 [binutils-gdb] gdbserver/linux-low: turn 'supports_range_stepping' into a method gdb-buildbot
@ 2020-04-24 15:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-24 15:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2643

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        9cfd87155142f0467cdadb067efd21e165956c20

Subject of commit:
        gdbserver/linux-low: turn 'supports_range_stepping' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cfd87155142f0467cdadb067efd21e165956c20/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cfd87155142f0467cdadb067efd21e165956c20//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cfd87155142f0467cdadb067efd21e165956c20//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-20  0:00 [binutils-gdb] gdbserver/linux-low: turn 'emit_ops' into a method gdb-buildbot
@ 2020-04-24 13:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-24 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2642

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        ab64c99982e1e26439dc66b2ea04aa0d4b0458c9

Subject of commit:
        gdbserver/linux-low: turn 'emit_ops' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/ab64c99982e1e26439dc66b2ea04aa0d4b0458c9/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/ab64c99982e1e26439dc66b2ea04aa0d4b0458c9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/ab64c99982e1e26439dc66b2ea04aa0d4b0458c9//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-19 19:18 [binutils-gdb] gdbserver/linux-low: turn 'get_thread_area' into a method gdb-buildbot
@ 2020-04-24  8:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-24  8:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2640

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        13e567af27e45f7e2f7adc9562d4cfe5a81227f9

Subject of commit:
        gdbserver/linux-low: turn 'get_thread_area' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/13e567af27e45f7e2f7adc9562d4cfe5a81227f9/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/13e567af27e45f7e2f7adc9562d4cfe5a81227f9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/13e567af27e45f7e2f7adc9562d4cfe5a81227f9//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-19 14:22 [binutils-gdb] gdbserver/linux-low: turn 'process_qsupported' into a method gdb-buildbot
@ 2020-04-24  3:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-24  3:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2638

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        a5b5da9258db39b9b15ae2796ab637c73ba20422

Subject of commit:
        gdbserver/linux-low: turn 'process_qsupported' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a5b5da9258db39b9b15ae2796ab637c73ba20422/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a5b5da9258db39b9b15ae2796ab637c73ba20422//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a5b5da9258db39b9b15ae2796ab637c73ba20422//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-19  8:57 [binutils-gdb] gdbserver/linux-low: turn process/thread addition/deletion ops into methods gdb-buildbot
@ 2020-04-23 23:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-23 23:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2636

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        fd000fb3dfd9c93e332246bf89b700ab9aac7339

Subject of commit:
        gdbserver/linux-low: turn process/thread addition/deletion ops into methods

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd000fb3dfd9c93e332246bf89b700ab9aac7339/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
PASS -> FAIL: gdb.multi/multi-target.exp: continue: non-stop=on: inferior 5
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd000fb3dfd9c93e332246bf89b700ab9aac7339//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd000fb3dfd9c93e332246bf89b700ab9aac7339//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-19  4:30 [binutils-gdb] gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods gdb-buildbot
@ 2020-04-23 18:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-23 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2634

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        b35db73327cf54445a20533305fcf705e88a520b

Subject of commit:
        gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b35db73327cf54445a20533305fcf705e88a520b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b35db73327cf54445a20533305fcf705e88a520b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b35db73327cf54445a20533305fcf705e88a520b//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-18 11:35 [binutils-gdb] gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' into methods gdb-buildbot
@ 2020-04-23  4:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-23  4:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2628

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        7582c77c1d2cab3f53b70697529c1644ceeb94a2

Subject of commit:
        gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' into methods

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7582c77c1d2cab3f53b70697529c1644ceeb94a2/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7582c77c1d2cab3f53b70697529c1644ceeb94a2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7582c77c1d2cab3f53b70697529c1644ceeb94a2//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-17 15:28 [binutils-gdb] gdbserver/linux-low: turn 'regs_info' into a method gdb-buildbot
@ 2020-04-22 12:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-22 12:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2621

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        aa8d21c9bb43baaa35f456a3d371942a26cdce4e

Subject of commit:
        gdbserver/linux-low: turn 'regs_info' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa8d21c9bb43baaa35f456a3d371942a26cdce4e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa8d21c9bb43baaa35f456a3d371942a26cdce4e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa8d21c9bb43baaa35f456a3d371942a26cdce4e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-17 12:38 [binutils-gdb] gdbserver/linux-low: turn 'arch_setup' into a method gdb-buildbot
@ 2020-04-22  9:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-22  9:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2620

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        797bcff595c5e161b333077299fcaca19bb4fd17

Subject of commit:
        gdbserver/linux-low: turn 'arch_setup' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/797bcff595c5e161b333077299fcaca19bb4fd17/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/797bcff595c5e161b333077299fcaca19bb4fd17//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/797bcff595c5e161b333077299fcaca19bb4fd17//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-16  8:49 [binutils-gdb] Fix an undefined behavior in record_line gdb-buildbot
@ 2020-04-21 10:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-21 10:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2610

Author:
        Bernd Edlinger <bernd.edlinger@hotmail.de>

Commit tested:
        64dc2d4bd24ff7119c913fff91184414f09b8042

Subject of commit:
        Fix an undefined behavior in record_line

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/64dc2d4bd24ff7119c913fff91184414f09b8042/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into bar from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into baz from foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into foo from main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step into foo_cold from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of bar to foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of baz to foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of foo to main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: step-test-3: step out of foo_cold to foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into bar from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into baz from foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into foo from main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step into foo_cold from foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of bar to foo
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of baz to foo_cold
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of foo to main
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: step-test-3: step out of foo_cold to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/64dc2d4bd24ff7119c913fff91184414f09b8042//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/64dc2d4bd24ff7119c913fff91184414f09b8042//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-16  0:15 [binutils-gdb] Fix value_literal_complex comment gdb-buildbot
@ 2020-04-21  3:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-21  3:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2607

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        6b4a335bf7b7996e904e895b3fdc35443c40cfca

Subject of commit:
        Fix value_literal_complex comment

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b4a335bf7b7996e904e895b3fdc35443c40cfca/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b4a335bf7b7996e904e895b3fdc35443c40cfca//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b4a335bf7b7996e904e895b3fdc35443c40cfca//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-15  9:52 [binutils-gdb] Add accessors for members of complex numbers gdb-buildbot
@ 2020-04-20 16:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-20 16:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2602

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        4c99290df04ba757b74a21ac5a6d16fe300e49ed

Subject of commit:
        Add accessors for members of complex numbers

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4c/4c99290df04ba757b74a21ac5a6d16fe300e49ed/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4c/4c99290df04ba757b74a21ac5a6d16fe300e49ed//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4c/4c99290df04ba757b74a21ac5a6d16fe300e49ed//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-14 14:15 [binutils-gdb] gdb/remote: do not check for null_ptid in stop reply gdb-buildbot
@ 2020-04-19 23:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-19 23:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2595

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        e139a727be23643702eecbbcaa9c590cc680e3d7

Subject of commit:
        gdb/remote: do not check for null_ptid in stop reply

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e139a727be23643702eecbbcaa9c590cc680e3d7/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e139a727be23643702eecbbcaa9c590cc680e3d7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e139a727be23643702eecbbcaa9c590cc680e3d7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-13 11:14 [binutils-gdb] alpha-coff: unitialised read gdb-buildbot
@ 2020-04-19  0:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-19  0:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2585

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        89b599df37111317b9bc6fab541eb94c8b0bea35

Subject of commit:
        alpha-coff: unitialised read

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89b599df37111317b9bc6fab541eb94c8b0bea35/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89b599df37111317b9bc6fab541eb94c8b0bea35//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89b599df37111317b9bc6fab541eb94c8b0bea35//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-13  8:46 [binutils-gdb] alpha-vms: sanity checks for image_write gdb-buildbot
@ 2020-04-18 22:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-18 22:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2584

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        816995444667f936c918bc76f3945105c4e1ec1b

Subject of commit:
        alpha-vms: sanity checks for image_write

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/816995444667f936c918bc76f3945105c4e1ec1b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: clear watch_me
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: continue to breakpoint: run to instruction that triggers watch in thread 2
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: continue to breakpoint: run to wait-thread breakpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: find addresses: clear watch_me
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: find addresses: continue to watchpoint
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: find addresses: find addresses
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: find addresses: info breakpoints
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: find addresses: watch watch_me
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: info threads shows all threads
PASS -> UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: set breakpoint at address that triggers watch
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: set scheduler-locking off
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: set scheduler-locking on
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: setting breakpoint at 38
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: thread 1
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: thread 2
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/816995444667f936c918bc76f3945105c4e1ec1b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/816995444667f936c918bc76f3945105c4e1ec1b//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-13  4:06 [binutils-gdb] RISC-V: Update CSR to privileged spec 1.11 gdb-buildbot
@ 2020-04-18 15:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-18 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2581

Author:
        Nelson Chu <nelson.chu@sifive.com>

Commit tested:
        d1a89da5de1e2d15de27c5ca6b575d633c0117dd

Subject of commit:
        RISC-V: Update CSR to privileged spec 1.11.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d1a89da5de1e2d15de27c5ca6b575d633c0117dd/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d1a89da5de1e2d15de27c5ca6b575d633c0117dd//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d1a89da5de1e2d15de27c5ca6b575d633c0117dd//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-12 19:51 [binutils-gdb] [PowerPC] Fix debug register issues in ppc-linux-nat gdb-buildbot
@ 2020-04-18  8:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-18  8:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2578

Author:
        Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Commit tested:
        227c0bf4b3dd0cf65dceb58e729e9da81b38b5a7

Subject of commit:
        [PowerPC] Fix debug register issues in ppc-linux-nat

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/227c0bf4b3dd0cf65dceb58e729e9da81b38b5a7/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/227c0bf4b3dd0cf65dceb58e729e9da81b38b5a7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/227c0bf4b3dd0cf65dceb58e729e9da81b38b5a7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-12 17:13 [binutils-gdb] [PowerPC] Move up some register access routines gdb-buildbot
@ 2020-04-18  6:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-18  6:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2577

Author:
        Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Commit tested:
        4db10d8f4911298d06d2bb25927946f66f0f33e3

Subject of commit:
        [PowerPC] Move up some register access routines

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4db10d8f4911298d06d2bb25927946f66f0f33e3/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4db10d8f4911298d06d2bb25927946f66f0f33e3//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4db10d8f4911298d06d2bb25927946f66f0f33e3//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-12 14:39 [binutils-gdb] Add low_new_clone method to linux_nat_target gdb-buildbot
@ 2020-04-18  4:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-18  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2576

Author:
        Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Commit tested:
        1310c1b066d4a7b0ce48ad55103a8d559a37ace1

Subject of commit:
        Add low_new_clone method to linux_nat_target.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/1310c1b066d4a7b0ce48ad55103a8d559a37ace1/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/1310c1b066d4a7b0ce48ad55103a8d559a37ace1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/1310c1b066d4a7b0ce48ad55103a8d559a37ace1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-12  9:56 [binutils-gdb] PR25745, powerpc64-ld overflows string buffer in --stats mode gdb-buildbot
@ 2020-04-17 23:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-17 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2574

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        988b7300bc990abafd982bdcd217c58bc1e0679a

Subject of commit:
        PR25745, powerpc64-ld overflows string buffer in --stats mode

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/988b7300bc990abafd982bdcd217c58bc1e0679a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/988b7300bc990abafd982bdcd217c58bc1e0679a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/988b7300bc990abafd982bdcd217c58bc1e0679a//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-12  4:35 [binutils-gdb] gdb: rename partial_symtab::read_dependencies to expand_dependencies gdb-buildbot
@ 2020-04-17 18:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-17 18:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2572

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        48993951ce343e397c4250c43c1708fffab01ac1

Subject of commit:
        gdb: rename partial_symtab::read_dependencies to expand_dependencies

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48993951ce343e397c4250c43c1708fffab01ac1/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48993951ce343e397c4250c43c1708fffab01ac1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48993951ce343e397c4250c43c1708fffab01ac1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-11 10:01 [binutils-gdb] Always fix system DLL paths for 32bit programs gdb-buildbot
@ 2020-04-16 23:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-16 23:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2567

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        ebea76263935aba585f8f8b1d27b13737e231eec

Subject of commit:
        Always fix system DLL paths for 32bit programs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/ebea76263935aba585f8f8b1d27b13737e231eec/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/ebea76263935aba585f8f8b1d27b13737e231eec//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/ebea76263935aba585f8f8b1d27b13737e231eec//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-11  5:22 [binutils-gdb] Support AT_BSDFLAGS on FreeBSD gdb-buildbot
@ 2020-04-16 18:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-16 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2565

Author:
        John Baldwin <jhb@FreeBSD.org>

Commit tested:
        a879b4d5a683f8dbebae8cf98297ee4a2db2e9e1

Subject of commit:
        Support AT_BSDFLAGS on FreeBSD.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a879b4d5a683f8dbebae8cf98297ee4a2db2e9e1/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a879b4d5a683f8dbebae8cf98297ee4a2db2e9e1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a879b4d5a683f8dbebae8cf98297ee4a2db2e9e1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-11  2:49 [binutils-gdb] Change two functions to be methods on struct attribute gdb-buildbot
@ 2020-04-16 16:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-16 16:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2564

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0826b30a9fa085ccee574465523d0560a4a01198

Subject of commit:
        Change two functions to be methods on struct attribute

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/0826b30a9fa085ccee574465523d0560a4a01198/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/0826b30a9fa085ccee574465523d0560a4a01198//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/0826b30a9fa085ccee574465523d0560a4a01198//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-11  0:00 [binutils-gdb] Move DWARF-constant stringifying code to new file gdb-buildbot
@ 2020-04-16 14:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-16 14:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2563

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        2b2558bfacba3813863da6728c021eb89fa34677

Subject of commit:
        Move DWARF-constant stringifying code to new file

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2b2558bfacba3813863da6728c021eb89fa34677/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: continue to sigusr1_handler
FAIL -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setup: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: switch back to thread 1
FAIL -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: thread 2
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: continue to sigusr1_handler
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: switch back to thread 1
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: thread 3
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2b2558bfacba3813863da6728c021eb89fa34677//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2b2558bfacba3813863da6728c021eb89fa34677//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-10 21:07 [binutils-gdb] Rewrite new die_info methods gdb-buildbot
@ 2020-04-16 11:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-16 11:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2562

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        eeb647814fbfd71dddea45f36cb4847341f5cde7

Subject of commit:
        Rewrite new die_info methods

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ee/eeb647814fbfd71dddea45f36cb4847341f5cde7/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: thread 2
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid"
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ee/eeb647814fbfd71dddea45f36cb4847341f5cde7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ee/eeb647814fbfd71dddea45f36cb4847341f5cde7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-10  5:55 [binutils-gdb] Move more code to line-header.c gdb-buildbot
@ 2020-04-15 22:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-15 22:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2556

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0df7ad3a675692fcc75c85c43e475015b87a297e

Subject of commit:
        Move more code to line-header.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0df7ad3a675692fcc75c85c43e475015b87a297e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0df7ad3a675692fcc75c85c43e475015b87a297e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0df7ad3a675692fcc75c85c43e475015b87a297e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-10  1:19 [binutils-gdb] Convert read_indirect_line_string to a method gdb-buildbot
@ 2020-04-15 19:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-15 19:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2555

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        86c0bb4c57111422b30da6b1b20256bd3a06778a

Subject of commit:
        Convert read_indirect_line_string to a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/86/86c0bb4c57111422b30da6b1b20256bd3a06778a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: thread 1
PASS -> FAIL: gdb.threads/thread-execl.exp: schedlock off: continue to thread start
PASS -> FAIL: gdb.threads/thread-execl.exp: schedlock off: get to main in new image
PASS -> FAIL: gdb.threads/thread-execl.exp: schedlock off: set scheduler-locking off
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/86/86c0bb4c57111422b30da6b1b20256bd3a06778a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/86/86c0bb4c57111422b30da6b1b20256bd3a06778a//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-08 23:51 [binutils-gdb] Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function gdb-buildbot
@ 2020-04-14 13:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-14 13:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2542

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        aa49fc22c13a685452a2073e252d8b34ecbcc012

Subject of commit:
        Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa49fc22c13a685452a2073e252d8b34ecbcc012/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa49fc22c13a685452a2073e252d8b34ecbcc012//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa49fc22c13a685452a2073e252d8b34ecbcc012//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-08  6:42 [binutils-gdb] [gdb] Print user/includes fields for maint commands gdb-buildbot
@ 2020-04-13 19:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-13 19:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2534

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        7b1eff95bed765cb20dd3168cb99896a91fcdca7

Subject of commit:
        [gdb] Print user/includes fields for maint commands

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b1eff95bed765cb20dd3168cb99896a91fcdca7/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b1eff95bed765cb20dd3168cb99896a91fcdca7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b1eff95bed765cb20dd3168cb99896a91fcdca7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-08  0:44 [binutils-gdb] PR25662, invalid sh_offset for first section in segment with phdrs gdb-buildbot
@ 2020-04-13 12:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-13 12:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2531

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        d16e3d2e5b717cf83c1fe47a70e0a9f2c2024a44

Subject of commit:
        PR25662, invalid sh_offset for first section in segment with phdrs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d16e3d2e5b717cf83c1fe47a70e0a9f2c2024a44/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d16e3d2e5b717cf83c1fe47a70e0a9f2c2024a44//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d16e3d2e5b717cf83c1fe47a70e0a9f2c2024a44//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-07  8:07 [binutils-gdb] bfd: Display symbol version for nm -D gdb-buildbot
@ 2020-04-12 18:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-12 18:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2523

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        7e6e972f74aeac0ebdbd95a7f905d871cd2581de

Subject of commit:
        bfd: Display symbol version for nm -D

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7e/7e6e972f74aeac0ebdbd95a7f905d871cd2581de/

*** 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=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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7e/7e6e972f74aeac0ebdbd95a7f905d871cd2581de//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7e/7e6e972f74aeac0ebdbd95a7f905d871cd2581de//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-04  9:04 [binutils-gdb] Disable get_ptrace_pid for NetBSD gdb-buildbot
@ 2020-04-09  6:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-09  6:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2490

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        f09db380942d1393e6f60d1ecaa7d4b6edfaaecf

Subject of commit:
        Disable get_ptrace_pid for NetBSD

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f09db380942d1393e6f60d1ecaa7d4b6edfaaecf/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach parent
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: switch to parent
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f09db380942d1393e6f60d1ecaa7d4b6edfaaecf//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f09db380942d1393e6f60d1ecaa7d4b6edfaaecf//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-04  7:16 [binutils-gdb] Fix discrepancies in nm's --line-number output by adding support for the DW_AT_specification DWARF Attttribute gdb-buildbot
@ 2020-04-09  4:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-09  4:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2489

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        f3a08f77787cfe1b9edb7b5ab82ce7a2d527c8cf

Subject of commit:
        Fix discrepancies in nm's --line-number output by adding support for the DW_AT_specification DWARF Attttribute.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3a08f77787cfe1b9edb7b5ab82ce7a2d527c8cf/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3a08f77787cfe1b9edb7b5ab82ce7a2d527c8cf//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3a08f77787cfe1b9edb7b5ab82ce7a2d527c8cf//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-03 18:52 [binutils-gdb] gdb/testsuite/fortran: Add mixed language stack test gdb-buildbot
@ 2020-04-08 14:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-08 14:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2483

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        6b8c53f2f1c0cf5bee46120d892d4c72571375eb

Subject of commit:
        gdb/testsuite/fortran: Add mixed language stack test

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b8c53f2f1c0cf5bee46120d892d4c72571375eb/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b8c53f2f1c0cf5bee46120d892d4c72571375eb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b8c53f2f1c0cf5bee46120d892d4c72571375eb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-03 14:34 [binutils-gdb] gdb: Restructure the completion_tracker class gdb-buildbot
@ 2020-04-08  9:26 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-08  9:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2481

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        724fd9ba432a20ef2e3f2c0d6060bff131226816

Subject of commit:
        gdb: Restructure the completion_tracker class

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/724fd9ba432a20ef2e3f2c0d6060bff131226816/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/completion.exp: complete 'info registers '
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/724fd9ba432a20ef2e3f2c0d6060bff131226816//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/724fd9ba432a20ef2e3f2c0d6060bff131226816//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-03 12:47 [binutils-gdb] [gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILs gdb-buildbot
@ 2020-04-08  7:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-08  7:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2480

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        d8c8b84859d057c58c901c08367ecc9f8a9f09dc

Subject of commit:
        [gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8c8b84859d057c58c901c08367ecc9f8a9f09dc/

*** Diff to previous build ***
==============================================
KPASS -> KFAIL: gdb.opt/inline-locals.exp: info locals above bar 2
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8c8b84859d057c58c901c08367ecc9f8a9f09dc//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8c8b84859d057c58c901c08367ecc9f8a9f09dc//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-03  2:49 [binutils-gdb] Namespace the reg class to avoid clashes with OS headers gdb-buildbot
@ 2020-04-07 19:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-07 19:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2475

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        5a82b8a12b6a9b8167517ab1df1dcdcc4711ffda

Subject of commit:
        Namespace the reg class to avoid clashes with OS headers

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5a82b8a12b6a9b8167517ab1df1dcdcc4711ffda/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5a82b8a12b6a9b8167517ab1df1dcdcc4711ffda//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5a82b8a12b6a9b8167517ab1df1dcdcc4711ffda//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-02 22:55 [binutils-gdb] Add support for NetBSD threads in i386-bsd-nat.c gdb-buildbot
@ 2020-04-07 17:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-07 17:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2474

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        fb516a69133999df3e30fccb7c4f5759eb1090eb

Subject of commit:
        Add support for NetBSD threads in i386-bsd-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb516a69133999df3e30fccb7c4f5759eb1090eb/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: set non-stop on
PASS -> UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: set pagination off
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach parent
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb516a69133999df3e30fccb7c4f5759eb1090eb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb516a69133999df3e30fccb7c4f5759eb1090eb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-02 11:48 [binutils-gdb] Replace a couple of assertions in the BFD library that can be triggered by attempts to parse corrupt input files gdb-buildbot
@ 2020-04-07  5:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-07  5:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2469

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        327ef784ba105f067f5c1d587908259d7aabb971

Subject of commit:
        Replace a couple of assertions in the BFD library that can be triggered by attempts to parse corrupt input files.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/327ef784ba105f067f5c1d587908259d7aabb971/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/327ef784ba105f067f5c1d587908259d7aabb971//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/327ef784ba105f067f5c1d587908259d7aabb971//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-04-01  9:01 [binutils-gdb] gdb: select "Cygwin" OS ABI for Cygwin binaries gdb-buildbot
@ 2020-04-05 23:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-05 23:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2456

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        8db52437243e251c01e352cdb325bc9ace578e7c

Subject of commit:
        gdb: select "Cygwin" OS ABI for Cygwin binaries

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8d/8db52437243e251c01e352cdb325bc9ace578e7c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8d/8db52437243e251c01e352cdb325bc9ace578e7c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8d/8db52437243e251c01e352cdb325bc9ace578e7c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-31  1:34 [binutils-gdb] Add C parser support for "restrict" and "_Atomic" gdb-buildbot
@ 2020-04-04 12:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-04 12:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2444

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3293bbaffac9a22fc6d1a08ac6602a4a63b5e68b

Subject of commit:
        Add C parser support for "restrict" and "_Atomic"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/3293bbaffac9a22fc6d1a08ac6602a4a63b5e68b/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/3293bbaffac9a22fc6d1a08ac6602a4a63b5e68b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/3293bbaffac9a22fc6d1a08ac6602a4a63b5e68b//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-30 11:04 [binutils-gdb] Remove unused code from alpha-bsd-nat.c gdb-buildbot
@ 2020-04-03 20:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-03 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2437

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        66eaca97ebd0f1b456ffe158fce73bafcce561bb

Subject of commit:
        Remove unused code from alpha-bsd-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66eaca97ebd0f1b456ffe158fce73bafcce561bb/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66eaca97ebd0f1b456ffe158fce73bafcce561bb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66eaca97ebd0f1b456ffe158fce73bafcce561bb//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-29 21:03 [binutils-gdb] Add support for threads in vax_bsd_nat_target gdb-buildbot
@ 2020-04-03  4:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-03  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2430

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        6227b330d563add042066259e5f933c89a85b3b5

Subject of commit:
        Add support for threads in vax_bsd_nat_target

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/6227b330d563add042066259e5f933c89a85b3b5/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/6227b330d563add042066259e5f933c89a85b3b5//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/6227b330d563add042066259e5f933c89a85b3b5//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-29  0:35 [binutils-gdb] Remove val_print gdb-buildbot
@ 2020-04-02  2:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-02  2:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2419

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        426a9c18dddcdd5f640b702734dd8f9c108b7372

Subject of commit:
        Remove val_print

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/426a9c18dddcdd5f640b702734dd8f9c108b7372/

*** Diff to previous build ***
==============================================
KFAIL -> KPASS: gdb.opt/inline-locals.exp: info locals above bar 2
KFAIL -> KPASS: gdb.opt/inline-locals.exp: info locals above bar 3
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/426a9c18dddcdd5f640b702734dd8f9c108b7372//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/426a9c18dddcdd5f640b702734dd8f9c108b7372//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-28 16:05 [binutils-gdb] Introduce ada_value_print_array gdb-buildbot
@ 2020-04-01 19:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-01 19:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2416

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        b59eac373217394503946dc360692d81809e08af

Subject of commit:
        Introduce ada_value_print_array

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b5/b59eac373217394503946dc360692d81809e08af/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b5/b59eac373217394503946dc360692d81809e08af//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b5/b59eac373217394503946dc360692d81809e08af//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-28 11:56 [binutils-gdb] Convert ada_val_print_ref to value-based API gdb-buildbot
@ 2020-04-01 14:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-01 14:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2414

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        2e088f8b6ea61fa9db1b592cbd4a6aa80b4e0ab5

Subject of commit:
        Convert ada_val_print_ref to value-based API

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2e/2e088f8b6ea61fa9db1b592cbd4a6aa80b4e0ab5/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2e/2e088f8b6ea61fa9db1b592cbd4a6aa80b4e0ab5//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2e/2e088f8b6ea61fa9db1b592cbd4a6aa80b4e0ab5//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-28  2:53 [binutils-gdb] Rewrite ada_value_print_inner gdb-buildbot
@ 2020-04-01  5:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-01  5:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2410

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        5b5e15ecddafc43de2da632aa68f935a879d9a91

Subject of commit:
        Rewrite ada_value_print_inner

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5b/5b5e15ecddafc43de2da632aa68f935a879d9a91/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5b/5b5e15ecddafc43de2da632aa68f935a879d9a91//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5b/5b5e15ecddafc43de2da632aa68f935a879d9a91//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27 23:31 [binutils-gdb] Introduce cp_print_value gdb-buildbot
@ 2020-04-01  3:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-04-01  3:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2409

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        fbf54e7554e0dcd60e18b1821c5c127fb3eb48ff

Subject of commit:
        Introduce cp_print_value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fbf54e7554e0dcd60e18b1821c5c127fb3eb48ff/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.python/py-prettyprint.exp: c++: print derived
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fbf54e7554e0dcd60e18b1821c5c127fb3eb48ff//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fbf54e7554e0dcd60e18b1821c5c127fb3eb48ff//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27 19:29 [binutils-gdb] Introduce c_value_print_array gdb-buildbot
@ 2020-03-31 20:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-31 20:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2407

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        6999f067c1b30c1a2c3e41a0f68f74e459652560

Subject of commit:
        Introduce c_value_print_array

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6999f067c1b30c1a2c3e41a0f68f74e459652560/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6999f067c1b30c1a2c3e41a0f68f74e459652560//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6999f067c1b30c1a2c3e41a0f68f74e459652560//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27 11:02 [binutils-gdb] Rewrite c_value_print_inner gdb-buildbot
@ 2020-03-31 11:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-31 11:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2402

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        5083623134c2ac383a8d8412b6d3c530452fda51

Subject of commit:
        Rewrite c_value_print_inner

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/5083623134c2ac383a8d8412b6d3c530452fda51/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.cp/virtbase.exp: print *
PASS -> FAIL: gdb.cp/virtbase.exp: print *this
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue: set displaced-stepping on
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/5083623134c2ac383a8d8412b6d3c530452fda51//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/5083623134c2ac383a8d8412b6d3c530452fda51//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27  9:12 [binutils-gdb] Introduce generic_value_print_complex gdb-buildbot
@ 2020-03-31  9:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-31  9:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2401

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        4f412b6e31369f27725872391a70f0520883701c

Subject of commit:
        Introduce generic_value_print_complex

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f412b6e31369f27725872391a70f0520883701c/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/tls.exp: print a_thread_local
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f412b6e31369f27725872391a70f0520883701c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f412b6e31369f27725872391a70f0520883701c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27  6:54 [binutils-gdb] Simplify generic_val_print_float gdb-buildbot
@ 2020-03-31  6:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-31  6:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2400

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f5354008862defe83fc6d3620d51da52f860f5bf

Subject of commit:
        Simplify generic_val_print_float

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5354008862defe83fc6d3620d51da52f860f5bf/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: can't run to main
new FAIL: gdb.threads/threadapply.exp: thread apply all: can't run to main
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: thread 2.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try kill-and-remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try kill-and-remove: thread apply all kill-and-remove
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try remove 2: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try remove 2: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try remove 2: thread 1.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try remove: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=all: try remove: thread apply all remove
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5354008862defe83fc6d3620d51da52f860f5bf//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5354008862defe83fc6d3620d51da52f860f5bf//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27  4:59 [binutils-gdb] Introduce generic_value_print_char gdb-buildbot
@ 2020-03-31  4:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-31  4:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2399

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3eec3b05b9ecf5e726c606f0bba916e095dcbe98

Subject of commit:
        Introduce generic_value_print_char

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3eec3b05b9ecf5e726c606f0bba916e095dcbe98/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: x/i $pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3eec3b05b9ecf5e726c606f0bba916e095dcbe98//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3eec3b05b9ecf5e726c606f0bba916e095dcbe98//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27  2:43 [binutils-gdb] Introduce generic_value_print_int gdb-buildbot
@ 2020-03-31  2:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-31  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2398

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        fdddfccba1cc4f70089873441b7e6c38de09ae37

Subject of commit:
        Introduce generic_value_print_int

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fdddfccba1cc4f70089873441b7e6c38de09ae37/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: x/i $pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fdddfccba1cc4f70089873441b7e6c38de09ae37//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fdddfccba1cc4f70089873441b7e6c38de09ae37//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-27  0:56 [binutils-gdb] Introduce generic_value_print_bool gdb-buildbot
@ 2020-03-30 23:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-30 23:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2397

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        6dde752183769c712eb22f49a5b74bfadad4a6be

Subject of commit:
        Introduce generic_value_print_bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6dde752183769c712eb22f49a5b74bfadad4a6be/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6dde752183769c712eb22f49a5b74bfadad4a6be//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6dde752183769c712eb22f49a5b74bfadad4a6be//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-26 22:46 [binutils-gdb] Simplify generic_val_print_func gdb-buildbot
@ 2020-03-30 21:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-30 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2396

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        4112d2e602fed7157ce6bb30f46969129633d0f2

Subject of commit:
        Simplify generic_val_print_func

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/4112d2e602fed7157ce6bb30f46969129633d0f2/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/4112d2e602fed7157ce6bb30f46969129633d0f2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/4112d2e602fed7157ce6bb30f46969129633d0f2//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-25 21:06 [binutils-gdb] Introduce ada_value_print_inner gdb-buildbot
@ 2020-03-29 18:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-29 18:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2384

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        26792ee0345c09bd1c76f3ee0e16ed15ab7215b9

Subject of commit:
        Introduce ada_value_print_inner

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26792ee0345c09bd1c76f3ee0e16ed15ab7215b9/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26792ee0345c09bd1c76f3ee0e16ed15ab7215b9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26792ee0345c09bd1c76f3ee0e16ed15ab7215b9//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-25 18:31 [binutils-gdb] Introduce f_value_print_innner gdb-buildbot
@ 2020-03-29 13:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-29 13:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2383

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        24051bbe843abcdcc108542da195e009c3f19910

Subject of commit:
        Introduce f_value_print_innner

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/24/24051bbe843abcdcc108542da195e009c3f19910/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
new FAIL: gdb.threads/queue-signal.exp: can't run to main
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/24/24051bbe843abcdcc108542da195e009c3f19910//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/24/24051bbe843abcdcc108542da195e009c3f19910//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-24 20:04 [binutils-gdb] Use common_val_print in c-valprint.c gdb-buildbot
@ 2020-03-28  9:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-28  9:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2370

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a1f6a07c3d1d3a34d36d4e49f0fd3c66554e41b2

Subject of commit:
        Use common_val_print in c-valprint.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a1f6a07c3d1d3a34d36d4e49f0fd3c66554e41b2/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/printcmds.exp: print teststring2
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a1f6a07c3d1d3a34d36d4e49f0fd3c66554e41b2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a1f6a07c3d1d3a34d36d4e49f0fd3c66554e41b2//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-24 17:03 [binutils-gdb] Use common_val_print in cp-valprint.c gdb-buildbot
@ 2020-03-28  7:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-28  7:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2369

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        410cf315014145f169c146442e9c28163d9ae10a

Subject of commit:
        Use common_val_print in cp-valprint.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/410cf315014145f169c146442e9c28163d9ae10a/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/410cf315014145f169c146442e9c28163d9ae10a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/410cf315014145f169c146442e9c28163d9ae10a//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-24 14:16 [binutils-gdb] Use common_val_print in f-valprint.c gdb-buildbot
@ 2020-03-28  5:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-28  5:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2368

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        72a45c938438f33bf8e7de6a5f068ba31c8c1e36

Subject of commit:
        Use common_val_print in f-valprint.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72a45c938438f33bf8e7de6a5f068ba31c8c1e36/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72a45c938438f33bf8e7de6a5f068ba31c8c1e36//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72a45c938438f33bf8e7de6a5f068ba31c8c1e36//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-24 12:24 [binutils-gdb] Use common_val_print in riscv-tdep.c gdb-buildbot
@ 2020-03-28  1:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-28  1:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2367

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        040f66bd2d6aea4d35a2e5cb88b499799ee4c466

Subject of commit:
        Use common_val_print in riscv-tdep.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/04/040f66bd2d6aea4d35a2e5cb88b499799ee4c466/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: backtrace in blocked thread
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: run to break_me
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/04/040f66bd2d6aea4d35a2e5cb88b499799ee4c466//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/04/040f66bd2d6aea4d35a2e5cb88b499799ee4c466//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-24 10:09 [binutils-gdb] Use common_val_print in mi-main.c gdb-buildbot
@ 2020-03-27 22:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-27 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2365

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a6e05a6c3a9439a7253d2eab7ee4fe760b4cc829

Subject of commit:
        Use common_val_print in mi-main.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a6/a6e05a6c3a9439a7253d2eab7ee4fe760b4cc829/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a6/a6e05a6c3a9439a7253d2eab7ee4fe760b4cc829//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a6/a6e05a6c3a9439a7253d2eab7ee4fe760b4cc829//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-24  0:20 [binutils-gdb] gdb/testsuite: Remove paths and make test names unique gdb-buildbot
@ 2020-03-27 10:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-27 10:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2360

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        1b83d09cd503d7fde57c50db51d5780ee8df5fae

Subject of commit:
        gdb/testsuite: Remove paths and make test names unique

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b83d09cd503d7fde57c50db51d5780ee8df5fae/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: first backtrace: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: first backtrace: dl bt
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b83d09cd503d7fde57c50db51d5780ee8df5fae//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b83d09cd503d7fde57c50db51d5780ee8df5fae//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-22 17:57 [binutils-gdb] Change gdbserver to use existing gdbsupport gdb-buildbot
@ 2020-03-26  0:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-26  0:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2345

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        4635ff975351603e64da3cbdeec3b999ee842ac8

Subject of commit:
        Change gdbserver to use existing gdbsupport

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/4635ff975351603e64da3cbdeec3b999ee842ac8/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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/step-over-no-symbols.exp: displaced=auto: advanced
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: advanced
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: advanced
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: pc after stepi matches insn addr after syscall
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=on: pc after stepi matches insn addr after syscall
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
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 UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new FAIL: gdb.opt/inline-break.exp: cmd=break: bt stopped in inline_func1
new FAIL: gdb.opt/inline-break.exp: cmd=break: continue to breakpoint: inline_func1
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: delete all breakpoints in delete_breakpoints
new FAIL: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline
new FAIL: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined
new FAIL: gdb.opt/inline-cmds.exp: main not inlined
new KFAIL: gdb.opt/inline-cmds.exp: next to second func1
new FAIL: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined
new FAIL: gdb.opt/inline-cmds.exp: outer_inline1 inlined
new FAIL: gdb.opt/inline-cmds.exp: outer_inline2 inlined
new FAIL: gdb.opt/inline-cmds.exp: up from outer_inline2
new FAIL: gdb.opt/inline-cmds.exp: up to noinline
new FAIL: gdb.opt/inline-cmds.exp: up to outer_inline1
new FAIL: gdb.opt/inline-cmds.exp: up to outer_inline2
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-frame-inline.exp: info frame
new FAIL: gdb.python/py-frame-inline.exp: python print
new FAIL: gdb.python/py-frame-inline.exp: up
new FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 10:adrp	x0, 0xaaaaaaabb000
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 11:add	x0, x0, #0x10
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 12:ldr	w0, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 13:ldr	w1, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 14:cmp	w1, w0
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 15:b.lt	0xaaaaaaaaa8a8 <main+24>  // b.tstop
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 16:adrp	x0, 0xaaaaaaabb000
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 17:add	x0, x0, #0x18
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 18:ldrsw	x1, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 19:ldr	x0, [x0, x1, lsl #3]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 1:ld1	{v1.8b}, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 20:blr	x0
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 21:sub	sp, sp, #0x30
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 22:mov	w0, #0x42f60000            	// #1123418112
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 23:fmov	s0, w0
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 24:str	s0, [sp, #4]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 2:ld1	{v2.8b, v3.8b}, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 3:ld1	{v3.8b-v5.8b}, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 4:nop
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 5:add	sp, sp, #0x20
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 6:ret
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 7:ldr	w0, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 8:add	w0, w0, #0x1
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 9:str	w0, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: reverse-stepi
new FAIL: gdb.reverse/insn-reverse.exp: move: si
new FAIL: gdb.reverse/insn-reverse.exp: move: x/i $pc
new FAIL: gdb.server/ext-run.exp: get process list
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/4635ff975351603e64da3cbdeec3b999ee842ac8//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/4635ff975351603e64da3cbdeec3b999ee842ac8//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-22 13:43 [binutils-gdb] Fix gdbserver build when intl already built gdb-buildbot
@ 2020-03-25 17:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-25 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2342

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        9a665d62266e75f0519f3a663784c458885b5c63

Subject of commit:
        Fix gdbserver build when intl already built

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a665d62266e75f0519f3a663784c458885b5c63/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: pc after stepi matches insn addr after syscall
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a665d62266e75f0519f3a663784c458885b5c63//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a665d62266e75f0519f3a663784c458885b5c63//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-22 11:51 [binutils-gdb] Cast to bfd_vma in arm-tdep.c gdb-buildbot
@ 2020-03-25 15:26 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-25 15:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2341

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        227031b2bf03e7735601845d6c420995740c8fca

Subject of commit:
        Cast to bfd_vma in arm-tdep.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/227031b2bf03e7735601845d6c420995740c8fca/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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/step-over-no-symbols.exp: displaced=auto: advanced
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: advanced
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: advanced
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: pc after stepi matches insn addr after syscall
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=on: pc after stepi matches insn addr after syscall
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
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 UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new FAIL: gdb.opt/inline-break.exp: cmd=break: bt stopped in inline_func1
new FAIL: gdb.opt/inline-break.exp: cmd=break: continue to breakpoint: inline_func1
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: delete all breakpoints in delete_breakpoints
new FAIL: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline
new FAIL: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined
new FAIL: gdb.opt/inline-cmds.exp: main not inlined
new KFAIL: gdb.opt/inline-cmds.exp: next to second func1
new FAIL: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined
new FAIL: gdb.opt/inline-cmds.exp: outer_inline1 inlined
new FAIL: gdb.opt/inline-cmds.exp: outer_inline2 inlined
new FAIL: gdb.opt/inline-cmds.exp: up from outer_inline2
new FAIL: gdb.opt/inline-cmds.exp: up to noinline
new FAIL: gdb.opt/inline-cmds.exp: up to outer_inline1
new FAIL: gdb.opt/inline-cmds.exp: up to outer_inline2
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-frame-inline.exp: info frame
new FAIL: gdb.python/py-frame-inline.exp: python print
new FAIL: gdb.python/py-frame-inline.exp: up
new FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 10:adrp	x0, 0xaaaaaaabb000
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 11:add	x0, x0, #0x10
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 12:ldr	w0, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 13:ldr	w1, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 14:cmp	w1, w0
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 15:b.lt	0xaaaaaaaaa8a8 <main+24>  // b.tstop
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 16:adrp	x0, 0xaaaaaaabb000
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 17:add	x0, x0, #0x18
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 18:ldrsw	x1, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 19:ldr	x0, [x0, x1, lsl #3]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 1:ld1	{v1.8b}, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 20:blr	x0
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 21:sub	sp, sp, #0x30
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 22:mov	w0, #0x42f60000            	// #1123418112
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 23:fmov	s0, w0
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 24:str	s0, [sp, #4]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 2:ld1	{v2.8b, v3.8b}, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 3:ld1	{v3.8b-v5.8b}, [x0]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 4:nop
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 5:add	sp, sp, #0x20
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 6:ret
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 7:ldr	w0, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 8:add	w0, w0, #0x1
new FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 9:str	w0, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: reverse-stepi
new FAIL: gdb.reverse/insn-reverse.exp: move: si
new FAIL: gdb.reverse/insn-reverse.exp: move: x/i $pc
new FAIL: gdb.server/ext-run.exp: get process list
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/227031b2bf03e7735601845d6c420995740c8fca//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/227031b2bf03e7735601845d6c420995740c8fca//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-22  6:26 [binutils-gdb] gdb: use foreach_with_prefix in gdb.base/break-interp.exp gdb-buildbot
@ 2020-03-25  8:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-25  8:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2338

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        3f512721a829ce7b2d38236917309a32f42faa99

Subject of commit:
        gdb: use foreach_with_prefix in gdb.base/break-interp.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3f512721a829ce7b2d38236917309a32f42faa99/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=IN: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=IN: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=NO: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=NO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: binprelink=NO: binsepdebug=SEP: binpie=YES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: ldprelink=NO: ldsepdebug=NO: dl bt
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3f512721a829ce7b2d38236917309a32f42faa99//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3f512721a829ce7b2d38236917309a32f42faa99//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-21 20:54 [binutils-gdb] gdb/selftest.m4: ensure $development is set gdb-buildbot
@ 2020-03-24 21:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-24 21:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2333

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        4d696a5c686730d75623d7e41805e42ce5fcc60c

Subject of commit:
        gdb/selftest.m4: ensure $development is set

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d696a5c686730d75623d7e41805e42ce5fcc60c/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d696a5c686730d75623d7e41805e42ce5fcc60c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d696a5c686730d75623d7e41805e42ce5fcc60c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-21 17:14 [binutils-gdb] sim: ppc: netbsd: Sync signal names with NetBSD 9.99.49 gdb-buildbot
@ 2020-03-24 14:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-24 14:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2330

Author:
        Kamil Rytarowski <n54@gmx.com>

Commit tested:
        7a20f753ef28251e4d3bca211e9ee338f67aa2a8

Subject of commit:
        sim: ppc: netbsd: Sync signal names with NetBSD 9.99.49

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a20f753ef28251e4d3bca211e9ee338f67aa2a8/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a20f753ef28251e4d3bca211e9ee338f67aa2a8//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a20f753ef28251e4d3bca211e9ee338f67aa2a8//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-21  1:32 [binutils-gdb] [gdb/testsuite] Fix core file load FAIL in tls-core.exp gdb-buildbot
@ 2020-03-23 19:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-23 19:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2322

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        1281424ccf3d05410398f4f495443d9e54426f91

Subject of commit:
        [gdb/testsuite] Fix core file load FAIL in tls-core.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/1281424ccf3d05410398f4f495443d9e54426f91/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/1281424ccf3d05410398f4f495443d9e54426f91//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/1281424ccf3d05410398f4f495443d9e54426f91//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-20  7:30 [binutils-gdb] Mark discriminants as artificial in gdb.dwarf2/variant.exp gdb-buildbot
@ 2020-03-23  1:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-23  1:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2314

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        976862ed563047be58effc4b02fe75ed064f77b7

Subject of commit:
        Mark discriminants as artificial in gdb.dwarf2/variant.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/976862ed563047be58effc4b02fe75ed064f77b7/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 4: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/976862ed563047be58effc4b02fe75ed064f77b7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/976862ed563047be58effc4b02fe75ed064f77b7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-19  2:47 [binutils-gdb] ubsan: som: left shift of 1 by 31 places gdb-buildbot
@ 2020-03-21 21:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-21 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2302

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e10ac147c80240c2d0aa0a2ae2ec7f6a934c198f

Subject of commit:
        ubsan: som: left shift of 1 by 31 places

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e10ac147c80240c2d0aa0a2ae2ec7f6a934c198f/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e10ac147c80240c2d0aa0a2ae2ec7f6a934c198f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e10ac147c80240c2d0aa0a2ae2ec7f6a934c198f//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-18 14:40 [binutils-gdb] x86: use template for AVX/AVX512 floating point comparison insns gdb-buildbot
@ 2020-03-21  7:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-21  7:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2296

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        3fabc17903800a7a943b811a5a20166f9a220ad6

Subject of commit:
        x86: use template for AVX/AVX512 floating point comparison insns

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3fabc17903800a7a943b811a5a20166f9a220ad6/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3fabc17903800a7a943b811a5a20166f9a220ad6//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3fabc17903800a7a943b811a5a20166f9a220ad6//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-18  8:37 [binutils-gdb] asan: wasm: Out-of-memory gdb-buildbot
@ 2020-03-21  1:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-21  1:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2293

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        2f57795b8b3cb2c416e91a16bc932480248e30d7

Subject of commit:
        asan: wasm: Out-of-memory

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2f/2f57795b8b3cb2c416e91a16bc932480248e30d7/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: reverse-stepi
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2f/2f57795b8b3cb2c416e91a16bc932480248e30d7//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2f/2f57795b8b3cb2c416e91a16bc932480248e30d7//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-18  6:15 [binutils-gdb] Fix two typos in gdb_binary_search.h gdb-buildbot
@ 2020-03-20 22:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-20 22:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2292

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        e63ee24f98f0648d1a88f9a74bd60a7278aeda2c

Subject of commit:
        Fix two typos in gdb_binary_search.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e63ee24f98f0648d1a88f9a74bd60a7278aeda2c/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: reverse-stepi
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e63ee24f98f0648d1a88f9a74bd60a7278aeda2c//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e63ee24f98f0648d1a88f9a74bd60a7278aeda2c//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-17 19:25 [binutils-gdb] [gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dups gdb-buildbot
@ 2020-03-20  6:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-20  6:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2289

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        e4003a3495bbdbcb28b3a87467a12b95d30e3b8a

Subject of commit:
        [gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dups

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e4003a3495bbdbcb28b3a87467a12b95d30e3b8a/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e4003a3495bbdbcb28b3a87467a12b95d30e3b8a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e4003a3495bbdbcb28b3a87467a12b95d30e3b8a//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-17  7:08 [binutils-gdb] [gdb] Remove trailing "done" after "Reading symbols from" message gdb-buildbot
@ 2020-03-19 11:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-19 11:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2281

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        fd760e798eb8c325f0d7bab7ddcb74f64dc4c113

Subject of commit:
        [gdb] Remove trailing "done" after "Reading symbols from" message

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd760e798eb8c325f0d7bab7ddcb74f64dc4c113/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd760e798eb8c325f0d7bab7ddcb74f64dc4c113//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd760e798eb8c325f0d7bab7ddcb74f64dc4c113//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-16 16:33 [binutils-gdb] x86: drop Rex64 attribute gdb-buildbot
@ 2020-03-18 19:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-18 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2274

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        643bb87079dd96aed99ff1572375a88179afcd15

Subject of commit:
        x86: drop Rex64 attribute

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/643bb87079dd96aed99ff1572375a88179afcd15/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/643bb87079dd96aed99ff1572375a88179afcd15//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/643bb87079dd96aed99ff1572375a88179afcd15//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-16  0:44 [binutils-gdb] gdb, gdbserver, gdbsupport: add .gitattributes files gdb-buildbot
@ 2020-03-18  1:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-18  1:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2266

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        842806cb6f1c321666dd086a79a0fdfbd35497ed

Subject of commit:
        gdb, gdbserver, gdbsupport: add .gitattributes files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/84/842806cb6f1c321666dd086a79a0fdfbd35497ed/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/84/842806cb6f1c321666dd086a79a0fdfbd35497ed//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/84/842806cb6f1c321666dd086a79a0fdfbd35497ed//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-15 18:34 [binutils-gdb] Introduce objfile::intern gdb-buildbot
@ 2020-03-17 18:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-17 18:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2263

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        be1e3d3eab0af2a140463757a1ba3977167551af

Subject of commit:
        Introduce objfile::intern

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/be/be1e3d3eab0af2a140463757a1ba3977167551af/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/maint.exp: maint print statistics
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/be/be1e3d3eab0af2a140463757a1ba3977167551af//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/be/be1e3d3eab0af2a140463757a1ba3977167551af//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-15  5:38 [binutils-gdb] Call cleanup on bfd_check_format_matches error exit gdb-buildbot
@ 2020-03-17  2:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-17  2:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2256

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        1039fd9ac2a57b7634f60a66ea51e64f5ff69251

Subject of commit:
        Call cleanup on bfd_check_format_matches error exit

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/10/1039fd9ac2a57b7634f60a66ea51e64f5ff69251/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/10/1039fd9ac2a57b7634f60a66ea51e64f5ff69251//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/10/1039fd9ac2a57b7634f60a66ea51e64f5ff69251//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-15  3:17 [binutils-gdb] Find tailcall frames before inline frames gdb-buildbot
@ 2020-03-16 23:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-16 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2255

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        1009d92fc621bc4d017029b90a5bfab16e17fde5

Subject of commit:
        Find tailcall frames before inline frames

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/10/1009d92fc621bc4d017029b90a5bfab16e17fde5/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.opt/inline-break.exp: cmd=break: bt stopped in inline_func1
PASS -> FAIL: gdb.opt/inline-break.exp: cmd=break: continue to breakpoint: inline_func1
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=tbreak: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.opt/inline-cmds.exp: backtrace at inlined_fn from noinline
PASS -> FAIL: gdb.opt/inline-cmds.exp: inlined_fn from noinline inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: main not inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: noinline from outer_inline1 not inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: outer_inline1 inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: outer_inline2 inlined
PASS -> FAIL: gdb.opt/inline-cmds.exp: up from outer_inline2
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to noinline
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to outer_inline1
PASS -> FAIL: gdb.opt/inline-cmds.exp: up to outer_inline2
PASS -> FAIL: gdb.python/py-frame-inline.exp: info frame
PASS -> FAIL: gdb.python/py-frame-inline.exp: python print
PASS -> FAIL: gdb.python/py-frame-inline.exp: up
new FAIL: gdb.reverse/insn-reverse.exp: move: capture_command_output for info all-registers
PASS -> UNRESOLVED: gdb.reverse/insn-reverse.exp: move: compare registers on insn 0:mov	x0, sp
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 10:adrp	x0, 0xaaaaaaabb000
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 11:add	x0, x0, #0x10
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 12:ldr	w0, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 13:ldr	w1, [x29, #28]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 14:cmp	w1, w0
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 15:b.lt	0xaaaaaaaaa8a8 <main+24>  // b.tstop
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 16:adrp	x0, 0xaaaaaaabb000
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 17:add	x0, x0, #0x18
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 18:ldrsw	x1, [x29, #28]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 19:ldr	x0, [x0, x1, lsl #3]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 1:ld1	{v1.8b}, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 20:blr	x0
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 21:sub	sp, sp, #0x30
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 22:mov	w0, #0x42f60000            	// #1123418112
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 23:fmov	s0, w0
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 24:str	s0, [sp, #4]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 2:ld1	{v2.8b, v3.8b}, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 3:ld1	{v3.8b-v5.8b}, [x0]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 4:nop
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 5:add	sp, sp, #0x20
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 6:ret
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 7:ldr	w0, [x29, #28]
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 8:add	w0, w0, #0x1
PASS -> FAIL: gdb.reverse/insn-reverse.exp: move: compare registers on insn 9:str	w0, [x29, #28]
new FAIL: gdb.reverse/insn-reverse.exp: move: reverse-stepi
new FAIL: gdb.reverse/insn-reverse.exp: move: si
new FAIL: gdb.reverse/insn-reverse.exp: move: x/i $pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/10/1009d92fc621bc4d017029b90a5bfab16e17fde5//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/10/1009d92fc621bc4d017029b90a5bfab16e17fde5//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-14  0:55 [binutils-gdb] Small clean up of use_displaced_stepping gdb-buildbot
@ 2020-03-15 14:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-15 14:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2241

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        9822cb57f7570a3b2c8fd95ec2f7b9f9890e30a4

Subject of commit:
        Small clean up of use_displaced_stepping

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/9822cb57f7570a3b2c8fd95ec2f7b9f9890e30a4/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/9822cb57f7570a3b2c8fd95ec2f7b9f9890e30a4//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/9822cb57f7570a3b2c8fd95ec2f7b9f9890e30a4//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-13 22:01 [binutils-gdb] gdb: Allow GDB to _not_ load a previous command history gdb-buildbot
@ 2020-03-15 12:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-15 12:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2240

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        63e163f24fe80fe1509527e6ccfcfb9622f5e99e

Subject of commit:
        gdb: Allow GDB to _not_ load a previous command history

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/63/63e163f24fe80fe1509527e6ccfcfb9622f5e99e/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/63/63e163f24fe80fe1509527e6ccfcfb9622f5e99e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/63/63e163f24fe80fe1509527e6ccfcfb9622f5e99e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-13  5:52 [binutils-gdb] trad_unix_core_file_p: Return bfd_cleanup gdb-buildbot
@ 2020-03-14 17:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-14 17:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2232

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        728d32c496435cbd2529f7de9f5277d88c9c04e2

Subject of commit:
        trad_unix_core_file_p: Return bfd_cleanup

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/728d32c496435cbd2529f7de9f5277d88c9c04e2/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/728d32c496435cbd2529f7de9f5277d88c9c04e2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/728d32c496435cbd2529f7de9f5277d88c9c04e2//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-13  3:40 [binutils-gdb] Import latest fixes to libiberty from GCC gdb-buildbot
@ 2020-03-14 15:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-14 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2231

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        4e07c9e2b69064e8b47e3981185b70ebe78aac68

Subject of commit:
        Import latest fixes to libiberty from GCC

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4e07c9e2b69064e8b47e3981185b70ebe78aac68/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4e07c9e2b69064e8b47e3981185b70ebe78aac68//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4e07c9e2b69064e8b47e3981185b70ebe78aac68//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-12 12:45 [binutils-gdb] alpha-vms: error paths not freeing memory and malloc result checks gdb-buildbot
@ 2020-03-13 23:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-13 23:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2224

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        9cb56943d7f8de419d15e7ff1614d342b4682340

Subject of commit:
        alpha-vms: error paths not freeing memory and malloc result checks

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cb56943d7f8de419d15e7ff1614d342b4682340/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cb56943d7f8de419d15e7ff1614d342b4682340//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cb56943d7f8de419d15e7ff1614d342b4682340//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-11 21:36 [binutils-gdb] Fix SVE-related failure in gdb.arch/aarch64-fp.exp gdb-buildbot
@ 2020-03-13  5:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-13  5:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2220

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        f7a7000d486f6fc456e9332214b89d01c3639fb1

Subject of commit:
        Fix SVE-related failure in gdb.arch/aarch64-fp.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f7/f7a7000d486f6fc456e9332214b89d01c3639fb1/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f7/f7a7000d486f6fc456e9332214b89d01c3639fb1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f7/f7a7000d486f6fc456e9332214b89d01c3639fb1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-11  5:38 [binutils-gdb] gdb: Check for nullptr when computing srcpath gdb-buildbot
@ 2020-03-12  9:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-12  9:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2212

Author:
        Aaron Merey <amerey@redhat.com>

Commit tested:
        e5da11393a16416afc0c0a1da9914b6424f37fa8

Subject of commit:
        gdb: Check for nullptr when computing srcpath

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5da11393a16416afc0c0a1da9914b6424f37fa8/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5da11393a16416afc0c0a1da9914b6424f37fa8//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5da11393a16416afc0c0a1da9914b6424f37fa8//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-10 21:30 [binutils-gdb] gdb: Use std::abs instead of abs on LONGEST types gdb-buildbot
@ 2020-03-11 21:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-11 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2207

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        3104d9ee223133b9f5be4ec96b3f986e4fbc893e

Subject of commit:
        gdb: Use std::abs instead of abs on LONGEST types

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/3104d9ee223133b9f5be4ec96b3f986e4fbc893e/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/3104d9ee223133b9f5be4ec96b3f986e4fbc893e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/3104d9ee223133b9f5be4ec96b3f986e4fbc893e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-10 19:54 [binutils-gdb] [gdb/testsuite] Remove unused globals gdb-buildbot
@ 2020-03-11 19:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-11 19:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2206

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        3608f86c427a907335eb96b8dd6d6d2071d6f4a1

Subject of commit:
        [gdb/testsuite] Remove unused globals

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/3608f86c427a907335eb96b8dd6d6d2071d6f4a1/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/3608f86c427a907335eb96b8dd6d6d2071d6f4a1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/3608f86c427a907335eb96b8dd6d6d2071d6f4a1//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-10 17:14 [binutils-gdb] [gdb/testsuite] Fix spawn in tuiterm.exp gdb-buildbot
@ 2020-03-11 17:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-11 17:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2205

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        c8d4f6dfd9264d6ab5d14c2dde3628cc1e7dd75f

Subject of commit:
        [gdb/testsuite] Fix spawn in tuiterm.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c8d4f6dfd9264d6ab5d14c2dde3628cc1e7dd75f/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c8d4f6dfd9264d6ab5d14c2dde3628cc1e7dd75f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c8d4f6dfd9264d6ab5d14c2dde3628cc1e7dd75f//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-10  9:35 [binutils-gdb] Specialize partial_symtab for DWARF include files gdb-buildbot
@ 2020-03-11  7:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-11  7:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2202

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        b83470bfa7ca200b1c99caac5f6d56bffe0261d0

Subject of commit:
        Specialize partial_symtab for DWARF include files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b8/b83470bfa7ca200b1c99caac5f6d56bffe0261d0/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b8/b83470bfa7ca200b1c99caac5f6d56bffe0261d0//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b8/b83470bfa7ca200b1c99caac5f6d56bffe0261d0//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-10  7:05 [binutils-gdb] Add debuginfod support to GDB gdb-buildbot
@ 2020-03-11  5:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-11  5:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2200

Author:
        Aaron Merey <amerey@redhat.com>

Commit tested:
        0d79cdc494d5eb9db26a602d62c92d49f83f407e

Subject of commit:
        Add debuginfod support to GDB

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0d79cdc494d5eb9db26a602d62c92d49f83f407e/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
PASS -> UNRESOLVED: gdb.dwarf2/dw2-compdir-oldgcc.exp: list gcc43
PASS -> UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: count END markers in line table
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0d79cdc494d5eb9db26a602d62c92d49f83f407e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0d79cdc494d5eb9db26a602d62c92d49f83f407e//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-10  1:29 [binutils-gdb] [gdb] Don't set initial language if set manually gdb-buildbot
@ 2020-03-10 22:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-10 22:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2197

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        0dce428051fd2cf07f9d38e9efe2dbb5d8f7fbef

Subject of commit:
        [gdb] Don't set initial language if set manually

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0dce428051fd2cf07f9d38e9efe2dbb5d8f7fbef/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 2
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0dce428051fd2cf07f9d38e9efe2dbb5d8f7fbef//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0dce428051fd2cf07f9d38e9efe2dbb5d8f7fbef//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-09  7:07 [binutils-gdb] gdb/fortran: Support negative array stride in one limited case gdb-buildbot
@ 2020-03-10  1:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-10  1:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2188

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        9e80cfa14ed0bdec20361ae78e74ccb937de3428

Subject of commit:
        gdb/fortran: Support negative array stride in one limited case

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9e80cfa14ed0bdec20361ae78e74ccb937de3428/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9e80cfa14ed0bdec20361ae78e74ccb937de3428//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9e80cfa14ed0bdec20361ae78e74ccb937de3428//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-08 10:45 [binutils-gdb] [gdb] Ensure listing of unused static var in info locals gdb-buildbot
@ 2020-03-08 23:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-08 23:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2177

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        a88ef40d0f21342bb5ce01ce677846995ca0d133

Subject of commit:
        [gdb] Ensure listing of unused static var in info locals

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a88ef40d0f21342bb5ce01ce677846995ca0d133/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a88ef40d0f21342bb5ce01ce677846995ca0d133//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a88ef40d0f21342bb5ce01ce677846995ca0d133//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-08  8:47 [binutils-gdb] [gdb/testsuite] Fix layout next/prev/regs help message gdb-buildbot
@ 2020-03-08 21:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-08 21:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2176

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        c9af65210c36aa0b5362b8ce2814ca8a5b09af92

Subject of commit:
        [gdb/testsuite] Fix layout next/prev/regs help message

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c9af65210c36aa0b5362b8ce2814ca8a5b09af92/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 2
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c9af65210c36aa0b5362b8ce2814ca8a5b09af92//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c9af65210c36aa0b5362b8ce2814ca8a5b09af92//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-07 23:21 [binutils-gdb] Fix cast in TUI_DISASM_WIN gdb-buildbot
@ 2020-03-08  9:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-08  9:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2171

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3b0fb49e305511c0f68d588bb8cf1a250ecd76f9

Subject of commit:
        Fix cast in TUI_DISASM_WIN

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b0fb49e305511c0f68d588bb8cf1a250ecd76f9/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 2
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b0fb49e305511c0f68d588bb8cf1a250ecd76f9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b0fb49e305511c0f68d588bb8cf1a250ecd76f9//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-07 19:22 [binutils-gdb] Use error_no_arg in TUI gdb-buildbot
@ 2020-03-08  5:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-08  5:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2169

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ca793b969c39158aa5fb10508a13d2696bf9c6d2

Subject of commit:
        Use error_no_arg in TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca793b969c39158aa5fb10508a13d2696bf9c6d2/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca793b969c39158aa5fb10508a13d2696bf9c6d2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca793b969c39158aa5fb10508a13d2696bf9c6d2//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-07 12:15 [binutils-gdb] TUI windows do not need to store their type gdb-buildbot
@ 2020-03-07 21:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-07 21:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2163

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        fdb01f0ce44653180af9d3d4f264c0ddb2d1261d

Subject of commit:
        TUI windows do not need to store their type

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fdb01f0ce44653180af9d3d4f264c0ddb2d1261d/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fdb01f0ce44653180af9d3d4f264c0ddb2d1261d//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fdb01f0ce44653180af9d3d4f264c0ddb2d1261d//xfail.table.gz>



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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-06 12:45 [binutils-gdb] Reimplement TUI "C-x 1" binding gdb-buildbot
@ 2020-03-06 18:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-06 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2151

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        5afe342e2a61dcc49e42e68a86432e7f240af51d

Subject of commit:
        Reimplement TUI "C-x 1" binding

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5afe342e2a61dcc49e42e68a86432e7f240af51d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 2
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5afe342e2a61dcc49e42e68a86432e7f240af51d//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5afe342e2a61dcc49e42e68a86432e7f240af51d//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-06  1:02 [binutils-gdb] Style field names in "print" gdb-buildbot
@ 2020-03-06  4:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-06  4:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2146

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3f0cbb04d0fbb0923f2972efa95a4c767592860b

Subject of commit:
        Style field names in "print"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3f0cbb04d0fbb0923f2972efa95a4c767592860b/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3f0cbb04d0fbb0923f2972efa95a4c767592860b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3f/3f0cbb04d0fbb0923f2972efa95a4c767592860b//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-03-02 22:23 [binutils-gdb] gdbserver: turn target op 'supports_disable_randomization' into a method gdb-buildbot
@ 2020-03-02 22:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-03-02 22:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/2115

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        c756403b171fc56562bf478c8602040bba3de856

Subject of commit:
        gdbserver: turn target op 'supports_disable_randomization' into a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c756403b171fc56562bf478c8602040bba3de856/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: check_pc_after_cross_syscall: single step over fork final pc
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: pc after stepi matches insn addr after syscall
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c756403b171fc56562bf478c8602040bba3de856//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c756403b171fc56562bf478c8602040bba3de856//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-21 15:32 [binutils-gdb] Fix kill of processes created by win32_create_inferior gdb-buildbot
@ 2020-02-21 15:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-21 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1988

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        052793ad150643bd6cc34b02fc2a4fa0f5ec6428

Subject of commit:
        Fix kill of processes created by win32_create_inferior

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/052793ad150643bd6cc34b02fc2a4fa0f5ec6428/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/info-os.exp: continue
PASS -> FAIL: gdb.base/info-os.exp: get file descriptors
PASS -> FAIL: gdb.base/info-os.exp: get internet-domain sockets
PASS -> FAIL: gdb.base/info-os.exp: get message queues
PASS -> FAIL: gdb.base/info-os.exp: get process groups
PASS -> FAIL: gdb.base/info-os.exp: get semaphores
PASS -> FAIL: gdb.base/info-os.exp: get shared-memory regions
PASS -> FAIL: gdb.base/info-os.exp: get threads
PASS -> FAIL: gdb.base/info-os.exp: info os unknown_entry
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/052793ad150643bd6cc34b02fc2a4fa0f5ec6428//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/052793ad150643bd6cc34b02fc2a4fa0f5ec6428//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-21  7:11 [binutils-gdb] GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failure gdb-buildbot
@ 2020-02-21  6:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-21  6:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1953

Author:
        Maciej W. Rozycki <macro@wdc.com>

Commit tested:
        5f0e2eb79e6b771779eab6f5a8cf33c5c889ca85

Subject of commit:
        GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failure

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f0e2eb79e6b771779eab6f5a8cf33c5c889ca85/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: advanced
PASS -> FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: advanced
PASS -> FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: advanced
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f0e2eb79e6b771779eab6f5a8cf33c5c889ca85//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f0e2eb79e6b771779eab6f5a8cf33c5c889ca85//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-19 11:55 [binutils-gdb] Don't declare die_info in dwarf2read.h gdb-buildbot
@ 2020-02-19 16:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-19 16:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1916

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        1eba2311e1a31072538aaa7937dd4cb893aea634

Subject of commit:
        Don't declare die_info in dwarf2read.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1eba2311e1a31072538aaa7937dd4cb893aea634/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1eba2311e1a31072538aaa7937dd4cb893aea634//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1eba2311e1a31072538aaa7937dd4cb893aea634//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-18 22:18 [binutils-gdb] Remove die_info_ptr typedef gdb-buildbot
@ 2020-02-18 22:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-18 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1915

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        e41c2da2dd4d2d8868ae30cad94345fbd6f7ace6

Subject of commit:
        Remove die_info_ptr typedef

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e41c2da2dd4d2d8868ae30cad94345fbd6f7ace6/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 3: could not run to all_started
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e41c2da2dd4d2d8868ae30cad94345fbd6f7ace6//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e41c2da2dd4d2d8868ae30cad94345fbd6f7ace6//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-11 12:51 [binutils-gdb] Make fputs_unfiltered use fputs_maybe_filtered gdb-buildbot
@ 2020-02-11  8:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-11  8:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1904

Author:
        Iain Buclaw <ibuclaw@gdcproject.org>

Commit tested:
        dfcb27e41d37b8bff178697f5f33ec288387fb01

Subject of commit:
        Make fputs_unfiltered use fputs_maybe_filtered

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfcb27e41d37b8bff178697f5f33ec288387fb01/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfcb27e41d37b8bff178697f5f33ec288387fb01//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfcb27e41d37b8bff178697f5f33ec288387fb01//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-06 14:16 [binutils-gdb] V850/BFD: Fix uninitialized `insn[4]' with R_V850_LONGJUMP warning gdb-buildbot
@ 2020-02-06 14:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-06 14:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1892

Author:
        Maciej W. Rozycki <macro@wdc.com>

Commit tested:
        b93a662bcf1eaebac6af70684fbc5bd510fcadcf

Subject of commit:
        V850/BFD: Fix uninitialized `insn[4]' with R_V850_LONGJUMP warning

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b93a662bcf1eaebac6af70684fbc5bd510fcadcf/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b93a662bcf1eaebac6af70684fbc5bd510fcadcf//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b93a662bcf1eaebac6af70684fbc5bd510fcadcf//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-06  2:38 [binutils-gdb] Disambiguate info_print_options gdb-buildbot
@ 2020-02-06  2:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-06  2:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1891

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        095252be0b51750f0b135bcbf8624dd70a59bc1f

Subject of commit:
        Disambiguate info_print_options

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/09/095252be0b51750f0b135bcbf8624dd70a59bc1f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: continue
PASS -> FAIL: gdb.base/solib-display.exp: IN: after rerun
PASS -> FAIL: gdb.base/solib-display.exp: IN: break 25
PASS -> FAIL: gdb.base/solib-display.exp: IN: continue
PASS -> FAIL: gdb.base/solib-display.exp: IN: display a_local
PASS -> FAIL: gdb.base/solib-display.exp: IN: display a_static
new UNRESOLVED: gdb.threads/watchthreads2.exp: can't run to main
new UNRESOLVED: gdb.threads/watchthreads2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/watchthreads2.exp: set can-use-hw-watchpoints 1
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/09/095252be0b51750f0b135bcbf8624dd70a59bc1f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/09/095252be0b51750f0b135bcbf8624dd70a59bc1f//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-05 18:15 [binutils-gdb] RISC-V/Linux/native: Factor out target description determination gdb-buildbot
@ 2020-02-05 18:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-05 18:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1888

Author:
        Maciej W. Rozycki <macro@wdc.com>

Commit tested:
        f6480e70001df1c8151362cd4621578bcb293224

Subject of commit:
        RISC-V/Linux/native: Factor out target description determination

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f6480e70001df1c8151362cd4621578bcb293224/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f6480e70001df1c8151362cd4621578bcb293224//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f6480e70001df1c8151362cd4621578bcb293224//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-04 18:25 [binutils-gdb] [gdb/testsuite] Add note to 'Race detection' entry in README gdb-buildbot
@ 2020-02-04 20:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-04 20:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1884

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        f8dcc90b6030b641fa7b0b33e4203498bbb0f0e0

Subject of commit:
        [gdb/testsuite] Add note to 'Race detection' entry in README

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f8dcc90b6030b641fa7b0b33e4203498bbb0f0e0/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f8dcc90b6030b641fa7b0b33e4203498bbb0f0e0//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f8dcc90b6030b641fa7b0b33e4203498bbb0f0e0//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-02-04  6:24 [binutils-gdb] ubsan: d30v: negation of -2147483648 gdb-buildbot
@ 2020-02-04  6:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-02-04  6:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1879

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        c5d7be0c97a75ff20b49d57bff078360464125fb

Subject of commit:
        ubsan: d30v: negation of -2147483648

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c5/c5d7be0c97a75ff20b49d57bff078360464125fb/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: pc after stepi matches insn addr after syscall
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=on: pc after stepi matches insn addr after syscall
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: list of breakpoints
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c5/c5d7be0c97a75ff20b49d57bff078360464125fb//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c5/c5d7be0c97a75ff20b49d57bff078360464125fb//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-31  3:38 [binutils-gdb] Tidy bfd.pot gdb-buildbot
@ 2020-01-31  7:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-31  7:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1859

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        72ebe8c528387ac2ecf82f3ce82294f63a855d45

Subject of commit:
        Tidy bfd.pot

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72ebe8c528387ac2ecf82f3ce82294f63a855d45/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72ebe8c528387ac2ecf82f3ce82294f63a855d45//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72ebe8c528387ac2ecf82f3ce82294f63a855d45//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-30  0:11 [binutils-gdb] Fix -Werror-stringop error on infcmd.c:construct_inferior_arguments gdb-buildbot
@ 2020-01-30  4:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-30  4:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1848

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        c47f70e2ce7b347aadbde873aae6c2df92c42180

Subject of commit:
        Fix -Werror-stringop error on infcmd.c:construct_inferior_arguments

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c4/c47f70e2ce7b347aadbde873aae6c2df92c42180/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 9: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c4/c47f70e2ce7b347aadbde873aae6c2df92c42180//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c4/c47f70e2ce7b347aadbde873aae6c2df92c42180//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-29 16:39 [binutils-gdb] Test handling of additional brk instruction patterns gdb-buildbot
@ 2020-01-29 17:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-29 17:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1844

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        b62a802857adafecc64bc1de3efd1c2e59059af9

Subject of commit:
        Test handling of additional brk instruction patterns

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b6/b62a802857adafecc64bc1de3efd1c2e59059af9/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b6/b62a802857adafecc64bc1de3efd1c2e59059af9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b6/b62a802857adafecc64bc1de3efd1c2e59059af9//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-29 15:16 [binutils-gdb] Recognize more program breakpoint patterns gdb-buildbot
@ 2020-01-29 15:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-29 15:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1843

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        5133a31537c8f90f3b8b7172f385b3b2856d1566

Subject of commit:
        Recognize more program breakpoint patterns

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/5133a31537c8f90f3b8b7172f385b3b2856d1566/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/5133a31537c8f90f3b8b7172f385b3b2856d1566//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/5133a31537c8f90f3b8b7172f385b3b2856d1566//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-29  8:24 [binutils-gdb] [gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp race gdb-buildbot
@ 2020-01-29  8:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-29  8:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1841

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        ee2a6fc60413a2f5bc6641fd6d06f460c9deab3f

Subject of commit:
        [gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp race

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ee/ee2a6fc60413a2f5bc6641fd6d06f460c9deab3f/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ee/ee2a6fc60413a2f5bc6641fd6d06f460c9deab3f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ee/ee2a6fc60413a2f5bc6641fd6d06f460c9deab3f//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-28 19:48 [binutils-gdb] Fix library segment-address for 64bit values gdb-buildbot
@ 2020-01-28 22:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-28 22:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1840

Author:
        Hannes Domani <ssbssa@yahoo.de>

Commit tested:
        a2236a08440996fe2adb5f9b61926db9a9e8c8c3

Subject of commit:
        Fix library segment-address for 64bit values

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2236a08440996fe2adb5f9b61926db9a9e8c8c3/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.tui/list.exp: verify tui support
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2236a08440996fe2adb5f9b61926db9a9e8c8c3//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2236a08440996fe2adb5f9b61926db9a9e8c8c3//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-28 10:20 [binutils-gdb] Harden gdb.base/step-over-syscall.exp gdb-buildbot
@ 2020-01-28 16:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-28 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1838

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        16b10d6e61bfa0940333354e8144b3924dc86e56

Subject of commit:
        Harden gdb.base/step-over-syscall.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/16b10d6e61bfa0940333354e8144b3924dc86e56/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: pc after stepi matches insn addr after syscall
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=on: pc after stepi matches insn addr after syscall
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/16b10d6e61bfa0940333354e8144b3924dc86e56//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/16b10d6e61bfa0940333354e8144b3924dc86e56//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-28  8:32 [binutils-gdb] Remove cpu-plugin.c gdb-buildbot
@ 2020-01-28 13:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-28 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1837

Author:
        Andreas Schwab <schwab@suse.de>

Commit tested:
        086b06f3c9daa4eee3c1ddd547af32553d1187d6

Subject of commit:
        Remove cpu-plugin.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/086b06f3c9daa4eee3c1ddd547af32553d1187d6/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/086b06f3c9daa4eee3c1ddd547af32553d1187d6//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/086b06f3c9daa4eee3c1ddd547af32553d1187d6//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-28  5:10 [binutils-gdb] AArch64: Fix cfinv disassembly issues gdb-buildbot
@ 2020-01-28  8:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-28  8:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1835

Author:
        Tamar Christina <tamar.christina@arm.com>

Commit tested:
        7568c93bf95a518797dfb2987b04911164c14a36

Subject of commit:
        AArch64: Fix cfinv disassembly issues

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7568c93bf95a518797dfb2987b04911164c14a36/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/watchthreads2.exp: can't run to main
new UNRESOLVED: gdb.threads/watchthreads2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/watchthreads2.exp: set can-use-hw-watchpoints 1
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7568c93bf95a518797dfb2987b04911164c14a36//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7568c93bf95a518797dfb2987b04911164c14a36//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-27 21:03 [binutils-gdb] Consolidate partial symtab dependency reading gdb-buildbot
@ 2020-01-27 23:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-27 23:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1831

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0494dbecdfa0b0b9065393755a1ac64431997da1

Subject of commit:
        Consolidate partial symtab dependency reading

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/04/0494dbecdfa0b0b9065393755a1ac64431997da1/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/04/0494dbecdfa0b0b9065393755a1ac64431997da1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/04/0494dbecdfa0b0b9065393755a1ac64431997da1//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-27 19:48 [binutils-gdb] Introduce partial_symtab::expand_psymtab method gdb-buildbot
@ 2020-01-27 20:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-27 20:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1830

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        8566b89b737eef50f67bf23329b4606cf7973de1

Subject of commit:
        Introduce partial_symtab::expand_psymtab method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/8566b89b737eef50f67bf23329b4606cf7973de1/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/8566b89b737eef50f67bf23329b4606cf7973de1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/8566b89b737eef50f67bf23329b4606cf7973de1//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-27 14:31 [binutils-gdb] Consolidate psymtab "Reading" messages gdb-buildbot
@ 2020-01-27 18:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-27 18:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1829

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        077cbab270376098e90c841690f9e4439b63d3d4

Subject of commit:
        Consolidate psymtab "Reading" messages

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/077cbab270376098e90c841690f9e4439b63d3d4/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/077cbab270376098e90c841690f9e4439b63d3d4//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/077cbab270376098e90c841690f9e4439b63d3d4//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24 18:28 [binutils-gdb] Make the class name in the definition match the declaration gdb-buildbot
@ 2020-01-24 18:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24 18:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1809

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd

Subject of commit:
        Make the class name in the definition match the declaration

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24 17:50 [binutils-gdb] Define _KERNTYPES in arm-nbsd-nat.c gdb-buildbot
@ 2020-01-24 17:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24 17:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1808

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        73685c7ededdde511ae6a7f827fa29ec8502892a

Subject of commit:
        Define _KERNTYPES in arm-nbsd-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73685c7ededdde511ae6a7f827fa29ec8502892a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 3: could not run to all_started
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73685c7ededdde511ae6a7f827fa29ec8502892a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73685c7ededdde511ae6a7f827fa29ec8502892a//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24 16:00 [binutils-gdb] Fix an illegal call to free() when copying a PE format file gdb-buildbot
@ 2020-01-24 16:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24 16:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1806

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        caa31cfad6c16ffbd5c396f74273fc9e413906f0

Subject of commit:
        Fix an illegal call to free() when copying a PE format file.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/caa31cfad6c16ffbd5c396f74273fc9e413906f0/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/caa31cfad6c16ffbd5c396f74273fc9e413906f0//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/caa31cfad6c16ffbd5c396f74273fc9e413906f0//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24 13:41 [binutils-gdb] gdbserver: Make `make TAGS' actually work gdb-buildbot
@ 2020-01-24 13:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24 13:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1804

Author:
        Maciej W. Rozycki <macro@wdc.com>

Commit tested:
        42cd72aa0279520384327a1f6d0ebd2eb2200645

Subject of commit:
        gdbserver: Make `make TAGS' actually work

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42cd72aa0279520384327a1f6d0ebd2eb2200645/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/hbreak.exp: continue to break-at-exit after hbreak
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42cd72aa0279520384327a1f6d0ebd2eb2200645//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42cd72aa0279520384327a1f6d0ebd2eb2200645//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24 13:32 [binutils-gdb] gdbserver: Remove a stale TAGS recipe for config files gdb-buildbot
@ 2020-01-24 13:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1803

Author:
        Maciej W. Rozycki <macro@wdc.com>

Commit tested:
        42ba50eccbb9793a68d19b4f04598ab657201fcc

Subject of commit:
        gdbserver: Remove a stale TAGS recipe for config files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42ba50eccbb9793a68d19b4f04598ab657201fcc/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42ba50eccbb9793a68d19b4f04598ab657201fcc//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42ba50eccbb9793a68d19b4f04598ab657201fcc//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24  3:19 [binutils-gdb] gdb: Enable stdin on exception in execute_gdb_command gdb-buildbot
@ 2020-01-24  3:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24  3:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1801

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        1ba1ac88011703abcd0271e4f5d00927dc69a09a

Subject of commit:
        gdb: Enable stdin on exception in execute_gdb_command

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1ba1ac88011703abcd0271e4f5d00927dc69a09a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 2: could not run to all_started
new FAIL: gdb.threads/async.exp: thread 3: could not run to all_started
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1ba1ac88011703abcd0271e4f5d00927dc69a09a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1ba1ac88011703abcd0271e4f5d00927dc69a09a//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24  2:36 [binutils-gdb] gdb: Re-enable stdin for all UIs from start_event_loop gdb-buildbot
@ 2020-01-24  2:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24  2:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1800

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        f3364a6d0fefe44fc26a1d5025b3af55ecec5cad

Subject of commit:
        gdb: Re-enable stdin for all UIs from start_event_loop

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3364a6d0fefe44fc26a1d5025b3af55ecec5cad/

*** Diff to previous build ***
==============================================
new FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3364a6d0fefe44fc26a1d5025b3af55ecec5cad//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3364a6d0fefe44fc26a1d5025b3af55ecec5cad//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24  1:36 [binutils-gdb] gdb/tui: asm window handles invalid memory and scrolls better gdb-buildbot
@ 2020-01-24  1:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24  1:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1799

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        733d0a679536628eb1be4b4b8aa6384de24ff1f1

Subject of commit:
        gdb/tui: asm window handles invalid memory and scrolls better

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/733d0a679536628eb1be4b4b8aa6384de24ff1f1/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 8: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/733d0a679536628eb1be4b4b8aa6384de24ff1f1//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/733d0a679536628eb1be4b4b8aa6384de24ff1f1//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-24  0:26 [binutils-gdb] gdb: introduce objfile text_section_offset and data_section_offset methods gdb-buildbot
@ 2020-01-24  0:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-24  0:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1797

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        b3b3bada0d514f8e57a04fd333f05d1da94e2304

Subject of commit:
        gdb: introduce objfile text_section_offset and data_section_offset methods

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b3b3bada0d514f8e57a04fd333f05d1da94e2304/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b3b3bada0d514f8e57a04fd333f05d1da94e2304//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b3b3bada0d514f8e57a04fd333f05d1da94e2304//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-22 22:31 [binutils-gdb] MSP430: Fix simulator execution of RRUX instruction gdb-buildbot
@ 2020-01-22 22:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-22 22:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1790

Author:
        Jozef Lawrynowicz <jozef.l@mittosystems.com>

Commit tested:
        b7dcc42dfde12c3a1ccb7149b3cf8ef2f0992ea3

Subject of commit:
        MSP430: Fix simulator execution of RRUX instruction

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b7dcc42dfde12c3a1ccb7149b3cf8ef2f0992ea3/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b7dcc42dfde12c3a1ccb7149b3cf8ef2f0992ea3//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b7dcc42dfde12c3a1ccb7149b3cf8ef2f0992ea3//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-21 23:55 [binutils-gdb] gdb: add declaration for _initialize_gdbarch in gdbarch.sh gdb-buildbot
@ 2020-01-21 23:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-21 23:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1785

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        a12378729f404ef0b6e9a4e8378dfd747dd5beb6

Subject of commit:
        gdb: add declaration for _initialize_gdbarch in gdbarch.sh

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a12378729f404ef0b6e9a4e8378dfd747dd5beb6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/async.exp: thread 3: could not run to all_started
new UNRESOLVED: gdb.threads/async.exp: thread 3: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/watchthreads2.exp: run to thread_started
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a12378729f404ef0b6e9a4e8378dfd747dd5beb6//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a12378729f404ef0b6e9a4e8378dfd747dd5beb6//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-21 14:43 [binutils-gdb] Add more debugging output to aarch64_displaced_step_fixup gdb-buildbot
@ 2020-01-21 14:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-21 14:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1780

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        1ab139e5bedfec2bb277287574cc0322c21a252b

Subject of commit:
        Add more debugging output to aarch64_displaced_step_fixup

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1ab139e5bedfec2bb277287574cc0322c21a252b/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1ab139e5bedfec2bb277287574cc0322c21a252b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1ab139e5bedfec2bb277287574cc0322c21a252b//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-21  8:57 [binutils-gdb] x86: improve handling of insns with ambiguous operand sizes gdb-buildbot
@ 2020-01-21  8:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-21  8:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1778

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        c006a730e9a35489cc8d081f422a7ea1b62ada56

Subject of commit:
        x86: improve handling of insns with ambiguous operand sizes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c006a730e9a35489cc8d081f422a7ea1b62ada56/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/info-threads-cur-sal.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c006a730e9a35489cc8d081f422a7ea1b62ada56//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c006a730e9a35489cc8d081f422a7ea1b62ada56//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-20 12:44 [binutils-gdb] PowerPC64 ppc_elf_hash_entry, defined_sym_val, is_tls_get_addr gdb-buildbot
@ 2020-01-20 12:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-20 12:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1773

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ed7007c18a83d0d654c366d507fcf053985c698b

Subject of commit:
        PowerPC64 ppc_elf_hash_entry, defined_sym_val, is_tls_get_addr

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed7007c18a83d0d654c366d507fcf053985c698b/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed7007c18a83d0d654c366d507fcf053985c698b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed7007c18a83d0d654c366d507fcf053985c698b//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-20 11:55 [binutils-gdb] ubsan: hppa: negation of -2147483648 gdb-buildbot
@ 2020-01-20 12:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-20 12:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1772

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        4d6cbb644265d565eb743ffa2bd04092c2b05518

Subject of commit:
        ubsan: hppa: negation of -2147483648

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d6cbb644265d565eb743ffa2bd04092c2b05518/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d6cbb644265d565eb743ffa2bd04092c2b05518//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d6cbb644265d565eb743ffa2bd04092c2b05518//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-20 11:21 [binutils-gdb] ubsan: arm: out of bounds array access gdb-buildbot
@ 2020-01-20 11:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-20 11:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1771

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        2bddb71a7421213dd9d8b8f2db133b43f5e1357e

Subject of commit:
        ubsan: arm: out of bounds array access

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2bddb71a7421213dd9d8b8f2db133b43f5e1357e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2bddb71a7421213dd9d8b8f2db133b43f5e1357e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2bddb71a7421213dd9d8b8f2db133b43f5e1357e//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-20 10:53 [binutils-gdb] sim: don't rely on inferior_ptid in gdbsim_target::wait gdb-buildbot
@ 2020-01-20  6:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-20  6:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1770

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        cf1d9e092f871df3b34a58cfcde915c689ac9067

Subject of commit:
        sim: don't rely on inferior_ptid in gdbsim_target::wait

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cf1d9e092f871df3b34a58cfcde915c689ac9067/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cf1d9e092f871df3b34a58cfcde915c689ac9067//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cf1d9e092f871df3b34a58cfcde915c689ac9067//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-20  5:14 [binutils-gdb] sim: add some stdlib.h includes gdb-buildbot
@ 2020-01-20  5:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-20  5:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1769

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        b760fb3a1cd35fda01843ee7cdb3e420f07d27b9

Subject of commit:
        sim: add some stdlib.h includes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b760fb3a1cd35fda01843ee7cdb3e420f07d27b9/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b760fb3a1cd35fda01843ee7cdb3e420f07d27b9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b760fb3a1cd35fda01843ee7cdb3e420f07d27b9//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-18 14:20 [binutils-gdb] Update top level config files with copies from the official repository gdb-buildbot
@ 2020-01-18 14:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-18 14:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1757

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        4fb3a8daaf140ed94beef556d007013f3c5bd738

Subject of commit:
        Update top level config files with copies from the official repository.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4fb3a8daaf140ed94beef556d007013f3c5bd738/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4fb3a8daaf140ed94beef556d007013f3c5bd738//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4fb3a8daaf140ed94beef556d007013f3c5bd738//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-17 19:43 [binutils-gdb] x86: Add {vex} pseudo prefix gdb-buildbot
@ 2020-01-17 19:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-17 19:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1751

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        42e04b360158941f4d490a38cad14b11593854fa

Subject of commit:
        x86: Add {vex} pseudo prefix

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42e04b360158941f4d490a38cad14b11593854fa/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 2: could not run to all_started
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42e04b360158941f4d490a38cad14b11593854fa//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/42/42e04b360158941f4d490a38cad14b11593854fa//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-17 16:16 [binutils-gdb] gdb: remove use of iterate_over_inferiors in py-inferior.c gdb-buildbot
@ 2020-01-17 16:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-17 16:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1747

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        d9bc85b65b3daab0c3579be0efc3b33c1ef24620

Subject of commit:
        gdb: remove use of iterate_over_inferiors in py-inferior.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9bc85b65b3daab0c3579be0efc3b33c1ef24620/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9bc85b65b3daab0c3579be0efc3b33c1ef24620//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9bc85b65b3daab0c3579be0efc3b33c1ef24620//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-17 14:39 [binutils-gdb] Update libiberty sources with changes in the gcc mainline gdb-buildbot
@ 2020-01-17 15:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-17 15:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1745

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        533da48302a26885a972e4379eccc26b364e5b53

Subject of commit:
        Update libiberty sources with changes in the gcc mainline.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/533da48302a26885a972e4379eccc26b364e5b53/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 7: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/next-bp-other-thread.exp: schedlock=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/next-bp-other-thread.exp: schedlock=step: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/533da48302a26885a972e4379eccc26b364e5b53//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/533da48302a26885a972e4379eccc26b364e5b53//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-16 15:14 [binutils-gdb] [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature gdb-buildbot
@ 2020-01-16 15:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-16 15:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1739

Author:
        Andre Vieira <andre.simoesdiasvieira@arm.com>

Commit tested:
        2da2eaf4ce299c84c5a1f1bc6f7944266cb36d6e

Subject of commit:
        [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2da2eaf4ce299c84c5a1f1bc6f7944266cb36d6e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: list of breakpoints
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2da2eaf4ce299c84c5a1f1bc6f7944266cb36d6e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2da2eaf4ce299c84c5a1f1bc6f7944266cb36d6e//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-15 19:14 [binutils-gdb] texi2pod.pl: import support for @t{...} from gcc gdb-buildbot
@ 2020-01-15 19:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-15 19:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1735

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        c12081a66b4abe34d2c858c78d4028606a082579

Subject of commit:
        texi2pod.pl: import support for @t{...} from gcc

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c12081a66b4abe34d2c858c78d4028606a082579/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=off: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c12081a66b4abe34d2c858c78d4028606a082579//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c12081a66b4abe34d2c858c78d4028606a082579//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-15 15:44 [binutils-gdb] Set the default page size of the PDP11 target to 8192 bytes gdb-buildbot
@ 2020-01-15 15:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-15 15:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1732

Author:
        Lars Brinkhoff <lars@nocrew.org>

Commit tested:
        0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab

Subject of commit:
        Set the default page size of the PDP11 target to 8192 bytes.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0d1cc75df1c9a356dfa47932e9ec52fca7d8f5ab//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-15 14:49 [binutils-gdb] tic4x disassembly static variables gdb-buildbot
@ 2020-01-15 14:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-15 14:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1731

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        aad09917e04b33da463f1703aab8d057cfe3f54e

Subject of commit:
        tic4x disassembly static variables

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aad09917e04b33da463f1703aab8d057cfe3f54e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/info-threads-cur-sal.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/tid-reuse.exp: can't run to main
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aad09917e04b33da463f1703aab8d057cfe3f54e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aad09917e04b33da463f1703aab8d057cfe3f54e//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-15 14:07 [binutils-gdb] MSP430: Fix relocation overflow when using #lo(EXP) macro gdb-buildbot
@ 2020-01-15 14:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-15 14:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1730

Author:
        Jozef Lawrynowicz <jozef.l@mittosystems.com>

Commit tested:
        131cb553d6d10412b20cf49bb0e3a5e736a90a36

Subject of commit:
        MSP430: Fix relocation overflow when using #lo(EXP) macro

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/131cb553d6d10412b20cf49bb0e3a5e736a90a36/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/next-while-other-thread-longjmps.exp: can't run to main
new UNRESOLVED: gdb.threads/next-while-other-thread-longjmps.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/131cb553d6d10412b20cf49bb0e3a5e736a90a36//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/131cb553d6d10412b20cf49bb0e3a5e736a90a36//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-15  5:13 [binutils-gdb] PR25384, PowerPC64 ELFv1 copy relocs against function symbols gdb-buildbot
@ 2020-01-15  5:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-15  5:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1729

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e1c6cf618cbeebbafd34afc5ee921fcbf7061bfa

Subject of commit:
        PR25384, PowerPC64 ELFv1 copy relocs against function symbols

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e1c6cf618cbeebbafd34afc5ee921fcbf7061bfa/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: list of breakpoints
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e1c6cf618cbeebbafd34afc5ee921fcbf7061bfa//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e1c6cf618cbeebbafd34afc5ee921fcbf7061bfa//xfail.table.gz>


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

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-15  0:07 [binutils-gdb] Fix indentation in common.m4 gdb-buildbot
@ 2020-01-15  0:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-15  0:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1721

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        25c51f71d5bef8b4b71aa3e35cce974b54cda731

Subject of commit:
        Fix indentation in common.m4

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/25/25c51f71d5bef8b4b71aa3e35cce974b54cda731/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/watchthreads2.exp: run to thread_started
==============================================

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

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/25/25c51f71d5bef8b4b71aa3e35cce974b54cda731//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/25/25c51f71d5bef8b4b71aa3e35cce974b54cda731//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-14 13:50 [binutils-gdb] Fix various assembler testsuite failures for the Z80 target gdb-buildbot
@ 2020-01-14 13:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-14 13:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1718

Author:
        Sergey Belyashov <sergey.belyashov@gmail.com>

Commit tested:
        7a6bf3becbe3e0ce47d2681edcfe7adcb67fe4e2

Subject of commit:
        Fix various assembler testsuite failures for the Z80 target.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a6bf3becbe3e0ce47d2681edcfe7adcb67fe4e2/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a6bf3becbe3e0ce47d2681edcfe7adcb67fe4e2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a6bf3becbe3e0ce47d2681edcfe7adcb67fe4e2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-14 10:51 [binutils-gdb] som: Don't loop forever reading symbol chains gdb-buildbot
@ 2020-01-14 10:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-14 10:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1717

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ef4e5ba50c76511d4306edf1526c15269f1d7747

Subject of commit:
        som: Don't loop forever reading symbol chains

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ef/ef4e5ba50c76511d4306edf1526c15269f1d7747/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/dprintf-bp-same-addr.exp: agent: can't run to main
new UNRESOLVED: gdb.base/dprintf-bp-same-addr.exp: agent: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/msym-lang.exp: info func foo
new FAIL: gdb.base/solib-display.exp: SEP: can't run to main
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ef/ef4e5ba50c76511d4306edf1526c15269f1d7747//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ef/ef4e5ba50c76511d4306edf1526c15269f1d7747//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-14  4:51 [binutils-gdb] gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_core_register_section gdb-buildbot
@ 2020-01-14  5:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-14  5:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1711

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        0cac9354bfb07a5cf53d70dbefaa35c6afa7da0a

Subject of commit:
        gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_core_register_section

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0c/0cac9354bfb07a5cf53d70dbefaa35c6afa7da0a/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0c/0cac9354bfb07a5cf53d70dbefaa35c6afa7da0a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0c/0cac9354bfb07a5cf53d70dbefaa35c6afa7da0a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-14  4:21 [binutils-gdb] gdb/tui: Place window titles in the center of the border gdb-buildbot
@ 2020-01-14  4:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-14  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1710

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        9a6d629ccf328e3f041c3fcb7e91f49a5d72d0fb

Subject of commit:
        gdb/tui: Place window titles in the center of the border

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a6d629ccf328e3f041c3fcb7e91f49a5d72d0fb/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 3: could not run to all_started
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a6d629ccf328e3f041c3fcb7e91f49a5d72d0fb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a6d629ccf328e3f041c3fcb7e91f49a5d72d0fb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-14  3:13 [binutils-gdb] gdb: use std::vector instead of alloca in core_target::get_core_register_section gdb-buildbot
@ 2020-01-14  3:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-14  3:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1709

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        d8b2f9e3330ae76e33679c2628a6196542f329ca

Subject of commit:
        gdb: use std::vector instead of alloca in core_target::get_core_register_section

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8b2f9e3330ae76e33679c2628a6196542f329ca/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/watchthreads2.exp: run to thread_started
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8b2f9e3330ae76e33679c2628a6196542f329ca//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8b2f9e3330ae76e33679c2628a6196542f329ca//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-13 22:38 [binutils-gdb] gdbserver: include hostio.h in hostio-errno.c gdb-buildbot
@ 2020-01-13 22:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-13 22:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1703

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        2552728af832542a1760c0ea8e9107635188eba2

Subject of commit:
        gdbserver: include hostio.h in hostio-errno.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/25/2552728af832542a1760c0ea8e9107635188eba2/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/25/2552728af832542a1760c0ea8e9107635188eba2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/25/2552728af832542a1760c0ea8e9107635188eba2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-13 21:12 [binutils-gdb] gdb: add back declarations for _initialize functions gdb-buildbot
@ 2020-01-13 21:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-13 21:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1701

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        6c2659886f7018fcca26ee0fc813bc9748fb8513

Subject of commit:
        gdb: add back declarations for _initialize functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6c/6c2659886f7018fcca26ee0fc813bc9748fb8513/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6c/6c2659886f7018fcca26ee0fc813bc9748fb8513//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6c/6c2659886f7018fcca26ee0fc813bc9748fb8513//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-13 20:11 [binutils-gdb] gdb: make regformats output a declaration for the init function gdb-buildbot
@ 2020-01-13 20:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-13 20:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1700

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        e2de1eec22358c64510dc18e755d0ff4cf91ad7a

Subject of commit:
        gdb: make regformats output a declaration for the init function

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e2/e2de1eec22358c64510dc18e755d0ff4cf91ad7a/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/staticthreads.exp:
new UNRESOLVED: gdb.threads/staticthreads.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e2/e2de1eec22358c64510dc18e755d0ff4cf91ad7a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e2/e2de1eec22358c64510dc18e755d0ff4cf91ad7a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-13 13:50 [binutils-gdb] Add an option to objdump's disassembler to generate ascii art diagrams showing the destinations of flow control instructions gdb-buildbot
@ 2020-01-13 13:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-13 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1697

Author:
        Thomas Troeger <tstroege@gmx.de>

Commit tested:
        1d67fe3b6e696fccb902d9919b9e58b7299a3205

Subject of commit:
        Add an option to objdump's disassembler to generate ascii art diagrams showing the destinations of flow control instructions.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d67fe3b6e696fccb902d9919b9e58b7299a3205/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d67fe3b6e696fccb902d9919b9e58b7299a3205//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d67fe3b6e696fccb902d9919b9e58b7299a3205//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-13 10:12 [binutils-gdb] [ARC][committed] Update ARC cpu list gdb-buildbot
@ 2020-01-13 10:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-13 10:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1695

Author:
        Claudiu Zissulescu <claziss@gmail.com>

Commit tested:
        39fe16e0780ac85a8907e9ad9a38b88066674b03

Subject of commit:
        [ARC][committed] Update ARC cpu list

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39fe16e0780ac85a8907e9ad9a38b88066674b03/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39fe16e0780ac85a8907e9ad9a38b88066674b03//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39fe16e0780ac85a8907e9ad9a38b88066674b03//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-13  9:42 [binutils-gdb] [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic gdb-buildbot
@ 2020-01-13  9:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-13  9:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1694

Author:
        Claudiu Zissulescu <claziss@gmail.com>

Commit tested:
        b9fe6b8aa6c7d662291764d22da09ad9f7c0288a

Subject of commit:
        [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b9fe6b8aa6c7d662291764d22da09ad9f7c0288a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 3: could not run to all_started
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b9fe6b8aa6c7d662291764d22da09ad9f7c0288a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b9fe6b8aa6c7d662291764d22da09ad9f7c0288a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-13  4:04 [binutils-gdb] tic4x: sign extension using shifts gdb-buildbot
@ 2020-01-13  3:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-13  3:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1687

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        5496abe1c5c31aa6648e8fdb15e4122025bcabfe

Subject of commit:
        tic4x: sign extension using shifts

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/5496abe1c5c31aa6648e8fdb15e4122025bcabfe/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.arch/aarch64-tagged-pointer.exp: bptype=hbreak: run until breakpoint set *func_ptr
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/5496abe1c5c31aa6648e8fdb15e4122025bcabfe//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/5496abe1c5c31aa6648e8fdb15e4122025bcabfe//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-12 21:46 [binutils-gdb] gdb: include gdb_wait.h in gdb_wait.c gdb-buildbot
@ 2020-01-12 22:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-12 22:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1684

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        58920b5be048726fca38e4e6ddcaa02ae6d9c1b8

Subject of commit:
        gdb: include gdb_wait.h in gdb_wait.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/58920b5be048726fca38e4e6ddcaa02ae6d9c1b8/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 2: could not run to all_started
new FAIL: gdb.threads/async.exp: thread 3: could not run to all_started
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/58920b5be048726fca38e4e6ddcaa02ae6d9c1b8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/58920b5be048726fca38e4e6ddcaa02ae6d9c1b8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-12 21:04 [binutils-gdb] gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.c gdb-buildbot
@ 2020-01-12 21:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-12 21:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1683

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        c0b0a14290e1909a6cc3febb443560c3e95562c2

Subject of commit:
        gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0b0a14290e1909a6cc3febb443560c3e95562c2/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock off: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0b0a14290e1909a6cc3febb443560c3e95562c2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0b0a14290e1909a6cc3febb443560c3e95562c2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-12  1:45 [binutils-gdb] Remove last traces of discard_all_inferiors gdb-buildbot
@ 2020-01-12  1:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-12  1:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1679

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        4ec89149dd83efecea15300bf425c9988f4cd5c0

Subject of commit:
        Remove last traces of discard_all_inferiors

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4ec89149dd83efecea15300bf425c9988f4cd5c0/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4ec89149dd83efecea15300bf425c9988f4cd5c0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4ec89149dd83efecea15300bf425c9988f4cd5c0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11 20:17 [binutils-gdb] Make TUI borders respect "set style enabled" gdb-buildbot
@ 2020-01-11 20:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11 20:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1677

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        7c392d1de1400202eb86f7679628c4b7c14f8108

Subject of commit:
        Make TUI borders respect "set style enabled"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7c/7c392d1de1400202eb86f7679628c4b7c14f8108/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7c/7c392d1de1400202eb86f7679628c4b7c14f8108//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7c/7c392d1de1400202eb86f7679628c4b7c14f8108//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11 14:03 [binutils-gdb] Add "info connections" command, "info inferiors" connection number/string gdb-buildbot
@ 2020-01-11 14:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11 14:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1672

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        121b3efd49f98e4049281b3ba7a258e650e40b38

Subject of commit:
        Add "info connections" command, "info inferiors" connection number/string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/121b3efd49f98e4049281b3ba7a258e650e40b38/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/121b3efd49f98e4049281b3ba7a258e650e40b38//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/121b3efd49f98e4049281b3ba7a258e650e40b38//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11 13:14 [binutils-gdb] Revert 'Remove unused struct serial::name field' gdb-buildbot
@ 2020-01-11 13:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11 13:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1671

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        4f83758119ddf0f114477760d79bdde7bbc76835

Subject of commit:
        Revert 'Remove unused struct serial::name field'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f83758119ddf0f114477760d79bdde7bbc76835/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/async.exp: thread 3: could not run to all_started
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f83758119ddf0f114477760d79bdde7bbc76835//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f83758119ddf0f114477760d79bdde7bbc76835//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11 11:37 [binutils-gdb] Add multi-target tests gdb-buildbot
@ 2020-01-11 11:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11 11:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1669

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        1dadb1dd718f93801bcca669a0fb38e3da6177b8

Subject of commit:
        Add multi-target tests

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1dadb1dd718f93801bcca669a0fb38e3da6177b8/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1dadb1dd718f93801bcca669a0fb38e3da6177b8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1dadb1dd718f93801bcca669a0fb38e3da6177b8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11 10:51 [binutils-gdb] Multi-target support gdb-buildbot
@ 2020-01-11 10:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11 10:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1668

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        5b6d1e4fa4fc6827c7b3f0e99ff120dfa14d65d2

Subject of commit:
        Multi-target support

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5b/5b6d1e4fa4fc6827c7b3f0e99ff120dfa14d65d2/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: run to exit inferior 2
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5b/5b6d1e4fa4fc6827c7b3f0e99ff120dfa14d65d2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5b/5b6d1e4fa4fc6827c7b3f0e99ff120dfa14d65d2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11  7:38 [binutils-gdb] Tweak handling of remote errors in response to resumption packet gdb-buildbot
@ 2020-01-11  7:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11  7:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1664

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        31ba933ec6a14b1f7fdbd9ba51f759e2c0537b9d

Subject of commit:
        Tweak handling of remote errors in response to resumption packet

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/31ba933ec6a14b1f7fdbd9ba51f759e2c0537b9d/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/31ba933ec6a14b1f7fdbd9ba51f759e2c0537b9d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/31ba933ec6a14b1f7fdbd9ba51f759e2c0537b9d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11  6:04 [binutils-gdb] tfile_target::close: trace_fd can't be -1 gdb-buildbot
@ 2020-01-11  6:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11  6:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1662

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        c17e02e1b55b5e9cbdc6581f05bfec96dc8436f4

Subject of commit:
        tfile_target::close: trace_fd can't be -1

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c17e02e1b55b5e9cbdc6581f05bfec96dc8436f4/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/non-ldr-exc-3.exp: lock-sched=off,non-stop=off: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c17e02e1b55b5e9cbdc6581f05bfec96dc8436f4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c17e02e1b55b5e9cbdc6581f05bfec96dc8436f4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11  4:36 [binutils-gdb] switch inferior/thread before calling target methods gdb-buildbot
@ 2020-01-11  4:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11  4:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1660

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        f3f8ece4b1c77c925d1f1566df0bf632790a4d24

Subject of commit:
        switch inferior/thread before calling target methods

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3f8ece4b1c77c925d1f1566df0bf632790a4d24/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3f8ece4b1c77c925d1f1566df0bf632790a4d24//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3f8ece4b1c77c925d1f1566df0bf632790a4d24//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11  3:46 [binutils-gdb] Introduce switch_to_inferior_no_thread gdb-buildbot
@ 2020-01-11  3:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11  3:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1659

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        db2d40f7d0b8477ca5ad9e305b8137a085434c97

Subject of commit:
        Introduce switch_to_inferior_no_thread

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/db/db2d40f7d0b8477ca5ad9e305b8137a085434c97/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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.tui/basic.exp: check main is where we expect on the screen
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/db/db2d40f7d0b8477ca5ad9e305b8137a085434c97//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/db/db2d40f7d0b8477ca5ad9e305b8137a085434c97//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-11  1:17 [binutils-gdb] Make target_ops::has_execution take an 'inferior *' instead of a ptid_t gdb-buildbot
@ 2020-01-11  1:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-11  1:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1656

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        5018ce90c1205d79f29adf954b0fd5e613d08430

Subject of commit:
        Make target_ops::has_execution take an 'inferior *' instead of a ptid_t

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/5018ce90c1205d79f29adf954b0fd5e613d08430/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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 UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
new UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/5018ce90c1205d79f29adf954b0fd5e613d08430//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/50/5018ce90c1205d79f29adf954b0fd5e613d08430//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 23:40 [binutils-gdb] Make "show remote exec-file" inferior-aware gdb-buildbot
@ 2020-01-10 23:40 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 23:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1654

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        acdf84a65400f416c60a0c9c14953ba5a73fb0cd

Subject of commit:
        Make "show remote exec-file" inferior-aware

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/acdf84a65400f416c60a0c9c14953ba5a73fb0cd/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/acdf84a65400f416c60a0c9c14953ba5a73fb0cd//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/acdf84a65400f416c60a0c9c14953ba5a73fb0cd//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 22:50 [binutils-gdb] Don't rely on inferior_ptid in record_full_wait gdb-buildbot
@ 2020-01-10 22:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 22:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1653

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        ec506636cc0c56d4229b00d5e439c0610970f84d

Subject of commit:
        Don't rely on inferior_ptid in record_full_wait

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec506636cc0c56d4229b00d5e439c0610970f84d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily
PASS -> FAIL: gdb.threads/killed.exp: run program to completion
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec506636cc0c56d4229b00d5e439c0610970f84d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec506636cc0c56d4229b00d5e439c0610970f84d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 22:03 [binutils-gdb] Preserve selected thread in all-stop w/ background execution gdb-buildbot
@ 2020-01-10 22:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 22:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1652

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        873657b9e824943ae44c12966c29cbbcd21c986f

Subject of commit:
        Preserve selected thread in all-stop w/ background execution

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/873657b9e824943ae44c12966c29cbbcd21c986f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
new UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: find addresses: info breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: setting breakpoint at 38
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/873657b9e824943ae44c12966c29cbbcd21c986f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/873657b9e824943ae44c12966c29cbbcd21c986f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 21:12 [binutils-gdb] Fix handling of null stap semaphores gdb-buildbot
@ 2020-01-10 21:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 21:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1651

Author:
        George Barrett <bob@bob131.so>

Commit tested:
        7f0ae84c80aae6fe8f7573343fe1ab455d18b5d8

Subject of commit:
        Fix handling of null stap semaphores

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f0ae84c80aae6fe8f7573343fe1ab455d18b5d8/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: first first: set language ada
PASS -> UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: first first: setting breakpoint at <__gnat_namefirst>
PASS -> UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: first first: setting breakpoint at <__gnat_namesecond>
PASS -> UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: second first: set language ada
PASS -> UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: second first: setting breakpoint at <__gnat_namefirst>
PASS -> UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: second first: setting breakpoint at <__gnat_namesecond>
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f0ae84c80aae6fe8f7573343fe1ab455d18b5d8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f0ae84c80aae6fe8f7573343fe1ab455d18b5d8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 20:29 [binutils-gdb] gdb/testsuite/gdb.base/stap-probe: Minor clean-up gdb-buildbot
@ 2020-01-10 20:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1650

Author:
        George Barrett <bob@bob131.so>

Commit tested:
        47e9d49d2d795224f4b3f04c89c268627b850be4

Subject of commit:
        gdb/testsuite/gdb.base/stap-probe: Minor clean-up

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47e9d49d2d795224f4b3f04c89c268627b850be4/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47e9d49d2d795224f4b3f04c89c268627b850be4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47e9d49d2d795224f4b3f04c89c268627b850be4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 13:49 [binutils-gdb] ubsan: tilepro: signed integer overflow gdb-buildbot
@ 2020-01-10 13:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 13:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1647

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        7f578b959c3d4b4a1756c66aec4426743b82c6b8

Subject of commit:
        ubsan: tilepro: signed integer overflow

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f578b959c3d4b4a1756c66aec4426743b82c6b8/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.tui/basic.exp: check main is where we expect on the screen
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f578b959c3d4b4a1756c66aec4426743b82c6b8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f578b959c3d4b4a1756c66aec4426743b82c6b8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 13:00 [binutils-gdb] ubsan: m10300: shift exponent -4 gdb-buildbot
@ 2020-01-10 13:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1646

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d

Subject of commit:
        ubsan: m10300: shift exponent -4

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/44/441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 9: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/44/441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/44/441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 12:14 [binutils-gdb] ubsan: spu: left shift of negative value gdb-buildbot
@ 2020-01-10 12:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 12:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1645

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8948cc6971fb82feffc49e2d21747111466ad642

Subject of commit:
        ubsan: spu: left shift of negative value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/8948cc6971fb82feffc49e2d21747111466ad642/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/8948cc6971fb82feffc49e2d21747111466ad642//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/8948cc6971fb82feffc49e2d21747111466ad642//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10 11:28 [binutils-gdb] ubsan: alpha-coff: signed integer overflow gdb-buildbot
@ 2020-01-10 11:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10 11:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1644

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        71780f455fbf35ed4c48e94b4228c55c11a213c8

Subject of commit:
        ubsan: alpha-coff: signed integer overflow

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/71780f455fbf35ed4c48e94b4228c55c11a213c8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/stop-with-handle.exp: can't run to main
new UNRESOLVED: gdb.threads/stop-with-handle.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/71780f455fbf35ed4c48e94b4228c55c11a213c8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/71780f455fbf35ed4c48e94b4228c55c11a213c8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10  4:03 [binutils-gdb] gdb: Fix scrolling in TUI gdb-buildbot
@ 2020-01-10  4:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10  4:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1642

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        9ae6bf640dc7c950e6f36097a3d2d760a132a542

Subject of commit:
        gdb: Fix scrolling in TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ae6bf640dc7c950e6f36097a3d2d760a132a542/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ae6bf640dc7c950e6f36097a3d2d760a132a542//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ae6bf640dc7c950e6f36097a3d2d760a132a542//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10  3:17 [binutils-gdb] gdb/tui: Fix 'layout asm' before the inferior has started gdb-buildbot
@ 2020-01-10  3:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1641

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        b2efe70cf34e2f3ada8d0def69e53f27a6b71578

Subject of commit:
        gdb/tui: Fix 'layout asm' before the inferior has started

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b2/b2efe70cf34e2f3ada8d0def69e53f27a6b71578/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b2/b2efe70cf34e2f3ada8d0def69e53f27a6b71578//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b2/b2efe70cf34e2f3ada8d0def69e53f27a6b71578//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10  2:27 [binutils-gdb] gdb/testsuite/tui: Introduce check_box_contents gdb-buildbot
@ 2020-01-10  2:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10  2:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1640

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        3804da7e07a13c14210d79de55ebfe2318421164

Subject of commit:
        gdb/testsuite/tui: Introduce check_box_contents

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/3804da7e07a13c14210d79de55ebfe2318421164/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/3804da7e07a13c14210d79de55ebfe2318421164//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/3804da7e07a13c14210d79de55ebfe2318421164//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-10  1:41 [binutils-gdb] gdb/testsuite/tui: Split enter_tui into two procs gdb-buildbot
@ 2020-01-10  1:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-10  1:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1639

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        b40aa28fb5de5e84bd3409f54138def0ba904a9a

Subject of commit:
        gdb/testsuite/tui: Split enter_tui into two procs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b40aa28fb5de5e84bd3409f54138def0ba904a9a/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 9: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b40aa28fb5de5e84bd3409f54138def0ba904a9a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b40aa28fb5de5e84bd3409f54138def0ba904a9a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-09 23:56 [binutils-gdb] gdb/testsuite: Fix race condition in gdb.base/skip.exp gdb-buildbot
@ 2020-01-09 23:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-09 23:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1637

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        3be966f69d6967d2857baa3efb0bc043081e0a00

Subject of commit:
        gdb/testsuite: Fix race condition in gdb.base/skip.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3be966f69d6967d2857baa3efb0bc043081e0a00/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3be966f69d6967d2857baa3efb0bc043081e0a00//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3be966f69d6967d2857baa3efb0bc043081e0a00//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-09 19:30 [binutils-gdb] Fix memory leak of the demangled symbol name gdb-buildbot
@ 2020-01-09 19:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-09 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1634

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        57d750026550cf3a589e3f28a0cdc303ba5ed039

Subject of commit:
        Fix memory leak of the demangled symbol name

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/57d750026550cf3a589e3f28a0cdc303ba5ed039/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new UNRESOLVED: gdb.threads/sigthread.exp: can't run to main
new UNRESOLVED: gdb.threads/sigthread.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/57d750026550cf3a589e3f28a0cdc303ba5ed039//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/57d750026550cf3a589e3f28a0cdc303ba5ed039//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-09 14:59 [binutils-gdb] Fix the cast used to prevent compile time warning about an always false test gdb-buildbot
@ 2020-01-09 14:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-09 14:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1632

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        bce58db4fb1112529a54387c7fdaa1042859f5fb

Subject of commit:
        Fix the cast used to prevent compile time warning about an always false test.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bc/bce58db4fb1112529a54387c7fdaa1042859f5fb/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.base/readline-ask.exp: bell for more message
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
PASS -> UNRESOLVED: gdb.base/symbol-without-target_section.exp: list main
PASS -> UNRESOLVED: gdb.base/symbol-without-target_section.exp: print symbol_without_target_section
PASS -> UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bc/bce58db4fb1112529a54387c7fdaa1042859f5fb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bc/bce58db4fb1112529a54387c7fdaa1042859f5fb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-02 12:27 [binutils-gdb] Enable building the s12z target on Solaris hosts where REG_Y is defined in system header files gdb-buildbot
@ 2020-01-02 12:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-02 12:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1575

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        d73b58f4b1f193d2e58c0a1774e01561b16866b9

Subject of commit:
        Enable building the s12z target on Solaris hosts where REG_Y is defined in system header files.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d73b58f4b1f193d2e58c0a1774e01561b16866b9/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d73b58f4b1f193d2e58c0a1774e01561b16866b9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d73b58f4b1f193d2e58c0a1774e01561b16866b9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-01 10:39 [binutils-gdb] Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex gdb-buildbot
@ 2020-01-01 10:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-01 10:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1571

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        e5d78223eaf178ebb23aa20f209f71497aaae722

Subject of commit:
        Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5d78223eaf178ebb23aa20f209f71497aaae722/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5d78223eaf178ebb23aa20f209f71497aaae722//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5d78223eaf178ebb23aa20f209f71497aaae722//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-01  9:06 [binutils-gdb] gdb/copyright.py: Convert to Python 3 gdb-buildbot
@ 2020-01-01  9:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-01  9:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1569

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        5f4def5cbd12e77075f64a6854fb002f34be8a01

Subject of commit:
        gdb/copyright.py: Convert to Python 3

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f4def5cbd12e77075f64a6854fb002f34be8a01/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f4def5cbd12e77075f64a6854fb002f34be8a01//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f4def5cbd12e77075f64a6854fb002f34be8a01//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-01  8:20 [binutils-gdb] gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel gdb-buildbot
@ 2020-01-01  8:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-01  8:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1568

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        51fd40020e1e0b21642cdec9c749f2e3862939ea

Subject of commit:
        gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51fd40020e1e0b21642cdec9c749f2e3862939ea/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 7: delete all breakpoints in delete_breakpoints
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new UNRESOLVED: gdb.trace/trace-condition.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-condition.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51fd40020e1e0b21642cdec9c749f2e3862939ea//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51fd40020e1e0b21642cdec9c749f2e3862939ea//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2020-01-01  6:43 [binutils-gdb] update copyright year in version output of gdb, gdbserver and gdbreplay gdb-buildbot
@ 2020-01-01  7:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2020-01-01  7:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1566

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        5dd8bf886a3f7535e0ad8b5218275efcf2cfff31

Subject of commit:
        update copyright year in version output of gdb, gdbserver and gdbreplay

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5dd8bf886a3f7535e0ad8b5218275efcf2cfff31/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5dd8bf886a3f7535e0ad8b5218275efcf2cfff31//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5dd8bf886a3f7535e0ad8b5218275efcf2cfff31//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-30 16:47 [binutils-gdb] Use "bool" in more spots in TUI gdb-buildbot
@ 2019-12-30 16:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-30 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1562

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        87d557ae1b944a21c86e3148daadeb4469b8cda9

Subject of commit:
        Use "bool" in more spots in TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/87d557ae1b944a21c86e3148daadeb4469b8cda9/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/87d557ae1b944a21c86e3148daadeb4469b8cda9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/87d557ae1b944a21c86e3148daadeb4469b8cda9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-30 14:29 [binutils-gdb] vms-alpha.c object_p memory leaks gdb-buildbot
@ 2019-12-30 14:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-30 14:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1561

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        a7ac9aa525de25d3bc6e7bfd37615092a4f94055

Subject of commit:
        vms-alpha.c object_p memory leaks

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a7/a7ac9aa525de25d3bc6e7bfd37615092a4f94055/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a7/a7ac9aa525de25d3bc6e7bfd37615092a4f94055//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a7/a7ac9aa525de25d3bc6e7bfd37615092a4f94055//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-30 13:41 [binutils-gdb] coff object_p memory leaks gdb-buildbot
@ 2019-12-30 13:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-30 13:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1560

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        37d5ab199b072e3cf1e8bf2a9262767c4737d256

Subject of commit:
        coff object_p memory leaks

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37d5ab199b072e3cf1e8bf2a9262767c4737d256/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily
new FAIL: gdb.threads/killed.exp: run program to completion
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37d5ab199b072e3cf1e8bf2a9262767c4737d256//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37d5ab199b072e3cf1e8bf2a9262767c4737d256//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-29 15:59 [binutils-gdb] ubsan: sparc: left shift cannot be represented in type 'int' gdb-buildbot
@ 2019-12-29 16:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-29 16:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1556

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        4383e1fc3b3269413423c271cb362431b2b70398

Subject of commit:
        ubsan: sparc: left shift cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/43/4383e1fc3b3269413423c271cb362431b2b70398/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/43/4383e1fc3b3269413423c271cb362431b2b70398//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/43/4383e1fc3b3269413423c271cb362431b2b70398//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-29 15:17 [binutils-gdb] Usage of unitialized heap in tic4x_print_cond gdb-buildbot
@ 2019-12-29 15:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-29 15:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1555

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8c5e259235a4e4546910245b170de1e29a711034

Subject of commit:
        Usage of unitialized heap in tic4x_print_cond

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c5e259235a4e4546910245b170de1e29a711034/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: breakpoint at end of main
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: get breakpoint address for foo
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: kill process, prepare to debug log file
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: reload precord save file
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: run to end of main
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: save process recfile
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: set bp, 2nd instr
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: set reverse execution
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: setting breakpoint at foo
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: stopped at bp in reverse, 1st instr
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: stopped at bp, 2nd instr
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: turn on process record
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c5e259235a4e4546910245b170de1e29a711034//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c5e259235a4e4546910245b170de1e29a711034//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-29 14:29 [binutils-gdb] ubsan: alpha-vms: shift exponent is too large gdb-buildbot
@ 2019-12-29 14:26 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-29 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1554

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        401e101e0274d401e90e50cd8280a9ff36006477

Subject of commit:
        ubsan: alpha-vms: shift exponent is too large

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/401e101e0274d401e90e50cd8280a9ff36006477/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/401e101e0274d401e90e50cd8280a9ff36006477//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/401e101e0274d401e90e50cd8280a9ff36006477//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-29 12:48 [binutils-gdb] coff_close_and_cleanup gdb-buildbot
@ 2019-12-29 12:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-29 12:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1552

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        f5d35bb7a5789950efd5f03b270d4c5f774eaba9

Subject of commit:
        coff_close_and_cleanup

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5d35bb7a5789950efd5f03b270d4c5f774eaba9/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5d35bb7a5789950efd5f03b270d4c5f774eaba9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5d35bb7a5789950efd5f03b270d4c5f774eaba9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-27 19:40 [binutils-gdb] Remove dead code from TUI gdb-buildbot
@ 2019-12-27 19:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-27 19:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1547

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ace206a5a5d86d8427607fd1af484689c0b23eaf

Subject of commit:
        Remove dead code from TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ace206a5a5d86d8427607fd1af484689c0b23eaf/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ace206a5a5d86d8427607fd1af484689c0b23eaf//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ac/ace206a5a5d86d8427607fd1af484689c0b23eaf//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-27 18:10 [binutils-gdb] Change tui_active to bool gdb-buildbot
@ 2019-12-27 17:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-27 17:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1545

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a1e4dee4350dec57393bec8944762c9848ee6049

Subject of commit:
        Change tui_active to bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a1e4dee4350dec57393bec8944762c9848ee6049/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/stop-with-handle.exp: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a1e4dee4350dec57393bec8944762c9848ee6049//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a1e4dee4350dec57393bec8944762c9848ee6049//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-27 17:13 [binutils-gdb] Remove tui_gen_win_info::viewport_height gdb-buildbot
@ 2019-12-27 17:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-27 17:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1544

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        1630140dc64fcc6ce2366650eedce690235a8178

Subject of commit:
        Remove tui_gen_win_info::viewport_height

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/1630140dc64fcc6ce2366650eedce690235a8178/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/1630140dc64fcc6ce2366650eedce690235a8178//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/1630140dc64fcc6ce2366650eedce690235a8178//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-26 22:45 [binutils-gdb] Add a NEWS entry for multithreaded symbol loading gdb-buildbot
@ 2019-12-26 23:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-26 23:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1540

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        8fb75323313b095569200a400c07d2d7a887aa95

Subject of commit:
        Add a NEWS entry for multithreaded symbol loading

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8fb75323313b095569200a400c07d2d7a887aa95/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8fb75323313b095569200a400c07d2d7a887aa95//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8fb75323313b095569200a400c07d2d7a887aa95//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-26  8:02 [binutils-gdb] asan: som: heap-buffer-overflow gdb-buildbot
@ 2019-12-26  7:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-26  7:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1537

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e5af216040aba59952c99d6479ba5279cee6825d

Subject of commit:
        asan: som: heap-buffer-overflow

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5af216040aba59952c99d6479ba5279cee6825d/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5af216040aba59952c99d6479ba5279cee6825d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e5af216040aba59952c99d6479ba5279cee6825d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-26  6:53 [binutils-gdb] Add profiling outputs to .gitignore gdb-buildbot
@ 2019-12-26  6:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-26  6:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1536

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        cef2097a8731b04accf50d99c9b5a556cebd5f15

Subject of commit:
        Add profiling outputs to .gitignore

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ce/cef2097a8731b04accf50d99c9b5a556cebd5f15/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ce/cef2097a8731b04accf50d99c9b5a556cebd5f15//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ce/cef2097a8731b04accf50d99c9b5a556cebd5f15//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-25 21:44 [binutils-gdb] Fix printing ULONGEST variables on x86-32 gdb-buildbot
@ 2019-12-25 21:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-25 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1534

Author:
        Ruslan Kabatsayev <b7.10110111@gmail.com>

Commit tested:
        3142e908d01c044b15c750b5427c9ea2f8a486e2

Subject of commit:
        Fix printing ULONGEST variables on x86-32

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/3142e908d01c044b15c750b5427c9ea2f8a486e2/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/3142e908d01c044b15c750b5427c9ea2f8a486e2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/3142e908d01c044b15c750b5427c9ea2f8a486e2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-24  3:55 [binutils-gdb] ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int' gdb-buildbot
@ 2019-12-24  4:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-24  4:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1533

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ebd1c6d1d30fb41827ea37895b9cdff939e5952a

Subject of commit:
        ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/ebd1c6d1d30fb41827ea37895b9cdff939e5952a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/ebd1c6d1d30fb41827ea37895b9cdff939e5952a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/ebd1c6d1d30fb41827ea37895b9cdff939e5952a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-23 12:00 [binutils-gdb] ppc: misc minor build corrections gdb-buildbot
@ 2019-12-23 11:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-23 11:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1529

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        0e62b37a3f4a72f7b7ff5bae280017e0529aa1ec

Subject of commit:
        ppc: misc minor build corrections

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0e/0e62b37a3f4a72f7b7ff5bae280017e0529aa1ec/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0e/0e62b37a3f4a72f7b7ff5bae280017e0529aa1ec//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0e/0e62b37a3f4a72f7b7ff5bae280017e0529aa1ec//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-23  9:34 [binutils-gdb] ubsan: iq2000: left shift of negative value gdb-buildbot
@ 2019-12-23  9:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-23  9:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1526

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        3e1056a1a6336f289d3f0def8f6a3632c8a75393

Subject of commit:
        ubsan: iq2000: left shift of negative value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e1056a1a6336f289d3f0def8f6a3632c8a75393/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e1056a1a6336f289d3f0def8f6a3632c8a75393//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e1056a1a6336f289d3f0def8f6a3632c8a75393//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-23  8:00 [binutils-gdb] ubsan: wasm: shift is too large for 64-bit type 'bfd_vma' gdb-buildbot
@ 2019-12-23  8:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-23  8:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1524

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        27c1c4271a14cc2ebc27227212c19d4227ef212d

Subject of commit:
        ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/27c1c4271a14cc2ebc27227212c19d4227ef212d/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/27c1c4271a14cc2ebc27227212c19d4227ef212d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/27c1c4271a14cc2ebc27227212c19d4227ef212d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21 21:56 [binutils-gdb] Fix disabling of solib probes when LD_AUDITing gdb-buildbot
@ 2019-12-21 22:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21 22:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1522

Author:
        George Barrett <bob@bob131.so>

Commit tested:
        cb7364414157c42de5ea618d98e2be9eff1894ba

Subject of commit:
        Fix disabling of solib probes when LD_AUDITing

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cb7364414157c42de5ea618d98e2be9eff1894ba/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new UNRESOLVED: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off: can't run to main
new UNRESOLVED: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cb7364414157c42de5ea618d98e2be9eff1894ba//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cb7364414157c42de5ea618d98e2be9eff1894ba//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21 20:13 [binutils-gdb] Include xxHash support status in GDB configuration report gdb-buildbot
@ 2019-12-21 20:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21 20:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1520

Author:
        Eli Zaretskii <eliz@gnu.org>

Commit tested:
        15b07e4f5672cf02487a26305ac3b2ddd0aec68e

Subject of commit:
        Include xxHash support status in GDB configuration report

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/15/15b07e4f5672cf02487a26305ac3b2ddd0aec68e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: -break-info
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: break add
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: insert breakpoint with MI command
PASS -> FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: run to exit inferior 2
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: setting breakpoint at marker
PASS -> FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: switch back to inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch c on inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: switch back to inferior 1 again
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/15/15b07e4f5672cf02487a26305ac3b2ddd0aec68e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/15/15b07e4f5672cf02487a26305ac3b2ddd0aec68e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21 19:28 [binutils-gdb] Address Tom Tromey's comments on the CTF reader gdb-buildbot
@ 2019-12-21 19:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21 19:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1519

Author:
        Weimin Pan <weimin.pan@oracle.com>

Commit tested:
        1c7148dd0d370175b7ed6ef47de0a6958b1abac8

Subject of commit:
        Address Tom Tromey's comments on the CTF reader.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1c/1c7148dd0d370175b7ed6ef47de0a6958b1abac8/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1c/1c7148dd0d370175b7ed6ef47de0a6958b1abac8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1c/1c7148dd0d370175b7ed6ef47de0a6958b1abac8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21 17:35 [binutils-gdb] sym-info-cmds.exp: add missing quote in test name gdb-buildbot
@ 2019-12-21 17:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21 17:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1517

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8

Subject of commit:
        sym-info-cmds.exp: add missing quote in test name

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3bce4830bfe97bcf1c3c0c549619561dc3fc9b8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21 14:25 [binutils-gdb] infcall, c++: collect more pass-by-reference information gdb-buildbot
@ 2019-12-21 14:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21 14:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1513

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        62bf63d74d54482d42e9d78890ebc0dd4675e23b

Subject of commit:
        infcall, c++: collect more pass-by-reference information

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62bf63d74d54482d42e9d78890ebc0dd4675e23b/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62bf63d74d54482d42e9d78890ebc0dd4675e23b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62bf63d74d54482d42e9d78890ebc0dd4675e23b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21 13:01 [binutils-gdb] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv gdb-buildbot
@ 2019-12-21 12:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21 12:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1511

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        e35000a7f8be021459102751db7e0b7e2868b57e

Subject of commit:
        gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e3/e35000a7f8be021459102751db7e0b7e2868b57e/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e3/e35000a7f8be021459102751db7e0b7e2868b57e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e3/e35000a7f8be021459102751db7e0b7e2868b57e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  7:51 [binutils-gdb] Don't call set_current_source_symtab_and_line from TUI gdb-buildbot
@ 2019-12-21  7:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  7:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1505

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        54217b84bdca3457c16ca7ee9e770f301fc052f9

Subject of commit:
        Don't call set_current_source_symtab_and_line from TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54217b84bdca3457c16ca7ee9e770f301fc052f9/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54217b84bdca3457c16ca7ee9e770f301fc052f9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54217b84bdca3457c16ca7ee9e770f301fc052f9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  6:49 [binutils-gdb] Change set_locator_info to take a symtab_and_line gdb-buildbot
@ 2019-12-21  6:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  6:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1504

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0ab92974ab9041d80dbd12303d5e8115436fd61e

Subject of commit:
        Change set_locator_info to take a symtab_and_line

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0ab92974ab9041d80dbd12303d5e8115436fd61e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 6: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0ab92974ab9041d80dbd12303d5e8115436fd61e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0ab92974ab9041d80dbd12303d5e8115436fd61e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  5:58 [binutils-gdb] Remove a call to update_exec_info gdb-buildbot
@ 2019-12-21  6:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  6:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1503

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ae4393e22cee036eddfa19287cfe774d5f01bb7c

Subject of commit:
        Remove a call to update_exec_info

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae4393e22cee036eddfa19287cfe774d5f01bb7c/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae4393e22cee036eddfa19287cfe774d5f01bb7c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae4393e22cee036eddfa19287cfe774d5f01bb7c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  5:08 [binutils-gdb] Display "main" on initial TUI startup gdb-buildbot
@ 2019-12-21  5:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  5:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1502

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        77b97e006217ed089b588e6799a59334bd216c43

Subject of commit:
        Display "main" on initial TUI startup

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/77b97e006217ed089b588e6799a59334bd216c43/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setup: setting breakpoint at 49
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setup: setting breakpoint at 66
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/77b97e006217ed089b588e6799a59334bd216c43//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/77b97e006217ed089b588e6799a59334bd216c43//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  4:17 [binutils-gdb] Reimplement tui_get_begin_asm_address gdb-buildbot
@ 2019-12-21  4:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  4:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1501

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        52469d7673d716a4811c8ccec8cc8ef605992b31

Subject of commit:
        Reimplement tui_get_begin_asm_address

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/52/52469d7673d716a4811c8ccec8cc8ef605992b31/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/52/52469d7673d716a4811c8ccec8cc8ef605992b31//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/52/52469d7673d716a4811c8ccec8cc8ef605992b31//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  2:42 [binutils-gdb] Simplify tui_update_source_windows_with_addr gdb-buildbot
@ 2019-12-21  2:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  2:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1499

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        88180c082424fd90e8a5967f8c84533f7cc6380f

Subject of commit:
        Simplify tui_update_source_windows_with_addr

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/88/88180c082424fd90e8a5967f8c84533f7cc6380f/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/88/88180c082424fd90e8a5967f8c84533f7cc6380f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/88/88180c082424fd90e8a5967f8c84533f7cc6380f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  1:05 [binutils-gdb] Use start_line_or_addr in TUI windows gdb-buildbot
@ 2019-12-21  1:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  1:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1497

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        57e4b379e96383c4c7ee0aa0bb9b81018688f47d

Subject of commit:
        Use start_line_or_addr in TUI windows

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/57e4b379e96383c4c7ee0aa0bb9b81018688f47d/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/57e4b379e96383c4c7ee0aa0bb9b81018688f47d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/57/57e4b379e96383c4c7ee0aa0bb9b81018688f47d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-21  0:16 [binutils-gdb] Change tui_source_window_base::set_contents to return bool gdb-buildbot
@ 2019-12-21  0:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-21  0:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1496

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        61c33f105c71d27386e5b3cc6e1c5f71efe7ed01

Subject of commit:
        Change tui_source_window_base::set_contents to return bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/61c33f105c71d27386e5b3cc6e1c5f71efe7ed01/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=on: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/61c33f105c71d27386e5b3cc6e1c5f71efe7ed01//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/61c33f105c71d27386e5b3cc6e1c5f71efe7ed01//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-20 19:13 [binutils-gdb] Remove tui_show_disassem_and_update_source gdb-buildbot
@ 2019-12-20 19:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-20 19:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1490

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        8acfefcc8fc7a346d0ecf3d37ca47c5c43761223

Subject of commit:
        Remove tui_show_disassem_and_update_source

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8acfefcc8fc7a346d0ecf3d37ca47c5c43761223/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8acfefcc8fc7a346d0ecf3d37ca47c5c43761223//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8acfefcc8fc7a346d0ecf3d37ca47c5c43761223//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-20 16:57 [binutils-gdb] Make isearch change readline prompt in TUI gdb-buildbot
@ 2019-12-20 16:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-20 16:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1487

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        364d710448e607e4ae9cb338583179dd6e734f0b

Subject of commit:
        Make isearch change readline prompt in TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/364d710448e607e4ae9cb338583179dd6e734f0b/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/364d710448e607e4ae9cb338583179dd6e734f0b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/364d710448e607e4ae9cb338583179dd6e734f0b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-20 15:44 [binutils-gdb] PR25281, sh disassembler abort gdb-buildbot
@ 2019-12-20 15:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-20 15:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1486

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        cda8d785b37cbcbe286675c48527f0b3e6233809

Subject of commit:
        PR25281, sh disassembler abort

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cda8d785b37cbcbe286675c48527f0b3e6233809/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cda8d785b37cbcbe286675c48527f0b3e6233809//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cda8d785b37cbcbe286675c48527f0b3e6233809//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-20 14:30 [binutils-gdb] ubsan: or1k: left shift of negative value gdb-buildbot
@ 2019-12-20 14:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-20 14:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1485

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        bcd9f578a96b9776e34e5cec963928f5a96b80e7

Subject of commit:
        ubsan: or1k: left shift of negative value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bc/bcd9f578a96b9776e34e5cec963928f5a96b80e7/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bc/bcd9f578a96b9776e34e5cec963928f5a96b80e7//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bc/bcd9f578a96b9776e34e5cec963928f5a96b80e7//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-20 13:35 [binutils-gdb] ubsan: xtensa: left shift cannot be represented in type 'int' gdb-buildbot
@ 2019-12-20 13:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-20 13:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1484

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e76832f125f6f005ddf3c75b7be675272568b01e

Subject of commit:
        ubsan: xtensa: left shift cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76832f125f6f005ddf3c75b7be675272568b01e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76832f125f6f005ddf3c75b7be675272568b01e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76832f125f6f005ddf3c75b7be675272568b01e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-20 11:56 [binutils-gdb] ubsan: m68hc1x: left shift of negative value gdb-buildbot
@ 2019-12-20 11:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-20 11:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1482

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        000fe1a756e707624d387eeacbaa959a01f0d040

Subject of commit:
        ubsan: m68hc1x: left shift of negative value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/000fe1a756e707624d387eeacbaa959a01f0d040/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/000fe1a756e707624d387eeacbaa959a01f0d040//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/000fe1a756e707624d387eeacbaa959a01f0d040//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-19 21:51 [binutils-gdb] Make the literal argument to pow a double, not an integer gdb-buildbot
@ 2019-12-19 21:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-19 21:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1477

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        d411762c45d66b64c5cbfc8a9f004b1f2e1fba4b

Subject of commit:
        Make the literal argument to pow a double, not an integer

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d411762c45d66b64c5cbfc8a9f004b1f2e1fba4b/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: set tdesc filename tdesc-arch.xml
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d411762c45d66b64c5cbfc8a9f004b1f2e1fba4b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d411762c45d66b64c5cbfc8a9f004b1f2e1fba4b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-19 18:32 [binutils-gdb] Fix comment in field_kind gdb-buildbot
@ 2019-12-19 18:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-19 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1473

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        2032eb7e934e65ab071f2a6ee8ce92327715d01d

Subject of commit:
        Fix comment in field_kind

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/2032eb7e934e65ab071f2a6ee8ce92327715d01d/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/2032eb7e934e65ab071f2a6ee8ce92327715d01d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/2032eb7e934e65ab071f2a6ee8ce92327715d01d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-19 17:28 [binutils-gdb] Handle CRLF when reading XML on Windows gdb-buildbot
@ 2019-12-19 17:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-19 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1472

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        f69656d00fe3154519ea21668d964bf8cc50c01b

Subject of commit:
        Handle CRLF when reading XML on Windows

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f69656d00fe3154519ea21668d964bf8cc50c01b/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.xml/tdesc-arch.exp: crlf: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f69656d00fe3154519ea21668d964bf8cc50c01b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f69656d00fe3154519ea21668d964bf8cc50c01b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-19 12:11 [binutils-gdb] PowerPC, use size_t rather than long for indices gdb-buildbot
@ 2019-12-19 12:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-19 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1469

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        9ad9b810c385c83242a3100fa986d174c83ffe10

Subject of commit:
        PowerPC, use size_t rather than long for indices

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ad9b810c385c83242a3100fa986d174c83ffe10/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ad9b810c385c83242a3100fa986d174c83ffe10//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ad9b810c385c83242a3100fa986d174c83ffe10//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-19  0:42 [binutils-gdb] PR25277, microblaze opcode enumeration vs ISO/IEC TS 18661-3:2015 gdb-buildbot
@ 2019-12-19  0:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-19  0:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1468

Author:
        Dr N.W. Filardo <nwf20@cam.ac.uk>

Commit tested:
        1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6

Subject of commit:
        PR25277, microblaze opcode enumeration vs ISO/IEC TS 18661-3:2015

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-18 19:36 [binutils-gdb] Fix indentation (and clang warning) in c-lang.c gdb-buildbot
@ 2019-12-18 19:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-18 19:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1465

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        e623f035020ea7baa64933b4afaaa564b4c7e26d

Subject of commit:
        Fix indentation (and clang warning) in c-lang.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e623f035020ea7baa64933b4afaaa564b4c7e26d/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e623f035020ea7baa64933b4afaaa564b4c7e26d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e623f035020ea7baa64933b4afaaa564b4c7e26d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17 15:28 [binutils-gdb] ubsan: visium: left shift cannot be represented in type 'int' gdb-buildbot
@ 2019-12-17 15:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17 15:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1456

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        eb7b504651ff7b44a7328cd967629d8f1d114a4b

Subject of commit:
        ubsan: visium: left shift cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/eb7b504651ff7b44a7328cd967629d8f1d114a4b/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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'
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/eb7b504651ff7b44a7328cd967629d8f1d114a4b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/eb/eb7b504651ff7b44a7328cd967629d8f1d114a4b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17 14:06 [binutils-gdb] ubsan: aarch64: left shift cannot be represented in type 'int64_t' gdb-buildbot
@ 2019-12-17 14:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17 14:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1455

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        29298bf66f62f2f6c1efb0685623fbc29dfade90

Subject of commit:
        ubsan: aarch64: left shift cannot be represented in type 'int64_t'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/29/29298bf66f62f2f6c1efb0685623fbc29dfade90/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/29/29298bf66f62f2f6c1efb0685623fbc29dfade90//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/29/29298bf66f62f2f6c1efb0685623fbc29dfade90//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17 12:11 [binutils-gdb] ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long') gdb-buildbot
@ 2019-12-17 12:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17 12:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1452

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        62e6599087efba193e0156d89ee65fb74fc99cb2

Subject of commit:
        ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long')

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62e6599087efba193e0156d89ee65fb74fc99cb2/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62e6599087efba193e0156d89ee65fb74fc99cb2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62e6599087efba193e0156d89ee65fb74fc99cb2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17 11:28 [binutils-gdb] Add a test case for skip with inlined functions gdb-buildbot
@ 2019-12-17 11:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17 11:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1451

Author:
        Bernd Edlinger <bernd.edlinger@hotmail.de>

Commit tested:
        45d735237b7edf282131d570a7a9f6aa9ee1bd9c

Subject of commit:
        Add a test case for skip with inlined functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/45/45d735237b7edf282131d570a7a9f6aa9ee1bd9c/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: find addresses: info breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: setting breakpoint at 38
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/45/45d735237b7edf282131d570a7a9f6aa9ee1bd9c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/45/45d735237b7edf282131d570a7a9f6aa9ee1bd9c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17 10:51 [binutils-gdb] Check all inline frames if they are marked for skip gdb-buildbot
@ 2019-12-17 10:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17 10:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1450

Author:
        Bernd Edlinger <bernd.edlinger@hotmail.de>

Commit tested:
        4a4c04f1f4a926f986a77e72277c16e1b90c2b73

Subject of commit:
        Check all inline frames if they are marked for skip

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4a/4a4c04f1f4a926f986a77e72277c16e1b90c2b73/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4a/4a4c04f1f4a926f986a77e72277c16e1b90c2b73//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4a/4a4c04f1f4a926f986a77e72277c16e1b90c2b73//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17  9:45 [binutils-gdb] jit: make gdb_symtab::blocks an std::forward_list gdb-buildbot
@ 2019-12-17  9:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17  9:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1449

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        0394eed15c5bf24943850f356785152c3d65ab94

Subject of commit:
        jit: make gdb_symtab::blocks an std::forward_list

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/0394eed15c5bf24943850f356785152c3d65ab94/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/0394eed15c5bf24943850f356785152c3d65ab94//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/0394eed15c5bf24943850f356785152c3d65ab94//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17  7:13 [binutils-gdb] jit: c++-ify gdb_symtab gdb-buildbot
@ 2019-12-17  7:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17  7:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1446

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        89867184294da399078d77bae3cd4b27ce640f27

Subject of commit:
        jit: c++-ify gdb_symtab

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89867184294da399078d77bae3cd4b27ce640f27/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89867184294da399078d77bae3cd4b27ce640f27//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89867184294da399078d77bae3cd4b27ce640f27//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17  5:35 [binutils-gdb] Constify get_exec_file gdb-buildbot
@ 2019-12-17  5:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17  5:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1444

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d9fa87f4f6e732f5feb41f2fa7dc6faddb1fb627

Subject of commit:
        Constify get_exec_file

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9fa87f4f6e732f5feb41f2fa7dc6faddb1fb627/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9fa87f4f6e732f5feb41f2fa7dc6faddb1fb627//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9fa87f4f6e732f5feb41f2fa7dc6faddb1fb627//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17  4:54 [binutils-gdb] Update Gnulib to the latest git version gdb-buildbot
@ 2019-12-17  4:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17  4:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1443

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c0c3707ff46ccfb78ea175dd42d628d8c90dca8b

Subject of commit:
        Update Gnulib to the latest git version

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0c3707ff46ccfb78ea175dd42d628d8c90dca8b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.server/ext-run.exp: load new file without any gdbserver inferior
PASS -> FAIL: gdb.server/ext-run.exp: monitor exit
PASS -> FAIL: gdb.threads/watchthreads-reorder.exp: reorder0: continue a
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0c3707ff46ccfb78ea175dd42d628d8c90dca8b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0c3707ff46ccfb78ea175dd42d628d8c90dca8b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17  2:13 [binutils-gdb] ubsan: nios2: left shift cannot be represented in type 'int' gdb-buildbot
@ 2019-12-17  2:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17  2:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1440

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8a92faab92e359a860da6c69741acd1fac24dad6

Subject of commit:
        ubsan: nios2: left shift cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a92faab92e359a860da6c69741acd1fac24dad6/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/info-os.exp: get process list
PASS -> FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a92faab92e359a860da6c69741acd1fac24dad6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a92faab92e359a860da6c69741acd1fac24dad6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-17  1:22 [binutils-gdb] ubsan: xstormy16: left shift of negative value gdb-buildbot
@ 2019-12-17  1:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-17  1:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1439

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e6ced26afd50b0d74b8ea14ca1cd62cdc5d11ae8

Subject of commit:
        ubsan: xstormy16: left shift of negative value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e6ced26afd50b0d74b8ea14ca1cd62cdc5d11ae8/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e6ced26afd50b0d74b8ea14ca1cd62cdc5d11ae8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e6ced26afd50b0d74b8ea14ca1cd62cdc5d11ae8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16 23:42 [binutils-gdb] ubsan: crx: left shift cannot be represented in type 'int' gdb-buildbot
@ 2019-12-16 23:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16 23:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1437

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        36bd8ea7f06126d3e73d9644325c4bbfbd5c89f4

Subject of commit:
        ubsan: crx: left shift cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/36bd8ea7f06126d3e73d9644325c4bbfbd5c89f4/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/36bd8ea7f06126d3e73d9644325c4bbfbd5c89f4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/36bd8ea7f06126d3e73d9644325c4bbfbd5c89f4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16 19:58 [binutils-gdb] Use an accessor function for general_symbol_info::language gdb-buildbot
@ 2019-12-16 19:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16 19:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1432

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c1b5c1ebc938b6dc0277363b8c47d75b0b5a621f

Subject of commit:
        Use an accessor function for general_symbol_info::language

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1b5c1ebc938b6dc0277363b8c47d75b0b5a621f/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1b5c1ebc938b6dc0277363b8c47d75b0b5a621f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1b5c1ebc938b6dc0277363b8c47d75b0b5a621f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16 12:32 [binutils-gdb] Remove ARI check for multiple calls to warning or error gdb-buildbot
@ 2019-12-16 13:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16 13:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1426

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        234c306803e0b3c423b3935562a029f3bad04482

Subject of commit:
        Remove ARI check for multiple calls to warning or error

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/234c306803e0b3c423b3935562a029f3bad04482/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/234c306803e0b3c423b3935562a029f3bad04482//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/234c306803e0b3c423b3935562a029f3bad04482//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16 11:39 [binutils-gdb] Remove "fix" call for "long long" from ARI gdb-buildbot
@ 2019-12-16 11:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16 11:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1425

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        93537683e79f8a55c51ffa00008966e32ee8e4a7

Subject of commit:
        Remove "fix" call for "long long" from ARI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93537683e79f8a55c51ffa00008966e32ee8e4a7/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 8: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93537683e79f8a55c51ffa00008966e32ee8e4a7//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93537683e79f8a55c51ffa00008966e32ee8e4a7//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16  9:08 [binutils-gdb] Suppress ARI warnings for vsprintf gdb-buildbot
@ 2019-12-16 10:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16 10:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1422

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        3cb5a3a16af2cae1a5059b7571c514b3fa575df9

Subject of commit:
        Suppress ARI warnings for vsprintf

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3cb5a3a16af2cae1a5059b7571c514b3fa575df9/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3cb5a3a16af2cae1a5059b7571c514b3fa575df9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3cb5a3a16af2cae1a5059b7571c514b3fa575df9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16  7:44 [binutils-gdb] Silence ARI for valid calls to abort gdb-buildbot
@ 2019-12-16  7:26 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16  7:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1420

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        036003a671233c43e35b3004f91e4cbd61255cf3

Subject of commit:
        Silence ARI for valid calls to abort

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/036003a671233c43e35b3004f91e4cbd61255cf3/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/036003a671233c43e35b3004f91e4cbd61255cf3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/036003a671233c43e35b3004f91e4cbd61255cf3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16  5:46 [binutils-gdb] Remove ATTRIBUTE_UNUSED check from ARI gdb-buildbot
@ 2019-12-16  6:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16  6:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1418

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        fe56157f92879313e0a6f46eeaee06f71314cc04

Subject of commit:
        Remove ATTRIBUTE_UNUSED check from ARI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fe56157f92879313e0a6f46eeaee06f71314cc04/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fe56157f92879313e0a6f46eeaee06f71314cc04//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fe56157f92879313e0a6f46eeaee06f71314cc04//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16  5:16 [binutils-gdb] Remove "boolean" and "var_boolean" checks from ARI gdb-buildbot
@ 2019-12-16  4:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16  4:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1417

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        a15a95ed265962027c7a8e0269bead6e5795006f

Subject of commit:
        Remove "boolean" and "var_boolean" checks from ARI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a15a95ed265962027c7a8e0269bead6e5795006f/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a15a95ed265962027c7a8e0269bead6e5795006f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a1/a15a95ed265962027c7a8e0269bead6e5795006f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16  4:06 [binutils-gdb] Fix the gdb build with GCC 7 gdb-buildbot
@ 2019-12-16  4:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16  4:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1416

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        a5513db2f5513e84d52f77b8d9de484738ae5abe

Subject of commit:
        Fix the gdb build with GCC 7

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a5513db2f5513e84d52f77b8d9de484738ae5abe/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/signal-command-handle-nopass.exp: step-over no: can't run to main
new UNRESOLVED: gdb.threads/signal-command-handle-nopass.exp: step-over no: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a5513db2f5513e84d52f77b8d9de484738ae5abe//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a5513db2f5513e84d52f77b8d9de484738ae5abe//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16  1:31 [binutils-gdb] Set no file contents PT_LOAD p_offset to first page gdb-buildbot
@ 2019-12-16  1:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16  1:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1413

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        0bc3450e220a4fb29f931ada84b546ce8993e85e

Subject of commit:
        Set no file contents PT_LOAD p_offset to first page

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0bc3450e220a4fb29f931ada84b546ce8993e85e/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0bc3450e220a4fb29f931ada84b546ce8993e85e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0bc3450e220a4fb29f931ada84b546ce8993e85e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-16  0:59 [binutils-gdb] Change objfile::partial_symtabs to be a unique_ptr gdb-buildbot
@ 2019-12-16  0:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16  0:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1412

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        e671856cb804c977650aaeb4107948a7b963e9e9

Subject of commit:
        Change objfile::partial_symtabs to be a unique_ptr

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e671856cb804c977650aaeb4107948a7b963e9e9/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e671856cb804c977650aaeb4107948a7b963e9e9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e671856cb804c977650aaeb4107948a7b963e9e9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-15 23:55 [binutils-gdb] Manage objfiles with shared_ptr gdb-buildbot
@ 2019-12-16  0:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-16  0:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1411

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        7d7167ce1b93f8bb151daa2572314987eaeb9e3c

Subject of commit:
        Manage objfiles with shared_ptr

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7d/7d7167ce1b93f8bb151daa2572314987eaeb9e3c/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/access_tagged_param.exp: continue
FAIL -> KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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
FAIL -> 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 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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
new KFAIL: gdb.cp/local.exp: ptype InnerLocal::NestedInnerLocal
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
FAIL -> KFAIL: gdb.cp/templates.exp: ptype fvpchar
new KFAIL: gdb.cp/var-tag.exp: global collision: print global
new KFAIL: gdb.cp/virtfunc.exp: print pEe->D::vg
FAIL -> KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
FAIL -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
FAIL -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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
FAIL -> KFAIL: gdb.mi/mi-until.exp: until after while loop
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
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7d/7d7167ce1b93f8bb151daa2572314987eaeb9e3c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7d/7d7167ce1b93f8bb151daa2572314987eaeb9e3c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-13  8:10 [binutils-gdb] Introduce program_space::add_objfile gdb-buildbot
@ 2019-12-13  8:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-13  8:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1405

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        7cac64af7bc6a7f7a86f90a1465f7c3d2b6f07e8

Subject of commit:
        Introduce program_space::add_objfile

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7c/7cac64af7bc6a7f7a86f90a1465f7c3d2b6f07e8/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp:
new FAIL: gdb.ada/access_tagged_param.exp:
new FAIL: gdb.ada/access_to_packed_array.exp:
PASS -> FAIL: gdb.ada/access_to_packed_array.exp: print pack.a
PASS -> FAIL: gdb.ada/access_to_packed_array.exp: print pack.aa
new FAIL: gdb.ada/access_to_unbounded_array.exp:
PASS -> FAIL: gdb.ada/access_to_unbounded_array.exp: print Aos
new FAIL: gdb.ada/addr_arith.exp:
new FAIL: gdb.ada/aliased_array.exp:
PASS -> FAIL: gdb.ada/aliased_array.exp: print bt
new FAIL: gdb.ada/arr_acc_idx_w_gap.exp:
new FAIL: gdb.ada/arr_arr.exp:
new FAIL: gdb.ada/arr_enum_idx_w_gap.exp:
new FAIL: gdb.ada/array_bounds.exp:
new FAIL: gdb.ada/array_char_idx.exp:
PASS -> FAIL: gdb.ada/array_char_idx.exp: Display my_table
PASS -> FAIL: gdb.ada/array_char_idx.exp: ptype char_table
PASS -> FAIL: gdb.ada/array_char_idx.exp: ptype global_char_table
new FAIL: gdb.ada/array_of_variable_length.exp:
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: print pck.a
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: ptype $
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: ptype pck.a
new FAIL: gdb.ada/array_ptr_renaming.exp:
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: print nt
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: print ntp
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: print ntp.all
new FAIL: gdb.ada/array_return.exp:
new FAIL: gdb.ada/array_return.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/array_subscript_addr.exp:
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: print a
new FAIL: gdb.ada/arraydim.exp:
PASS -> FAIL: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'first
PASS -> FAIL: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'last
PASS -> FAIL: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'length
PASS -> FAIL: gdb.ada/arraydim.exp: print m'first
PASS -> FAIL: gdb.ada/arraydim.exp: print m'last
PASS -> FAIL: gdb.ada/arraydim.exp: print m'length
PASS -> FAIL: gdb.ada/arraydim.exp: ptype global_3dim_for_gdb_testing
PASS -> FAIL: gdb.ada/arraydim.exp: ptype m
new FAIL: gdb.ada/arrayidx.exp:
PASS -> FAIL: gdb.ada/arrayidx.exp: print e_one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print empty
PASS -> FAIL: gdb.ada/arrayidx.exp: print empty, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print few_reps
PASS -> FAIL: gdb.ada/arrayidx.exp: print few_reps, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print many_reps
PASS -> FAIL: gdb.ada/arrayidx.exp: print many_reps, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print one_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print p_one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print r_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print u_one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
new FAIL: gdb.ada/arrayparam.exp:
PASS -> FAIL: gdb.ada/arrayparam.exp: print call_me
PASS -> FAIL: gdb.ada/arrayparam.exp: print first after function call
PASS -> FAIL: gdb.ada/arrayparam.exp: print last after function call
PASS -> FAIL: gdb.ada/arrayparam.exp: print length after function call
new FAIL: gdb.ada/arrayptr.exp:
new FAIL: gdb.ada/assign_arr.exp:
PASS -> FAIL: gdb.ada/assign_arr.exp: print assign_arr_input.u2 :=
new FAIL: gdb.ada/atomic_enum.exp:
PASS -> FAIL: gdb.ada/atomic_enum.exp: ptype pck.data_flag
new FAIL: gdb.ada/attr_ref_and_charlit.exp:
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: gdb_test
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: print s'first
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: print s'last
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: print s
new FAIL: gdb.ada/bad-task-bp-keyword.exp:
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK 2
KFAIL -> FAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK if
new FAIL: gdb.ada/bias.exp:
PASS -> FAIL: gdb.ada/bias.exp: print a
PASS -> FAIL: gdb.ada/bias.exp: print cval
PASS -> FAIL: gdb.ada/bias.exp: print spr
PASS -> FAIL: gdb.ada/bias.exp: print x
PASS -> FAIL: gdb.ada/bias.exp: print x * x1
PASS -> FAIL: gdb.ada/bias.exp: print x + x1
PASS -> FAIL: gdb.ada/bias.exp: print x - x1
PASS -> FAIL: gdb.ada/bias.exp: print x / x1
PASS -> FAIL: gdb.ada/bias.exp: print x := 5
PASS -> FAIL: gdb.ada/bias.exp: print y
PASS -> FAIL: gdb.ada/bias.exp: print y /= y
PASS -> FAIL: gdb.ada/bias.exp: print y /= y1
PASS -> FAIL: gdb.ada/bias.exp: print y < y1
PASS -> FAIL: gdb.ada/bias.exp: print y <= y1
PASS -> FAIL: gdb.ada/bias.exp: print y = y
PASS -> FAIL: gdb.ada/bias.exp: print y > y1
PASS -> FAIL: gdb.ada/bias.exp: print y >= y1
PASS -> FAIL: gdb.ada/bias.exp: print/c cval
PASS -> FAIL: gdb.ada/bias.exp: ptype x + x1
PASS -> FAIL: gdb.ada/bias.exp: re-read x after storing
new FAIL: gdb.ada/big_packed_array.exp:
PASS -> FAIL: gdb.ada/big_packed_array.exp: print bad
PASS -> FAIL: gdb.ada/big_packed_array.exp: print good
new FAIL: gdb.ada/bp_c_mixed_case.exp:
new FAIL: gdb.ada/bp_enum_homonym.exp:
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: break archive
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: list pck.adb:1
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: run to pck.archive breakpoint
new FAIL: gdb.ada/bp_fun_addr.exp:
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: break *bp_fun_addr'address
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: run until breakpoint at bp_fun_addr'address
new FAIL: gdb.ada/bp_inlined_func.exp:
new FAIL: gdb.ada/bp_inlined_func.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/bp_on_var.exp:
PASS -> FAIL: gdb.ada/bp_on_var.exp: break pck.my_global_variable
PASS -> FAIL: gdb.ada/bp_on_var.exp: break pck.my_hidden_variable
new FAIL: gdb.ada/bp_range_type.exp:
PASS -> FAIL: gdb.ada/bp_range_type.exp: break foo.adb:24 if small_value > 20
PASS -> FAIL: gdb.ada/bp_range_type.exp: print small_value
PASS -> FAIL: gdb.ada/bp_range_type.exp: run to breakpoint
new FAIL: gdb.ada/bp_reset.exp:
PASS -> FAIL: gdb.ada/bp_reset.exp: break do_nothing
PASS -> FAIL: gdb.ada/bp_reset.exp: break nested_sub
new FAIL: gdb.ada/byte_packed_arr.exp:
PASS -> FAIL: gdb.ada/byte_packed_arr.exp: print broken
new FAIL: gdb.ada/call_pn.exp:
new FAIL: gdb.ada/catch_assert_if.exp:
new FAIL: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/catch_ex.exp:
new FAIL: gdb.ada/catch_ex.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/catch_ex_std.exp:
new FAIL: gdb.ada/char_enum.exp:
PASS -> FAIL: gdb.ada/char_enum.exp: print Char_Enum_Type'
PASS -> FAIL: gdb.ada/char_enum.exp: print pck.Global_Enum_Type'
PASS -> FAIL: gdb.ada/char_enum.exp: ptype Char_Enum_Type
PASS -> FAIL: gdb.ada/char_enum.exp: ptype pck.Global_Enum_Type
new FAIL: gdb.ada/char_param.exp:
PASS -> FAIL: gdb.ada/char_param.exp: call next
PASS -> FAIL: gdb.ada/char_param.exp: print procedure_result after calling next
PASS -> FAIL: gdb.ada/char_param.exp: print procedure_result after calling same
PASS -> FAIL: gdb.ada/char_param.exp: print procedure_result before calling same
new FAIL: gdb.ada/complete.exp:
PASS -> FAIL: gdb.ada/complete.exp: complete break ada
PASS -> FAIL: gdb.ada/complete.exp: complete p <Exported
PASS -> FAIL: gdb.ada/complete.exp: complete p <__gnat_ada_main_prog
PASS -> FAIL: gdb.ada/complete.exp: complete p <pck__my
PASS -> FAIL: gdb.ada/complete.exp: complete p __gnat_ada_main_progra
PASS -> FAIL: gdb.ada/complete.exp: complete p ambig
PASS -> FAIL: gdb.ada/complete.exp: complete p ambiguous_f
PASS -> FAIL: gdb.ada/complete.exp: complete p external_ident
PASS -> FAIL: gdb.ada/complete.exp: complete p insi
PASS -> FAIL: gdb.ada/complete.exp: complete p local_ident
PASS -> FAIL: gdb.ada/complete.exp: complete p my_glob
PASS -> FAIL: gdb.ada/complete.exp: complete p pck
PASS -> FAIL: gdb.ada/complete.exp: complete p pck.
PASS -> FAIL: gdb.ada/complete.exp: complete p pck.inne
PASS -> FAIL: gdb.ada/complete.exp: complete p pck.inner.
PASS -> FAIL: gdb.ada/complete.exp: complete p pck.inner.ins
PASS -> FAIL: gdb.ada/complete.exp: complete p pck.local_ident
PASS -> FAIL: gdb.ada/complete.exp: complete p pck.my
PASS -> FAIL: gdb.ada/complete.exp: complete p pck__inner__ins
PASS -> FAIL: gdb.ada/complete.exp: complete p pck__local_ident
PASS -> FAIL: gdb.ada/complete.exp: complete p some
PASS -> FAIL: gdb.ada/complete.exp: interactive complete 'print some'
PASS -> FAIL: gdb.ada/complete.exp: p <Exported_Capitalized>
PASS -> FAIL: gdb.ada/complete.exp: p Exported_Capitalized
PASS -> FAIL: gdb.ada/complete.exp: p exported_capitalized
new FAIL: gdb.ada/cond_lang.exp:
PASS -> FAIL: gdb.ada/cond_lang.exp: break mixed.adb:33 if light = green
PASS -> FAIL: gdb.ada/cond_lang.exp: continue
new FAIL: gdb.ada/convvar_comp.exp:
new FAIL: gdb.ada/dgopt.exp:
PASS -> FAIL: gdb.ada/dgopt.exp: list x.adb:16, 16
new FAIL: gdb.ada/disc_arr_bound.exp:
new FAIL: gdb.ada/display_nested.exp:
PASS -> FAIL: gdb.ada/display_nested.exp: display s
new FAIL: gdb.ada/dot_all.exp:
new FAIL: gdb.ada/dyn_arrayidx.exp:
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
new FAIL: gdb.ada/dyn_loc.exp:
new FAIL: gdb.ada/dyn_stride.exp:
new FAIL: gdb.ada/enum_idx_packed.exp:
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: print full
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: print full'first
new FAIL: gdb.ada/excep_handle.exp:
new FAIL: gdb.ada/excep_handle.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/exec_changed.exp:
new FAIL: gdb.ada/expr_delims.exp:
PASS -> FAIL: gdb.ada/expr_delims.exp: break foo.adb:23
PASS -> FAIL: gdb.ada/expr_delims.exp: check that watchpoint is set correctly.
PASS -> FAIL: gdb.ada/expr_delims.exp: combination of 'if' and 'thread' delimiters.
PASS -> FAIL: gdb.ada/expr_delims.exp: continue
PASS -> FAIL: gdb.ada/expr_delims.exp: delete 1
PASS -> FAIL: gdb.ada/expr_delims.exp: print variable 'thread'
PASS -> FAIL: gdb.ada/expr_delims.exp: set conditional watchpoint.
PASS -> FAIL: gdb.ada/expr_delims.exp: set plain watchpoint on variable 'thread'
new FAIL: gdb.ada/expr_with_funcall.exp:
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 1 + something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 246 - something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 3 * something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 496 / something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something * 3
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something + 1
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something - 2
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something / 4
new FAIL: gdb.ada/exprs.exp:
PASS -> FAIL: gdb.ada/exprs.exp: Long_Long_Integer ** Y
PASS -> FAIL: gdb.ada/exprs.exp: long_float'max
PASS -> FAIL: gdb.ada/exprs.exp: long_float'min
new FAIL: gdb.ada/fin_fun_out.exp:
PASS -> FAIL: gdb.ada/fin_fun_out.exp: finish
new FAIL: gdb.ada/fixed_cmp.exp:
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10.0
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20.0
new FAIL: gdb.ada/fixed_points.exp:
PASS -> FAIL: gdb.ada/fixed_points.exp: p on a fixed point type
PASS -> FAIL: gdb.ada/fixed_points.exp: p on a new fixed point type
PASS -> FAIL: gdb.ada/fixed_points.exp: p on a subtype fixed point type
PASS -> FAIL: gdb.ada/fixed_points.exp: print Overprecise_Object
PASS -> FAIL: gdb.ada/fixed_points.exp: ptype Overprecise_Object
new FAIL: gdb.ada/float_param.exp:
PASS -> FAIL: gdb.ada/float_param.exp: call set_double
PASS -> FAIL: gdb.ada/float_param.exp: call set_float
PASS -> FAIL: gdb.ada/float_param.exp: call set_long_double
PASS -> FAIL: gdb.ada/float_param.exp: print global_double
PASS -> FAIL: gdb.ada/float_param.exp: print global_float
PASS -> FAIL: gdb.ada/float_param.exp: print global_long_double
new FAIL: gdb.ada/formatted_ref.exp:
new FAIL: gdb.ada/formatted_ref.exp: address of s1
PASS -> FAIL: gdb.ada/formatted_ref.exp: print s.x = 13
PASS -> UNRESOLVED: gdb.ada/formatted_ref.exp: print/x s
PASS -> FAIL: gdb.ada/formatted_ref.exp: print/x s'access
PASS -> FAIL: gdb.ada/formatted_ref.exp: print/x s'unchecked_access
PASS -> FAIL: gdb.ada/formatted_ref.exp: print/x s'unrestricted_access
new FAIL: gdb.ada/frame_arg_lang.exp:
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: backtrace with auto: c
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: backtrace with language back to 'auto; c'
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: backtrace with language forced to 'c'
new FAIL: gdb.ada/frame_args.exp:
new FAIL: gdb.ada/fullname_bp.exp:
PASS -> FAIL: gdb.ada/fullname_bp.exp: break Pck.Hello
PASS -> FAIL: gdb.ada/fullname_bp.exp: break pck.adb:Pck.Hello
PASS -> FAIL: gdb.ada/fullname_bp.exp: break pck.adb:pck.hello
PASS -> FAIL: gdb.ada/fullname_bp.exp: break pck.hello
new FAIL: gdb.ada/fun_addr.exp:
PASS -> FAIL: gdb.ada/fun_addr.exp: print foo'address
new FAIL: gdb.ada/fun_in_declare.exp:
new FAIL: gdb.ada/fun_overload_menu.exp:
PASS -> UNRESOLVED: gdb.ada/fun_overload_menu.exp: 1
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: multiple matches for f
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: multiple matches for p
new FAIL: gdb.ada/fun_renaming.exp:
PASS -> FAIL: gdb.ada/fun_renaming.exp: print fun_rename_test_n
PASS -> FAIL: gdb.ada/fun_renaming.exp: print fun_rename_test_next
PASS -> FAIL: gdb.ada/fun_renaming.exp: print pack.renamed_fun_rename_test_next
PASS -> FAIL: gdb.ada/fun_renaming.exp: print renamed_fun_rename_test_next
new FAIL: gdb.ada/funcall_char.exp:
PASS -> FAIL: gdb.ada/funcall_char.exp: print f
new FAIL: gdb.ada/funcall_param.exp:
PASS -> FAIL: gdb.ada/funcall_param.exp: p ident
new FAIL: gdb.ada/funcall_ptr.exp:
PASS -> FAIL: gdb.ada/funcall_ptr.exp: Check that initial value of GA is null
PASS -> FAIL: gdb.ada/funcall_ptr.exp: Check that value of GA is 0x1234
PASS -> FAIL: gdb.ada/funcall_ptr.exp: call pck.p
new FAIL: gdb.ada/funcall_ref.exp:
new FAIL: gdb.ada/homonym.exp:
PASS -> FAIL: gdb.ada/homonym.exp: break at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: continue until BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: print lcl at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: print lcl at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: ptype int_type at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value>
PASS -> FAIL: gdb.ada/homonym.exp: set breakpoint at Get_Value
PASS -> FAIL: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new FAIL: gdb.ada/info_addr_mixed_case.exp:
new FAIL: gdb.ada/info_auto_lang.exp:
new FAIL: gdb.ada/info_auto_lang.exp: can't run to some_c.c STOP location
new FAIL: gdb.ada/info_exc.exp:
new FAIL: gdb.ada/info_exc.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/info_locals_renaming.exp:
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: info locals
new FAIL: gdb.ada/info_types.exp:
PASS -> FAIL: gdb.ada/info_types.exp: info types new_integer_type
new FAIL: gdb.ada/int_deref.exp:
PASS -> FAIL: gdb.ada/int_deref.exp: print *long_integer
PASS -> FAIL: gdb.ada/int_deref.exp: print long_integer
PASS -> FAIL: gdb.ada/int_deref.exp: print watch'address
new FAIL: gdb.ada/interface.exp:
PASS -> FAIL: gdb.ada/interface.exp: print r
new FAIL: gdb.ada/iwide.exp:
new FAIL: gdb.ada/lang_switch.exp:
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace with lang set to C
new FAIL: gdb.ada/length_cond.exp:
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 enum_val'first > 15
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 enum_val'last > 15
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 int_val'first > 15
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 int_val'last > 15
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 loc'first > 15
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 loc'last > 15
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 loc'length > 15
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 my_array'first
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 my_array'last
PASS -> FAIL: gdb.ada/length_cond.exp: cond 1 my_array'length
PASS -> FAIL: gdb.ada/length_cond.exp: setting breakpoint at length_cond.adb:31
new FAIL: gdb.ada/maint_with_ada.exp:
new FAIL: gdb.ada/maint_with_ada.exp: setting breakpoint at Do_Nothing
new FAIL: gdb.ada/maint_with_ada.exp: setting breakpoint at Var_Arr_Typedef
new FAIL: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new FAIL: gdb.ada/mi_catch_assert.exp:
new FAIL: gdb.ada/mi_catch_assert.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex.exp:
new FAIL: gdb.ada/mi_catch_ex.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex_hand.exp:
new FAIL: gdb.ada/mi_catch_ex_hand.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_ex_cond.exp:
new FAIL: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
PASS -> UNRESOLVED: gdb.ada/mi_exc_info.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1
PASS -> UNRESOLVED: gdb.ada/mi_task_arg.exp: breakpoint at task_switch.break_me
PASS -> FAIL: gdb.ada/mi_task_info.exp: -ada-task-info 3
PASS -> UNRESOLVED: gdb.ada/mi_task_info.exp: -ada-task-info with no argument
PASS -> UNRESOLVED: gdb.ada/mi_task_info.exp: breakpoint at task_switch.break_me
new FAIL: gdb.ada/minsyms.exp:
new FAIL: gdb.ada/mod_from_name.exp:
new FAIL: gdb.ada/n_arr_bound.exp:
PASS -> FAIL: gdb.ada/n_arr_bound.exp: ptype var
new FAIL: gdb.ada/nested.exp:
PASS -> FAIL: gdb.ada/nested.exp: break on nested function First
new FAIL: gdb.ada/notcplusplus.exp:
PASS -> FAIL: gdb.ada/notcplusplus.exp: list ver.ads:16
PASS -> FAIL: gdb.ada/notcplusplus.exp: print <symada__cS> after loading symbols from ver.ads
PASS -> FAIL: gdb.ada/notcplusplus.exp: print <symada__cS> before loading symbols from ver.ads
new FAIL: gdb.ada/null_array.exp:
PASS -> FAIL: gdb.ada/null_array.exp: print my_matrix
PASS -> FAIL: gdb.ada/null_array.exp: print my_table
PASS -> FAIL: gdb.ada/null_array.exp: ptype my_table
new FAIL: gdb.ada/null_record.exp:
PASS -> FAIL: gdb.ada/null_record.exp: ptype on null record
new FAIL: gdb.ada/operator_bp.exp:
PASS -> FAIL: gdb.ada/operator_bp.exp: break "&"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "*"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "**"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "+"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "-"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "/"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "<"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "<="
PASS -> FAIL: gdb.ada/operator_bp.exp: break "="
PASS -> FAIL: gdb.ada/operator_bp.exp: break ">"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ">="
PASS -> FAIL: gdb.ada/operator_bp.exp: break "abs"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "and"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "mod"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "not"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "or"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "rem"
PASS -> FAIL: gdb.ada/operator_bp.exp: break "xor"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."&"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."*"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."**"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."+"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."-"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."/"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."<"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."<="
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."="
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops.">"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops.">="
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."abs"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."and"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."mod"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."not"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."or"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."rem"
PASS -> FAIL: gdb.ada/operator_bp.exp: break ops."xor"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "&"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "*"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "**"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "+"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "-"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "/"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "<"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "<="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ">"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ">="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "abs"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "and"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "mod"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "not"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "or"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "rem"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "xor"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."&"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."*"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."**"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."+"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."-"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."/"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."<"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."<="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops.">"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops.">="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."abs"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."and"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."mod"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."not"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."or"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."rem"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."xor"
new FAIL: gdb.ada/optim_drec.exp:
new FAIL: gdb.ada/out_of_line_in_inlined.exp:
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: break foo_o224_021.child1.child2
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: bt
new FAIL: gdb.ada/packed_array.exp:
PASS -> FAIL: gdb.ada/packed_array.exp: print &var
PASS -> FAIL: gdb.ada/packed_array.exp: print u_var
PASS -> FAIL: gdb.ada/packed_array.exp: print var
PASS -> FAIL: gdb.ada/packed_array.exp: ptype &var
new FAIL: gdb.ada/packed_array_assign.exp:
PASS -> FAIL: gdb.ada/packed_array_assign.exp: print npr :=
PASS -> FAIL: gdb.ada/packed_array_assign.exp: print pra :=
PASS -> FAIL: gdb.ada/packed_array_assign.exp: print pra
new FAIL: gdb.ada/packed_tagged.exp:
PASS -> FAIL: gdb.ada/packed_tagged.exp: print x
PASS -> FAIL: gdb.ada/packed_tagged.exp: ptype x
new FAIL: gdb.ada/pckd_arr_ren.exp:
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: print var
new FAIL: gdb.ada/pckd_neg.exp:
PASS -> FAIL: gdb.ada/pckd_neg.exp: print SSA
new FAIL: gdb.ada/pkd_arr_elem.exp:
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: print test
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: print test.str
new FAIL: gdb.ada/pp-rec-component.exp:
PASS -> FAIL: gdb.ada/pp-rec-component.exp: print /r before
PASS -> FAIL: gdb.ada/pp-rec-component.exp: print before
new FAIL: gdb.ada/print_chars.exp:
PASS -> FAIL: gdb.ada/print_chars.exp: print C
PASS -> FAIL: gdb.ada/print_chars.exp: print MC
PASS -> FAIL: gdb.ada/print_chars.exp: print WC
PASS -> FAIL: gdb.ada/print_chars.exp: print WWC
new FAIL: gdb.ada/print_pc.exp:
PASS -> FAIL: gdb.ada/print_pc.exp: p /x $pc
new FAIL: gdb.ada/ptr_typedef.exp:
PASS -> FAIL: gdb.ada/ptr_typedef.exp: print my_blob.bees
new FAIL: gdb.ada/ptype_array.exp:
PASS -> FAIL: gdb.ada/ptype_array.exp: ptype 2..5
PASS -> FAIL: gdb.ada/ptype_array.exp: ptype 3..5
new FAIL: gdb.ada/ptype_field.exp:
PASS -> FAIL: gdb.ada/ptype_field.exp: ptype circle
PASS -> FAIL: gdb.ada/ptype_field.exp: ptype circle.pos
PASS -> FAIL: gdb.ada/ptype_field.exp: ptype circle.pos.x
new FAIL: gdb.ada/ptype_tagged_param.exp:
new FAIL: gdb.ada/ptype_union.exp:
PASS -> FAIL: gdb.ada/ptype_union.exp: print global
PASS -> FAIL: gdb.ada/ptype_union.exp: ptype global
new FAIL: gdb.ada/py_range.exp:
PASS -> FAIL: gdb.ada/py_range.exp: python print
new FAIL: gdb.ada/py_taft.exp:
PASS -> FAIL: gdb.ada/py_taft.exp: python print
PASS -> FAIL: gdb.ada/py_taft.exp: python v = gdb.parse_and_eval
new FAIL: gdb.ada/rdv_wait.exp:
PASS -> FAIL: gdb.ada/rdv_wait.exp: task 2
new FAIL: gdb.ada/rec_comp.exp:
new FAIL: gdb.ada/rec_return.exp:
new FAIL: gdb.ada/ref_param.exp:
new FAIL: gdb.ada/ref_tick_size.exp:
PASS -> FAIL: gdb.ada/ref_tick_size.exp: print d1'size = d2'size
new FAIL: gdb.ada/repeat_dyn.exp:
PASS -> FAIL: gdb.ada/repeat_dyn.exp: print a1
new FAIL: gdb.ada/same_component_name.exp:
PASS -> FAIL: gdb.ada/same_component_name.exp: Print bottom component field
PASS -> FAIL: gdb.ada/same_component_name.exp: Print field existing only in bottom component
PASS -> FAIL: gdb.ada/same_component_name.exp: Print field existing only in dyn_middle component
PASS -> FAIL: gdb.ada/same_component_name.exp: Print top component field
PASS -> FAIL: gdb.ada/same_component_name.exp: Print top component field in middle assign function
PASS -> FAIL: gdb.ada/same_component_name.exp: continue to bottom assign breakpoint
PASS -> FAIL: gdb.ada/same_component_name.exp: continue to dyn_middle assign breakpoint
PASS -> FAIL: gdb.ada/same_component_name.exp: continue to middle assign breakpoint
PASS -> FAIL: gdb.ada/same_component_name.exp: run to top assign breakpoint
new FAIL: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:22
new FAIL: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:29
new FAIL: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:35
new FAIL: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:53
new FAIL: gdb.ada/same_enum.exp:
PASS -> FAIL: gdb.ada/same_enum.exp: print red
new FAIL: gdb.ada/scalar_storage.exp:
new FAIL: gdb.ada/scoped_watch.exp:
PASS -> FAIL: gdb.ada/scoped_watch.exp: break foo_p708_025.adb:22
PASS -> FAIL: gdb.ada/scoped_watch.exp: break pck.increment
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing to breakpoint in pck.increment
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing to breakpoint on call to Do_Nothing
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing to watchpoint hit
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing until watchpoint automatic deletion
PASS -> FAIL: gdb.ada/scoped_watch.exp: next to call to Call_Me
PASS -> FAIL: gdb.ada/scoped_watch.exp: watch result
new FAIL: gdb.ada/set_pckd_arr_elt.exp:
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: print sa
new FAIL: gdb.ada/set_pckd_arr_elt.exp: setting breakpoint at update_small
new FAIL: gdb.ada/set_wstr.exp:
new FAIL: gdb.ada/small_reg_param.exp:
new FAIL: gdb.ada/start.exp:
new FAIL: gdb.ada/str_binop_equal.exp:
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/str_binop_equal.exp: print my_str = my_str
new FAIL: gdb.ada/str_ref_cmp.exp:
PASS -> FAIL: gdb.ada/str_ref_cmp.exp: operator = works for strings
PASS -> FAIL: gdb.ada/str_ref_cmp.exp: print String_Var
new FAIL: gdb.ada/str_uninit.exp:
new FAIL: gdb.ada/sym_print_name.exp:
PASS -> FAIL: gdb.ada/sym_print_name.exp: multiple matches for symbol integervar
PASS -> UNRESOLVED: gdb.ada/sym_print_name.exp: select first choice from multiple-choice menu
new FAIL: gdb.ada/taft_type.exp:
new FAIL: gdb.ada/tagged.exp:
PASS -> FAIL: gdb.ada/tagged.exp: print segm
PASS -> FAIL: gdb.ada/tagged.exp: ptype segm
new FAIL: gdb.ada/tagged_access.exp:
new FAIL: gdb.ada/tagged_not_init.exp:
PASS -> FAIL: gdb.ada/tagged_not_init.exp: print obj
new FAIL: gdb.ada/task_bp.exp:
PASS -> FAIL: gdb.ada/task_bp.exp: break dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: break dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: break pck.adb:dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: break pck.adb:dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: break pck.adb:pck.dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: break pck.adb:pck.dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: break pck.dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: break pck.dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from psymtab
new FAIL: gdb.ada/task_switch_in_core.exp:
new FAIL: gdb.ada/tasks.exp:
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 1
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 3
PASS -> FAIL: gdb.ada/tasks.exp: info tasks before inserting breakpoint
new FAIL: gdb.ada/tick_last_segv.exp:
PASS -> FAIL: gdb.ada/tick_last_segv.exp: print short-integer'first
PASS -> FAIL: gdb.ada/tick_last_segv.exp: print short-integer'last
new FAIL: gdb.ada/tick_length_array_enum_idx.exp:
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print full'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype full_table'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype primary_table'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype variable_table'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
new FAIL: gdb.ada/type_coercion.exp:
PASS -> FAIL: gdb.ada/type_coercion.exp: p q
PASS -> FAIL: gdb.ada/type_coercion.exp: print {Integer} $addr
PASS -> FAIL: gdb.ada/type_coercion.exp: save q'address in convenience variable
PASS -> FAIL: gdb.ada/type_coercion.exp: set {Integer} $addr := 19
new FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp:
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: continue to STOP2
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object with null Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object.Ptr when null
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object with null Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when null
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object after setting Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object.ptr.all
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object after setting Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object.ptr.all
new FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: setting breakpoint at foo.adb:48
new FAIL: gdb.ada/unchecked_union.exp:
PASS -> FAIL: gdb.ada/unchecked_union.exp: ptype Inner
PASS -> FAIL: gdb.ada/unchecked_union.exp: ptype Pair
new FAIL: gdb.ada/uninitialized_vars.exp:
new FAIL: gdb.ada/var_arr_attrs.exp:
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'first
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'last
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'length
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'first
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'last
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'length
new FAIL: gdb.ada/var_arr_typedef.exp:
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print a
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print va
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print vb
new FAIL: gdb.ada/var_rec_arr.exp:
PASS -> FAIL: gdb.ada/var_rec_arr.exp: print a1
PASS -> FAIL: gdb.ada/var_rec_arr.exp: print a2
PASS -> FAIL: gdb.ada/var_rec_arr.exp: ptype a1
new FAIL: gdb.ada/variant_record_packed_array.exp:
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print address
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print my_buffer
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print {foo.octal_buffer}
new FAIL: gdb.ada/varsize_limit.exp:
new FAIL: gdb.ada/vla.exp:
PASS -> FAIL: gdb.ada/vla.exp: print r00
PASS -> FAIL: gdb.ada/vla.exp: print r01
PASS -> FAIL: gdb.ada/vla.exp: print r10
PASS -> FAIL: gdb.ada/vla.exp: print r22
new FAIL: gdb.ada/watch_arg.exp:
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing to second breakpoint
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
PASS -> FAIL: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
PASS -> FAIL: gdb.ada/watch_arg.exp: set watchpoint on function argument X
new FAIL: gdb.ada/watch_minus_l.exp:
PASS -> FAIL: gdb.ada/watch_minus_l.exp: continue with watch -location
PASS -> FAIL: gdb.ada/watch_minus_l.exp: watch -location pck.global_var
new FAIL: gdb.ada/whatis_array_val.exp:
new FAIL: gdb.ada/widewide.exp:
new FAIL: gdb.ada/win_fu_syms.exp:
PASS -> FAIL: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call
PASS -> FAIL: gdb.ada/win_fu_syms.exp: info line on variable declaration
new FAIL: gdb.arch/aarch64-atomic-inst.exp:
new FAIL: gdb.arch/aarch64-fp.exp:
new FAIL: gdb.arch/aarch64-pauth.exp:
new FAIL: gdb.arch/aarch64-prologue.exp:
new FAIL: gdb.arch/aarch64-sighandler-regs.exp:
new FAIL: gdb.arch/aarch64-tagged-pointer.exp:
new FAIL: gdb.arch/arm-neon.exp:
new FAIL: gdb.arch/disp-step-insn-reloc.exp:
new FAIL: gdb.arch/disp-step-insn-reloc.exp: can't run to main
new FAIL: gdb.arch/ftrace-insn-reloc.exp:
new FAIL: gdb.arch/ftrace-insn-reloc.exp: can't run to main to check for trace support
new FAIL: gdb.asm/asm-source.exp:
new FAIL: gdb.asm/asm-source.exp: can't run to main
new FAIL: gdb.base/a2-run.exp:
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" again after setting args
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" again with same args
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" with arg
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" with no args
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" with shell
PASS -> FAIL: gdb.base/a2-run.exp: run after setting args to nil
new FAIL: gdb.base/advance.exp:
new FAIL: gdb.base/advance.exp: can't run to main
new UNRESOLVED: gdb.base/align.exp: l=c++:
new FAIL: gdb.base/align.exp: l=c:
new FAIL: gdb.base/all-bin.exp:
new FAIL: gdb.base/annota-input-while-running.exp:
new FAIL: gdb.base/annota-input-while-running.exp: can't run to main
new FAIL: gdb.base/annota1.exp:
PASS -> UNRESOLVED: gdb.base/annota1.exp: annotate ignore count change
PASS -> FAIL: gdb.base/annota1.exp: backtrace @ signal handler
PASS -> FAIL: gdb.base/annota1.exp: backtrace from shlibrary
PASS -> FAIL: gdb.base/annota1.exp: break at value++
PASS -> UNRESOLVED: gdb.base/annota1.exp: break handle_USR1
PASS -> FAIL: gdb.base/annota1.exp: break in main
PASS -> FAIL: gdb.base/annota1.exp: break printf
PASS -> UNRESOLVED: gdb.base/annota1.exp: breakpoint ignore count
PASS -> FAIL: gdb.base/annota1.exp: breakpoint info
PASS -> FAIL: gdb.base/annota1.exp: breakpoint main
PASS -> FAIL: gdb.base/annota1.exp: continue to printf
PASS -> FAIL: gdb.base/annota1.exp: delete bp 1
PASS -> FAIL: gdb.base/annota1.exp: delete bp 2
PASS -> FAIL: gdb.base/annota1.exp: delete bp 3
PASS -> UNRESOLVED: gdb.base/annota1.exp: get inferior pid
PASS -> FAIL: gdb.base/annota1.exp: go after array init line
PASS -> UNRESOLVED: gdb.base/annota1.exp: ignore 5 4
new UNRESOLVED: gdb.base/annota1.exp: next to exit loop
PASS -> UNRESOLVED: gdb.base/annota1.exp: print array
PASS -> FAIL: gdb.base/annota1.exp: print non_existent_value
PASS -> FAIL: gdb.base/annota1.exp: re-run
new FAIL: gdb.base/annota1.exp: run to main
PASS -> FAIL: gdb.base/annota1.exp: send SIGUSR1
PASS -> FAIL: gdb.base/annota1.exp: set up display
PASS -> FAIL: gdb.base/annota1.exp: thread switch
new FAIL: gdb.base/annota3.exp:
PASS -> UNRESOLVED: gdb.base/annota3.exp: annotate ignore count change
PASS -> UNRESOLVED: gdb.base/annota3.exp: backtrace @ signal handler
PASS -> UNRESOLVED: gdb.base/annota3.exp: backtrace from shlibrary
PASS -> FAIL: gdb.base/annota3.exp: break at value++
PASS -> UNRESOLVED: gdb.base/annota3.exp: break in main
PASS -> UNRESOLVED: gdb.base/annota3.exp: breakpoint handle_USR1
PASS -> UNRESOLVED: gdb.base/annota3.exp: breakpoint ignore count
PASS -> FAIL: gdb.base/annota3.exp: breakpoint info
PASS -> FAIL: gdb.base/annota3.exp: breakpoint main
PASS -> UNRESOLVED: gdb.base/annota3.exp: breakpoint printf
PASS -> UNRESOLVED: gdb.base/annota3.exp: continue to printf
PASS -> UNRESOLVED: gdb.base/annota3.exp: delete bp 1
PASS -> UNRESOLVED: gdb.base/annota3.exp: delete bp 2
PASS -> UNRESOLVED: gdb.base/annota3.exp: delete bp 3
PASS -> UNRESOLVED: gdb.base/annota3.exp: go after array init line
PASS -> UNRESOLVED: gdb.base/annota3.exp: ignore 5 4
PASS -> UNRESOLVED: gdb.base/annota3.exp: next to exit loop
PASS -> UNRESOLVED: gdb.base/annota3.exp: print array
PASS -> UNRESOLVED: gdb.base/annota3.exp: print non_existent_value
PASS -> UNRESOLVED: gdb.base/annota3.exp: re-run
PASS -> FAIL: gdb.base/annota3.exp: run until main breakpoint
PASS -> UNRESOLVED: gdb.base/annota3.exp: send SIGUSR1
PASS -> UNRESOLVED: gdb.base/annota3.exp: set up display
new FAIL: gdb.base/annotate-symlink.exp:
new FAIL: gdb.base/anon.exp:
new FAIL: gdb.base/anon.exp: run to main
PASS -> UNRESOLVED: gdb.base/args.exp: argc for basic
PASS -> UNRESOLVED: gdb.base/args.exp: argc for one empty
PASS -> UNRESOLVED: gdb.base/args.exp: argc for one newline
PASS -> UNRESOLVED: gdb.base/args.exp: argc for two empty
PASS -> UNRESOLVED: gdb.base/args.exp: argc for two newlines
PASS -> UNRESOLVED: gdb.base/args.exp: argv[1] for basic
PASS -> UNRESOLVED: gdb.base/args.exp: argv[1] for one empty
PASS -> UNRESOLVED: gdb.base/args.exp: argv[1] for one newline
PASS -> UNRESOLVED: gdb.base/args.exp: argv[1] for two empty
PASS -> UNRESOLVED: gdb.base/args.exp: argv[1] for two newlines
PASS -> UNRESOLVED: gdb.base/args.exp: argv[2] for basic
PASS -> UNRESOLVED: gdb.base/args.exp: argv[2] for one empty
PASS -> UNRESOLVED: gdb.base/args.exp: argv[2] for one newline
PASS -> UNRESOLVED: gdb.base/args.exp: argv[2] for two empty
PASS -> UNRESOLVED: gdb.base/args.exp: argv[2] for two newlines
PASS -> UNRESOLVED: gdb.base/args.exp: argv[3] for one empty
PASS -> UNRESOLVED: gdb.base/args.exp: argv[3] for one newline
PASS -> UNRESOLVED: gdb.base/args.exp: argv[3] for two empty
PASS -> UNRESOLVED: gdb.base/args.exp: argv[3] for two newlines
PASS -> UNRESOLVED: gdb.base/args.exp: argv[4] for two empty
PASS -> UNRESOLVED: gdb.base/args.exp: argv[4] for two newlines
PASS -> UNRESOLVED: gdb.base/args.exp: continue to breakpoint: breakpoint for basic
PASS -> UNRESOLVED: gdb.base/args.exp: continue to breakpoint: breakpoint for one empty
PASS -> UNRESOLVED: gdb.base/args.exp: continue to breakpoint: breakpoint for one newline
PASS -> UNRESOLVED: gdb.base/args.exp: continue to breakpoint: breakpoint for two empty
PASS -> UNRESOLVED: gdb.base/args.exp: continue to breakpoint: breakpoint for two newlines
new UNRESOLVED: gdb.base/args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/args.exp: setting breakpoint at 11
new FAIL: gdb.base/argv0-symlink.exp:
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new FAIL: gdb.base/argv0-symlink.exp: break main
new FAIL: gdb.base/argv0-symlink.exp: run to main
new FAIL: gdb.base/arithmet.exp:
new FAIL: gdb.base/arrayidx.exp:
new FAIL: gdb.base/asmlabel.exp:
new FAIL: gdb.base/asmlabel.exp: can't run to main
new FAIL: gdb.base/assign.exp:
new FAIL: gdb.base/async-shell.exp:
PASS -> FAIL: gdb.base/async-shell.exp: process stopped
PASS -> FAIL: gdb.base/async-shell.exp: run &
new FAIL: gdb.base/async.exp:
new FAIL: gdb.base/attach-non-pgrp-leader.exp: parent:
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: attach
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: continue to breakpoint: marker
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: get integer valueof "child_pid"
new FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new FAIL: gdb.base/attach-pie-noexec.exp:
new FAIL: gdb.base/attach-twice.exp:
new FAIL: gdb.base/attach-wait-input.exp: editing off:
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing off: attach and print
new FAIL: gdb.base/attach-wait-input.exp: editing off: can't run to setup_done
new FAIL: gdb.base/attach-wait-input.exp: editing on:
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing on: attach and print
new FAIL: gdb.base/attach-wait-input.exp: editing on: can't run to setup_done
PASS -> UNRESOLVED: gdb.base/attach.exp: cmdline attach run: run to main
PASS -> FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt
new FAIL: gdb.base/attach.exp: do_attach_failure_tests:
PASS -> FAIL: gdb.base/attach.exp: do_attach_failure_tests: first attach
new FAIL: gdb.base/attach.exp: do_attach_tests:
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: after attach1, print should_exit
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: after attach2, set should_exit
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: attach when process' a.out not in cwd
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: attach1, after setting file
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: attach1, purging symbols after detach
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: attach2, with no file
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: continue to breakpoint: postloop
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: continue until exit at after attach2, exit
new FAIL: gdb.base/attach.exp: do_attach_tests: load file manually, after attach2
PASS -> FAIL: gdb.base/attach.exp: do_attach_tests: set file, before attach1
new FAIL: gdb.base/attach.exp: do_attach_tests: setting breakpoint at 22
PASS -> FAIL: gdb.base/attach.exp: do_call_attach_tests: attach call
PASS -> FAIL: gdb.base/attach.exp: do_call_attach_tests: continue until exit
PASS -> FAIL: gdb.base/attach.exp: do_call_attach_tests: load file
PASS -> FAIL: gdb.base/attach.exp: do_command_attach_tests: starting with --pid
new FAIL: gdb.base/auto-connect-native-target.exp:
new FAIL: gdb.base/auto-connect-native-target.exp: can't run to main
new FAIL: gdb.base/auto-load.exp:
PASS -> FAIL: gdb.base/auto-load.exp: print $script_loaded
new FAIL: gdb.base/auxv.exp:
new FAIL: gdb.base/auxv.exp: can't run to main
new FAIL: gdb.base/bang.exp:
PASS -> FAIL: gdb.base/bang.exp: continue until exit
PASS -> FAIL: gdb.base/batch-preserve-term-settings.exp: batch run: echo test_echo
PASS -> FAIL: gdb.base/batch-preserve-term-settings.exp: batch run: gdb -batch -ex run
PASS -> FAIL: gdb.base/batch-preserve-term-settings.exp: batch run: terminal settings preserved
PASS -> FAIL: gdb.base/batch-preserve-term-settings.exp: cli exit: start gdb
new FAIL: gdb.base/bfp-test.exp:
new FAIL: gdb.base/bg-execution-repeat.exp: c 1&:
new FAIL: gdb.base/bg-execution-repeat.exp: c&:
new FAIL: gdb.base/bigcore.exp:
new FAIL: gdb.base/bigcore.exp: can't run to main
new FAIL: gdb.base/bitfields.exp:
PASS -> FAIL: gdb.base/bitfields.exp: bitfield containment #1
PASS -> FAIL: gdb.base/bitfields.exp: bitfield containment #2
PASS -> FAIL: gdb.base/bitfields.exp: bitfield uniqueness
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: continuing to break1 #3
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #4
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #5
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #6
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #7
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #8
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #9
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break2
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break4 #1
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break4 #2
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break5
PASS -> FAIL: gdb.base/bitfields.exp: determining signed-ness of bitfields
PASS -> FAIL: gdb.base/bitfields.exp: print $myvar.a
PASS -> FAIL: gdb.base/bitfields.exp: print $myvar.f
PASS -> FAIL: gdb.base/bitfields.exp: print $myvar.inner.b
PASS -> FAIL: gdb.base/bitfields.exp: print $myvar.inner.deep.c
PASS -> FAIL: gdb.base/bitfields.exp: print $myvar.inner.deep.d
PASS -> FAIL: gdb.base/bitfields.exp: print $myvar.inner.e
PASS -> FAIL: gdb.base/bitfields.exp: print flags
PASS -> FAIL: gdb.base/bitfields.exp: set $myvar.a = 0
PASS -> FAIL: gdb.base/bitfields.exp: set $myvar.f = 1
PASS -> FAIL: gdb.base/bitfields.exp: set $myvar.inner.b = 1
PASS -> FAIL: gdb.base/bitfields.exp: set $myvar.inner.deep.c = 0
PASS -> FAIL: gdb.base/bitfields.exp: set $myvar.inner.deep.d = -1
PASS -> FAIL: gdb.base/bitfields.exp: set $myvar.inner.e = 1
new FAIL: gdb.base/bitfields.exp: setting breakpoint at break5
PASS -> FAIL: gdb.base/bitfields.exp: signed bitfields with -1
PASS -> FAIL: gdb.base/bitfields.exp: signed bitfields, max negative values
PASS -> FAIL: gdb.base/bitfields.exp: signed bitfields, max positive values
PASS -> FAIL: gdb.base/bitfields.exp: unsigned bitfield ranges
new FAIL: gdb.base/bitfields2.exp:
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield containment; flags.u1, flags.u3, and flags.s3 to all 1s
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield containment; flags.u2, flags.s1, flags.s2 to all 1s
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s1 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s2 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s3 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u1 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u2 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u3 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: break tester prior to break1
PASS -> FAIL: gdb.base/bitfields2.exp: break tester prior to break2
PASS -> FAIL: gdb.base/bitfields2.exp: break tester prior to break3
PASS -> FAIL: gdb.base/bitfields2.exp: break tester prior to break4
PASS -> FAIL: gdb.base/bitfields2.exp: break tester prior to break5
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #2
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #3
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #4
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #5
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break2 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break2 #1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break3 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break4 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break4 #1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break4 #2
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break5 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break2
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break3
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break4
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break5
PASS -> FAIL: gdb.base/bitfields2.exp: determining signed-ness of bitfields
PASS -> FAIL: gdb.base/bitfields2.exp: long long bitfield values after set
PASS -> FAIL: gdb.base/bitfields2.exp: maximum signed bitfield values
PASS -> FAIL: gdb.base/bitfields2.exp: maximum unsigned bitfield values
PASS -> FAIL: gdb.base/bitfields2.exp: set long long signed bitfield positive
PASS -> FAIL: gdb.base/bitfields2.exp: set long long unsigned bitfield
new FAIL: gdb.base/bitfields2.exp: setting breakpoint at break1
new FAIL: gdb.base/bitfields2.exp: setting breakpoint at break2
new FAIL: gdb.base/bitfields2.exp: setting breakpoint at break3
new FAIL: gdb.base/bitfields2.exp: setting breakpoint at break4
new FAIL: gdb.base/bitfields2.exp: setting breakpoint at break5
new FAIL: gdb.base/bp-cmds-continue-ctrl-c.exp:
new FAIL: gdb.base/bp-cmds-continue-ctrl-c.exp: run:
PASS -> FAIL: gdb.base/bp-cmds-execution-x-script.exp: run to end
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0:
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1:
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0:
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1:
new FAIL: gdb.base/branch-to-self.exp: single-step:
new FAIL: gdb.base/break-always.exp:
PASS -> FAIL: gdb.base/break-always.exp: before re-enable check breakpoint state
PASS -> FAIL: gdb.base/break-always.exp: disable 2.E
PASS -> FAIL: gdb.base/break-always.exp: disable 2.I
PASS -> FAIL: gdb.base/break-always.exp: disable 3.B
PASS -> FAIL: gdb.base/break-always.exp: disable 3.F
PASS -> FAIL: gdb.base/break-always.exp: enable 2.D
PASS -> FAIL: gdb.base/break-always.exp: enable 2.H
PASS -> FAIL: gdb.base/break-always.exp: enable 3.A
PASS -> FAIL: gdb.base/break-always.exp: enable 3.C
PASS -> FAIL: gdb.base/break-always.exp: enable 3.G
PASS -> FAIL: gdb.base/break-always.exp: initial check breakpoint state
PASS -> FAIL: gdb.base/break-always.exp: save shadow
PASS -> FAIL: gdb.base/break-always.exp: set 2nd breakpoint on bar
PASS -> FAIL: gdb.base/break-always.exp: set 3rd breakpoint on bar
PASS -> FAIL: gdb.base/break-always.exp: set 4th breakpoint on bar
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar 2
new FAIL: gdb.base/break-caller-line.exp:
new FAIL: gdb.base/break-entry.exp:
new FAIL: gdb.base/break-fun-addr.exp:
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr1: break *main
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr1: p $pc == main
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr1: run to breakpoint at *main
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr2: p $pc == main
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr2: run to breakpoint at *main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie:
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: awatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: break: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: hbreak: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: rwatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: watch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: awatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: break: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: hbreak: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: rwatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: watch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie:
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: awatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: break: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: hbreak: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: rwatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: watch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: awatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: break: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: hbreak: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: rwatch: can't run to main
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: watch: can't run to main
new FAIL: gdb.base/break-include.exp:
PASS -> FAIL: gdb.base/break-include.exp: break break-include.c:53
PASS -> FAIL: gdb.base/break-include.exp: break next
new FAIL: gdb.base/break-inline.exp:
PASS -> FAIL: gdb.base/break-inline.exp: break
new FAIL: gdb.base/break-inline.exp: setting breakpoint at main
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: reach-main: reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: reach-main: reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: reach-main: reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: reach-main: reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: reach-main: reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: reach-main: reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: reach-main: reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: attach: file
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: core:
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: core: core loaded
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: ld.so exit
new UNRESOLVED: gdb.base/break-main-file-remove-fail.exp: cmdline: can't run to start
new UNRESOLVED: gdb.base/break-main-file-remove-fail.exp: cmdline: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-main-file-remove-fail.exp: file:
new FAIL: gdb.base/break-main-file-remove-fail.exp: file: can't run to start
new FAIL: gdb.base/break-on-linker-gcd-function.exp:
PASS -> FAIL: gdb.base/break-on-linker-gcd-function.exp: b 24
PASS -> FAIL: gdb.base/break-on-linker-gcd-function.exp: readnow: b 24
new FAIL: gdb.base/break-probes.exp:
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted off: break: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted off: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted off: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted off: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted on: break: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted on: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: break:
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak:
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: break:
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: hbreak:
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: hbreak: can't run to main
new FAIL: gdb.base/break.exp:
PASS -> FAIL: gdb.base/break.exp: Temporary breakpoint function in file
PASS -> FAIL: gdb.base/break.exp: Temporary breakpoint info
PASS -> FAIL: gdb.base/break.exp: Temporary breakpoint line number in file #2
PASS -> FAIL: gdb.base/break.exp: break lineno
PASS -> FAIL: gdb.base/break.exp: break on default location, 1st time
PASS -> FAIL: gdb.base/break.exp: break on default location, 2nd time
PASS -> FAIL: gdb.base/break.exp: break on default location, 3rd time
PASS -> FAIL: gdb.base/break.exp: break on default location, 4th time
PASS -> FAIL: gdb.base/break.exp: break on non-existent source line
new FAIL: gdb.base/break.exp: break tests suppressed
PASS -> FAIL: gdb.base/break.exp: breakpoint at start of multi line if conditional
PASS -> FAIL: gdb.base/break.exp: breakpoint at start of multi line while conditional
PASS -> FAIL: gdb.base/break.exp: breakpoint duplicate
PASS -> FAIL: gdb.base/break.exp: breakpoint function
PASS -> FAIL: gdb.base/break.exp: breakpoint function in file
PASS -> FAIL: gdb.base/break.exp: breakpoint info
PASS -> FAIL: gdb.base/break.exp: breakpoint line number
PASS -> FAIL: gdb.base/break.exp: breakpoint line number in file
PASS -> FAIL: gdb.base/break.exp: breakpoint offset +1
PASS -> FAIL: gdb.base/break.exp: breakpoint quoted function
PASS -> FAIL: gdb.base/break.exp: check disable with convenience values
PASS -> FAIL: gdb.base/break.exp: check disable with history values
PASS -> FAIL: gdb.base/break.exp: continue to breakpoint at }
PASS -> FAIL: gdb.base/break.exp: delete $bpnum
PASS -> FAIL: gdb.base/break.exp: disable using history values
PASS -> FAIL: gdb.base/break.exp: disable with convenience values
PASS -> FAIL: gdb.base/break.exp: info break 2 4 6
PASS -> FAIL: gdb.base/break.exp: info break 3-5
PASS -> FAIL: gdb.base/break.exp: run until breakpoint set at a line number
PASS -> FAIL: gdb.base/break.exp: run until file:function
PASS -> FAIL: gdb.base/break.exp: run until file:linenum breakpoint
PASS -> FAIL: gdb.base/break.exp: run until function breakpoint
PASS -> FAIL: gdb.base/break.exp: run until quoted breakpoint
PASS -> FAIL: gdb.base/break.exp: set to-be-silent break bp_location1
PASS -> FAIL: gdb.base/break.exp: setting breakpoint at }
PASS -> FAIL: gdb.base/break.exp: step onto breakpoint
PASS -> FAIL: gdb.base/break.exp: temporary breakpoint function
PASS -> FAIL: gdb.base/break.exp: temporary breakpoint line number #1
PASS -> FAIL: gdb.base/break.exp: temporary breakpoint line number #2
PASS -> FAIL: gdb.base/break.exp: temporary breakpoint line number in file #1
PASS -> FAIL: gdb.base/break.exp: until bp_location1
PASS -> FAIL: gdb.base/break.exp: use `list' to establish default source file
new FAIL: gdb.base/breakpoint-in-ro-region.exp:
new FAIL: gdb.base/breakpoint-shadow.exp:
new FAIL: gdb.base/bt-selected-frame.exp:
new FAIL: gdb.base/bt-selected-frame.exp: bt full: can't run to main
new FAIL: gdb.base/bt-selected-frame.exp: bt: can't run to main
new FAIL: gdb.base/c-linkage-name.exp:
PASS -> FAIL: gdb.base/c-linkage-name.exp: break main
PASS -> FAIL: gdb.base/c-linkage-name.exp: print symada__cS after partial symtab expansion
PASS -> FAIL: gdb.base/c-linkage-name.exp: print symada__cS before partial symtab expansion
new FAIL: gdb.base/call-ar-st.exp:
new FAIL: gdb.base/call-rt-st.exp:
new FAIL: gdb.base/call-sc.exp:
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tc
new FAIL: gdb.base/call-signal-resume.exp:
new FAIL: gdb.base/call-signal-resume.exp: can't run to main
new FAIL: gdb.base/call-strs.exp:
new FAIL: gdb.base/callexit.exp:
new FAIL: gdb.base/callexit.exp: can't run to main
new FAIL: gdb.base/callfuncs.exp:
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: back at main after return from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: bt after continuing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: bt after finishing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: call function causing a breakpoint and then do a return
PASS -> FAIL: gdb.base/callfuncs.exp: call function causing a breakpoint then do a finish
PASS -> FAIL: gdb.base/callfuncs.exp: call function with many double arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: call function with many float arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char *
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns double
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns float
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns float _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns int
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns long
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns long double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns short
PASS -> FAIL: gdb.base/callfuncs.exp: continue from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: finish from call dummy breakpoint returns correct value
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: back at main after return from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: bt after continuing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: bt after finishing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function causing a breakpoint and then do a return
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function causing a breakpoint then do a finish
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function with many double arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function with many float arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns char
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns char *
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns double
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns float
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns float _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns int
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns long
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns long double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns short
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: continue from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: finish from call dummy breakpoint returns correct value
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p add
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p cmp10
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p doubleit
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p function_struct.func
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p function_struct_ptr->func
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p sum10
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p sum_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_call_add
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_char_array_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_char_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_int
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_enum_value1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_enum_value2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_values2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_func_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_int_double
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_int_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_long_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_long_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_long_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_short_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_small_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_string_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: print *
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: print callfunc
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: register contents after gdb function calls
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: register contents after nested call dummies
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: rerun number 10: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 6: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: rerun number 6: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: rerun number 7: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: rerun number 8: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: rerun number 9: next to t_structs_c
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: retrieve original register contents 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: retrieve original register contents 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: retrieve original register contents 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: retrieve original register contents 4
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: retrieve original register contents 5
new FAIL: gdb.base/callfuncs.exp: noproto: setting breakpoint at add
new FAIL: gdb.base/callfuncs.exp: noproto: setting breakpoint at sum10
new FAIL: gdb.base/callfuncs.exp: noproto: setting breakpoint at t_small_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at breakpoint in call dummy function
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: p
PASS -> FAIL: gdb.base/callfuncs.exp: p add
PASS -> FAIL: gdb.base/callfuncs.exp: p cmp10
PASS -> FAIL: gdb.base/callfuncs.exp: p doubleit
PASS -> FAIL: gdb.base/callfuncs.exp: p function_struct.func
PASS -> FAIL: gdb.base/callfuncs.exp: p function_struct_ptr->func
PASS -> FAIL: gdb.base/callfuncs.exp: p sum10
PASS -> FAIL: gdb.base/callfuncs.exp: p sum_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_call_add
PASS -> FAIL: gdb.base/callfuncs.exp: p t_char_array_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_char_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_int
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_enum_value1
PASS -> FAIL: gdb.base/callfuncs.exp: p t_enum_value2
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_values2
PASS -> FAIL: gdb.base/callfuncs.exp: p t_func_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_int_double
PASS -> FAIL: gdb.base/callfuncs.exp: p t_int_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_long_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_long_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_long_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_short_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_small_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_string_values
PASS -> FAIL: gdb.base/callfuncs.exp: print *
PASS -> FAIL: gdb.base/callfuncs.exp: print callfunc
PASS -> FAIL: gdb.base/callfuncs.exp: register contents after gdb function calls
PASS -> FAIL: gdb.base/callfuncs.exp: register contents after nested call dummies
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: rerun number 1: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: rerun number 1: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: rerun number 2: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: rerun number 2: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: rerun number 3: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: rerun number 3: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: rerun number 4: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: rerun number 4: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: rerun number 5: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: rerun number 5: next to t_structs_c
PASS -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents 1
PASS -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents 2
PASS -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents 3
PASS -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents 4
PASS -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents 5
new FAIL: gdb.base/callfuncs.exp: setting breakpoint at add
new FAIL: gdb.base/callfuncs.exp: setting breakpoint at sum10
new FAIL: gdb.base/callfuncs.exp: setting breakpoint at t_small_values
PASS -> FAIL: gdb.base/callfuncs.exp: stop at breakpoint in call dummy function
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 4
new FAIL: gdb.base/catch-follow-exec.exp:
new FAIL: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork:
new FAIL: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=kill: fork:
new FAIL: gdb.base/catch-fork-kill.exp: fork-kind=vfork: exit-kind=exit: vfork:
new FAIL: gdb.base/catch-fork-kill.exp: fork-kind=vfork: exit-kind=kill: vfork:
new FAIL: gdb.base/catch-fork-static.exp:
PASS -> FAIL: gdb.base/catch-fork-static.exp: run to fork
new FAIL: gdb.base/catch-gdb-caused-signals.exp:
new FAIL: gdb.base/catch-gdb-caused-signals.exp: can't run to main to make the tests
new FAIL: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events:
new FAIL: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching load:
new FAIL: gdb.base/catch-load.exp: non-matching load: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events:
new FAIL: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload:
new FAIL: gdb.base/catch-load.exp: non-matching unload: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load with stop-on-solib-events:
new FAIL: gdb.base/catch-load.exp: plain load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load:
new FAIL: gdb.base/catch-load.exp: plain load: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload with stop-on-solib-events:
new FAIL: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload:
new FAIL: gdb.base/catch-load.exp: plain unload: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load with stop-on-solib-events:
new FAIL: gdb.base/catch-load.exp: rx load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load:
new FAIL: gdb.base/catch-load.exp: rx load: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload with stop-on-solib-events:
new FAIL: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload:
new FAIL: gdb.base/catch-load.exp: rx unload: can't run to main
new FAIL: gdb.base/catch-signal-fork.exp:
new FAIL: gdb.base/catch-signal-siginfo-cond.exp:
new FAIL: gdb.base/catch-signal-siginfo-cond.exp: can't run to main
new FAIL: gdb.base/catch-signal.exp:
PASS -> FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for ''
PASS -> FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for 'SIGHUP SIGUSR2'
PASS -> FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for 'SIGHUP'
PASS -> FAIL: gdb.base/catch-signal.exp: 2nd line of save breakpoints for 'all'
PASS -> FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for ''
PASS -> FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for 'SIGHUP SIGUSR2'
PASS -> FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for 'SIGHUP'
PASS -> FAIL: gdb.base/catch-signal.exp: Number of lines of save breakpoints for 'all'
new FAIL: gdb.base/catch-signal.exp: setting breakpoint at main
new FAIL: gdb.base/catch-syscall.exp:
new FAIL: gdb.base/catch-syscall.exp: can't run to main
new FAIL: gdb.base/charset.exp:
PASS -> FAIL: gdb.base/charset.exp: assign string to int array
PASS -> FAIL: gdb.base/charset.exp: assign string to long array
PASS -> FAIL: gdb.base/charset.exp: assign string to short array
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: get integer valueof "sizeof
PASS -> FAIL: gdb.base/charset.exp: print string in ASCII
PASS -> FAIL: gdb.base/charset.exp: print string in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: print string in IBM1047
PASS -> FAIL: gdb.base/charset.exp: print string in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: run until all strings have been initialized
PASS -> FAIL: gdb.base/charset.exp: set breakpoint after all strings have been initialized
PASS -> FAIL: gdb.base/charset.exp: set_prefix=U: assign String32 with prefix U
PASS -> FAIL: gdb.base/charset.exp: set_prefix=U: display String String32 with x/ws
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in ISO-8859-1
new FAIL: gdb.base/checkpoint-ns.exp:
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 eight
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 start
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 ten
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 9 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 with many checkpoints
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: diff input and output one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: diff input and output two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: info checkpoints one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 1
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 10
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 2
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 3
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 4
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 5
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 6
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 7
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 8
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 9
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 0 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 1 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 10 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 2 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 2 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 3 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 3 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 4 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 4 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 5 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 5 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 6 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 6 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 7 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 7 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 8 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 9 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: restart 9 three
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 54
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint-ns.exp: setting breakpoint at 59
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 1 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 2 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 3 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 4 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 6 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 7 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 9 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 9 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 9 one
new FAIL: gdb.base/checkpoint.exp:
PASS -> FAIL: gdb.base/checkpoint.exp: break1 eight
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint.exp: break1 start
PASS -> FAIL: gdb.base/checkpoint.exp: break1 ten
PASS -> FAIL: gdb.base/checkpoint.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint.exp: break1 two
PASS -> FAIL: gdb.base/checkpoint.exp: break2 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 with many checkpoints
PASS -> FAIL: gdb.base/checkpoint.exp: break3 one
PASS -> FAIL: gdb.base/checkpoint.exp: break4 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: diff input and output one
PASS -> FAIL: gdb.base/checkpoint.exp: diff input and output two
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork five
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork four
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork one
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork three
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork two
PASS -> FAIL: gdb.base/checkpoint.exp: info checkpoints one
PASS -> FAIL: gdb.base/checkpoint.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 1
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 10
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 2
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 3
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 4
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 5
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 6
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 7
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 8
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 9
PASS -> FAIL: gdb.base/checkpoint.exp: restart 0 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 1 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 1 two
PASS -> FAIL: gdb.base/checkpoint.exp: restart 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 10 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 2 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 2 two
PASS -> FAIL: gdb.base/checkpoint.exp: restart 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 3 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 3 two
PASS -> FAIL: gdb.base/checkpoint.exp: restart 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 4 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 4 two
PASS -> FAIL: gdb.base/checkpoint.exp: restart 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 5 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 5 two
PASS -> FAIL: gdb.base/checkpoint.exp: restart 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 6 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 6 two
PASS -> FAIL: gdb.base/checkpoint.exp: restart 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 7 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 7 two
PASS -> FAIL: gdb.base/checkpoint.exp: restart 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 8 three
PASS -> FAIL: gdb.base/checkpoint.exp: restart 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: restart 9 three
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 49
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 54
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 57
new FAIL: gdb.base/checkpoint.exp: setting breakpoint at 59
PASS -> FAIL: gdb.base/checkpoint.exp: step in 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 1 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 2 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 3 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 4 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 5 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 6 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 7 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 1 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 2 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 3 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 4 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 5 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 7 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 9 one
new FAIL: gdb.base/chng-syms.exp:
PASS -> FAIL: gdb.base/chng-syms.exp: running to stop_here first time
PASS -> FAIL: gdb.base/chng-syms.exp: running with invalidated bpt condition after executable changes
PASS -> FAIL: gdb.base/chng-syms.exp: setting conditional breakpoint on function
PASS -> FAIL: gdb.base/code-expr.exp:
PASS -> FAIL: gdb.base/code_elim.exp: order1: add-symbol-file code_elim1 0x100000
PASS -> FAIL: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2 0x200000
PASS -> FAIL: gdb.base/code_elim.exp: order1: get address of main
PASS -> FAIL: gdb.base/code_elim.exp: order1: get address of my_global_func
PASS -> FAIL: gdb.base/code_elim.exp: order1: get address of my_global_symbol
PASS -> FAIL: gdb.base/code_elim.exp: order1: get address of my_static_symbol
PASS -> FAIL: gdb.base/code_elim.exp: order2: add-symbol-file code_elim1 0x100000
PASS -> FAIL: gdb.base/code_elim.exp: order2: add-symbol-file code_elim2 0x200000
PASS -> FAIL: gdb.base/code_elim.exp: order2: get address of main
PASS -> FAIL: gdb.base/code_elim.exp: order2: get address of my_global_func
PASS -> FAIL: gdb.base/code_elim.exp: order2: get address of my_global_symbol
PASS -> FAIL: gdb.base/code_elim.exp: order2: get address of my_static_symbol
PASS -> FAIL: gdb.base/code_elim.exp: single psymtabs: get address of main
PASS -> FAIL: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_func
PASS -> FAIL: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_symbol
PASS -> FAIL: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_static_symbol
PASS -> UNRESOLVED: gdb.base/code_elim.exp: single symtabs: get address of main
PASS -> UNRESOLVED: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_func
PASS -> UNRESOLVED: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_symbol
PASS -> UNRESOLVED: gdb.base/code_elim.exp: single symtabs: test eliminated var my_static_symbol
PASS -> FAIL: gdb.base/code_elim.exp: symbol-file code_elim1
new FAIL: gdb.base/commands.exp:
PASS -> FAIL: gdb.base/commands.exp: backslash_in_multi_line_command_test: commands
PASS -> FAIL: gdb.base/commands.exp: backslash_in_multi_line_command_test: end
PASS -> FAIL: gdb.base/commands.exp: backslash_in_multi_line_command_test: input line split with backslash
new FAIL: gdb.base/commands.exp: backslash_in_multi_line_command_test: setting breakpoint at main
PASS -> FAIL: gdb.base/commands.exp: bp_deleted_in_command_test: add clear command
PASS -> FAIL: gdb.base/commands.exp: bp_deleted_in_command_test: add cont command
PASS -> FAIL: gdb.base/commands.exp: bp_deleted_in_command_test: add printf command
PASS -> UNRESOLVED: gdb.base/commands.exp: bp_deleted_in_command_test: add silent command
PASS -> FAIL: gdb.base/commands.exp: bp_deleted_in_command_test: begin commands
PASS -> FAIL: gdb.base/commands.exp: bp_deleted_in_command_test: break factorial
PASS -> FAIL: gdb.base/commands.exp: bp_deleted_in_command_test: run factorial until breakpoint
new FAIL: gdb.base/commands.exp: breakpoint_clear_command_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: breakpoint_command_test: cannot run to factorial
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: cmd1 error
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: main commands 1
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: main commands 1a
PASS -> UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: main commands 1b
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: main commands 1c
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: main commands 2
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: main commands 2a
PASS -> UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: main commands 2b
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: main commands 2c
new FAIL: gdb.base/commands.exp: error_clears_commands_left: setting breakpoint at main
PASS -> FAIL: gdb.base/commands.exp: if_commands_test: second end - if_commands_test 1
PASS -> FAIL: gdb.base/commands.exp: if_commands_test: second end - if_commands_test 2
new FAIL: gdb.base/commands.exp: if_while_breakpoint_command_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: infrun_breakpoint_command_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: progvar_complex_if_while_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: progvar_simple_if_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: progvar_simple_while_test: cannot run to factorial
PASS -> FAIL: gdb.base/commands.exp: temporary_breakpoint_commands: add cont tbreak command
PASS -> FAIL: gdb.base/commands.exp: temporary_breakpoint_commands: add printf tbreak command
PASS -> UNRESOLVED: gdb.base/commands.exp: temporary_breakpoint_commands: add silent tbreak command
new FAIL: gdb.base/commands.exp: temporary_breakpoint_commands: begin commands in bp_deleted_in_command_test
PASS -> FAIL: gdb.base/commands.exp: temporary_breakpoint_commands: breakpoint
PASS -> FAIL: gdb.base/commands.exp: temporary_breakpoint_commands: run factorial until temporary breakpoint
new FAIL: gdb.base/commands.exp: test_command_prompt_position: cannot run to factorial
new FAIL: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
new FAIL: gdb.base/compare-sections.exp:
new FAIL: gdb.base/compare-sections.exp: can't run to main
new FAIL: gdb.base/completion.exp:
PASS -> FAIL: gdb.base/completion.exp: complete 'handle keyword'
PASS -> FAIL: gdb.base/completion.exp: complete 'handle signal'
PASS -> FAIL: gdb.base/completion.exp: complete 'info func marke'
PASS -> FAIL: gdb.base/completion.exp: complete 'p "break1'
PASS -> FAIL: gdb.base/completion.exp: complete 'p &values[0] -> a'
PASS -> FAIL: gdb.base/completion.exp: complete 'p no_var_named_this-arg'
PASS -> FAIL: gdb.base/completion.exp: complete 'p values[0] . a'
PASS -> FAIL: gdb.base/completion.exp: complete 'p values[0].a'
PASS -> FAIL: gdb.base/completion.exp: complete 'set follow-fork-mode'
PASS -> FAIL: gdb.base/completion.exp: complete
PASS -> FAIL: gdb.base/completion.exp: complete break break
PASS -> FAIL: gdb.base/completion.exp: complete break break.c:ma
PASS -> FAIL: gdb.base/completion.exp: complete break need
PASS -> FAIL: gdb.base/completion.exp: complete help aliases
PASS -> FAIL: gdb.base/completion.exp: complete ptype enum some_
PASS -> FAIL: gdb.base/completion.exp: complete ptype struct some_
PASS -> FAIL: gdb.base/completion.exp: complete ptype union some_
PASS -> FAIL: gdb.base/completion.exp: completion of field in anonymous union
PASS -> FAIL: gdb.base/completion.exp: ptype completion of field in anonymous union
PASS -> FAIL: gdb.base/completion.exp: set breakpoint pending off
PASS -> UNRESOLVED: gdb.base/completion.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/completion.exp: symbol-name completion limiting using complete command
PASS -> FAIL: gdb.base/completion.exp: symbol-name completion limiting using tab character
PASS -> FAIL: gdb.base/completion.exp: tab complete break break
PASS -> FAIL: gdb.base/completion.exp: tab complete break break.c:ma
PASS -> FAIL: gdb.base/completion.exp: tab complete break need
PASS -> FAIL: gdb.base/completion.exp: whatis completion of field in anonymous union
new FAIL: gdb.base/complex-parts.exp:
new FAIL: gdb.base/complex-parts.exp: can't run to main
new FAIL: gdb.base/complex.exp:
new FAIL: gdb.base/comprdebug.exp:
PASS -> FAIL: gdb.base/comprdebug.exp: file comprdebug0.o
new FAIL: gdb.base/cond-eval-mode.exp:
new FAIL: gdb.base/cond-eval-mode.exp: can't run to main
new FAIL: gdb.base/cond-expr.exp:
new FAIL: gdb.base/condbreak-call-false.exp:
new FAIL: gdb.base/condbreak-call-false.exp: can't run to main
new FAIL: gdb.base/condbreak.exp:
PASS -> FAIL: gdb.base/condbreak.exp: break *main if
PASS -> FAIL: gdb.base/condbreak.exp: break *main task 999 if
PASS -> FAIL: gdb.base/condbreak.exp: break *main thread 999 if
PASS -> FAIL: gdb.base/condbreak.exp: break break.c:47 if
PASS -> FAIL: gdb.base/condbreak.exp: break break.c:47 if 1==1
PASS -> FAIL: gdb.base/condbreak.exp: break main if
PASS -> FAIL: gdb.base/condbreak.exp: break main thread 999 if
PASS -> FAIL: gdb.base/condbreak.exp: break marker1 if
PASS -> FAIL: gdb.base/condbreak.exp: break marker1 if 1==1
PASS -> FAIL: gdb.base/condbreak.exp: break marker2 if
PASS -> FAIL: gdb.base/condbreak.exp: break marker3 if
PASS -> FAIL: gdb.base/condbreak.exp: break marker4
PASS -> FAIL: gdb.base/condbreak.exp: breakpoint function
PASS -> FAIL: gdb.base/condbreak.exp: breakpoint info
PASS -> FAIL: gdb.base/condbreak.exp: complete cond 1 values[0].a
PASS -> FAIL: gdb.base/condbreak.exp: delete 2
PASS -> FAIL: gdb.base/condbreak.exp: delete 3
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker1
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker2
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker3
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker4
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint set at a line number
new FAIL: gdb.base/consecutive-step-over.exp:
new FAIL: gdb.base/consecutive-step-over.exp: can't run to main
new FAIL: gdb.base/consecutive.exp:
new FAIL: gdb.base/constvars.exp:
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off:
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: run to main
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on:
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: run to main
new FAIL: gdb.base/continue-all-already-running.exp:
new FAIL: gdb.base/coredump-filter.exp:
PASS -> FAIL: gdb.base/corefile-buildid.exp: exec sepdebug: load core file
PASS -> FAIL: gdb.base/corefile-buildid.exp: exec: load core file
PASS -> FAIL: gdb.base/corefile-buildid.exp: shared sepdebug: load core file
PASS -> FAIL: gdb.base/corefile-buildid.exp: shared: load core file
PASS -> FAIL: gdb.base/corefile-buildid.exp: symlink exec sepdebug: load core file
PASS -> FAIL: gdb.base/corefile-buildid.exp: symlink exec: load core file
PASS -> FAIL: gdb.base/corefile-buildid.exp: symlink shared sepdebug: load core file
PASS -> FAIL: gdb.base/corefile-buildid.exp: symlink shared: load core file
PASS -> FAIL: gdb.base/corefile.exp: $_exitsignal prints SIGABRT
new FAIL: gdb.base/corefile.exp:
PASS -> FAIL: gdb.base/corefile.exp: accessing mmapped data in core file
PASS -> FAIL: gdb.base/corefile.exp: accessing original mmap data in core file
PASS -> FAIL: gdb.base/corefile.exp: attach: load core again
PASS -> FAIL: gdb.base/corefile.exp: attach: with core
PASS -> FAIL: gdb.base/corefile.exp: backtrace in corefile.exp
PASS -> FAIL: gdb.base/corefile.exp: core-file command
PASS -> FAIL: gdb.base/corefile.exp: core-file warning-free
PASS -> UNRESOLVED: gdb.base/corefile.exp: no question: load core
PASS -> FAIL: gdb.base/corefile.exp: print coremaker_bss
PASS -> FAIL: gdb.base/corefile.exp: print coremaker_data
PASS -> FAIL: gdb.base/corefile.exp: print coremaker_ro
PASS -> FAIL: gdb.base/corefile.exp: print func2::coremaker_local
PASS -> UNRESOLVED: gdb.base/corefile.exp: quit with a core file
PASS -> UNRESOLVED: gdb.base/corefile.exp: quit with a process
PASS -> FAIL: gdb.base/corefile.exp: run: core file is cleared
PASS -> FAIL: gdb.base/corefile.exp: run: load core again
PASS -> FAIL: gdb.base/corefile.exp: run: with core
new FAIL: gdb.base/ctxobj.exp:
new FAIL: gdb.base/cursal.exp:
PASS -> FAIL: gdb.base/cursal.exp: list before run
PASS -> FAIL: gdb.base/cvexpr.exp: dwarf:
PASS -> FAIL: gdb.base/dbx.exp: file average.c:1
PASS -> FAIL: gdb.base/dbx.exp: func print_average
PASS -> FAIL: gdb.base/dbx.exp: func sum
PASS -> FAIL: gdb.base/dbx.exp: print first
PASS -> FAIL: gdb.base/dbx.exp: running to main
PASS -> FAIL: gdb.base/dbx.exp: status
PASS -> FAIL: gdb.base/dbx.exp: stop at average.c:30
PASS -> UNRESOLVED: gdb.base/dbx.exp: stop in main
PASS -> FAIL: gdb.base/dbx.exp: stop in sum
PASS -> FAIL: gdb.base/dbx.exp: whereis my_list
new FAIL: gdb.base/dcache-line-read-error.exp:
new FAIL: gdb.base/debug-expr.exp:
new FAIL: gdb.base/debug-expr.exp: run to main
new FAIL: gdb.base/define.exp:
PASS -> FAIL: gdb.base/define.exp: command abbreviations in define: info break shows echo command
PASS -> FAIL: gdb.base/define.exp: command abbreviations in define: run user command
new FAIL: gdb.base/define.exp: define tests suppressed
PASS -> FAIL: gdb.base/define.exp: use hook-stop command
PASS -> FAIL: gdb.base/define.exp: use user command: nextwhere
new FAIL: gdb.base/del.exp:
PASS -> FAIL: gdb.base/del.exp: Remove last breakpoint
PASS -> FAIL: gdb.base/del.exp: breakpoint insertion
new FAIL: gdb.base/detach.exp:
PASS -> FAIL: gdb.base/detach.exp: detach, one
PASS -> FAIL: gdb.base/detach.exp: detach, two
PASS -> FAIL: gdb.base/detach.exp: set should_exit, one
PASS -> FAIL: gdb.base/detach.exp: set should_exit, two
new FAIL: gdb.base/disabled-location.exp:
new FAIL: gdb.base/disabled-location.exp: can't run to main
new FAIL: gdb.base/disasm-end-cu.exp:
new FAIL: gdb.base/display.exp:
new FAIL: gdb.base/display.exp: could not run to main - other tests will fail.
PASS -> FAIL: gdb.base/display.exp: run
new FAIL: gdb.base/dmsym.exp:
PASS -> FAIL: gdb.base/dmsym.exp: break test_minsym
PASS -> FAIL: gdb.base/dmsym.exp: continue
PASS -> FAIL: gdb.base/dmsym.exp: info line test_minsym
PASS -> FAIL: gdb.base/dmsym.exp: print val
PASS -> FAIL: gdb.base/dmsym.exp: run until breakpoint at BREAK
new FAIL: gdb.base/dmsym.exp: setting breakpoint at dmsym_main.c:31
new FAIL: gdb.base/double-prompt-target-event-error.exp:
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue:
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: can't run to main
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont:
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp:
new FAIL: gdb.base/dprintf-bp-same-addr.exp: agent:
new FAIL: gdb.base/dprintf-bp-same-addr.exp: agent: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp: gdb:
new FAIL: gdb.base/dprintf-bp-same-addr.exp: gdb: can't run to main
new FAIL: gdb.base/dprintf-detach.exp:
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off:
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on:
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off:
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on:
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off:
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on:
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off:
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on:
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off:
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on:
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off:
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on:
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-next.exp:
new FAIL: gdb.base/dprintf-next.exp: can't run to main
new FAIL: gdb.base/dprintf-non-stop.exp:
new FAIL: gdb.base/dprintf-non-stop.exp: can't run to main
new FAIL: gdb.base/dprintf-pending.exp:
PASS -> FAIL: gdb.base/dprintf-pending.exp: run to resolved dprintf
new FAIL: gdb.base/dprintf-pending.exp: without symbols:
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf
new FAIL: gdb.base/dprintf.exp:
new FAIL: gdb.base/dso2dso.exp:
new FAIL: gdb.base/dump.exp:
PASS -> FAIL: gdb.base/dump.exp: get hexadecimal valueof "&intarray"
new FAIL: gdb.base/dup-sect.exp:
PASS -> FAIL: gdb.base/dup-sect.exp: var1 after strip
PASS -> FAIL: gdb.base/dup-sect.exp: var2 after strip
new FAIL: gdb.base/duplicate-bp.exp:
new FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2:
new FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: delete #1, stop at #2
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: delete $bp_num_1
new FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1:
new FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: delete #2, stop at #1
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: delete $bp_num_2
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3:
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: delete $bp_num_2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable #1, delete #2, stop at #3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable $bp_num_1
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1:
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: delete $bp_num_3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable #1, delete #3, stop at #2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable $bp_num_1
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3:
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: delete $bp_num_1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable #2, delete #1, stop at #3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable $bp_num_2
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1:
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: delete $bp_num_3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable #2, delete #3, stop at #1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable $bp_num_2
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2:
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: delete $bp_num_1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable #3, delete #1, stop at #2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable $bp_num_3
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1:
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete $bp_num_2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable #3, delete #2, stop at #1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable $bp_num_3
new FAIL: gdb.base/ena-dis-br.exp:
PASS -> FAIL: gdb.base/ena-dis-br.exp: break 63
PASS -> FAIL: gdb.base/ena-dis-br.exp: break main
PASS -> FAIL: gdb.base/ena-dis-br.exp: break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: break marker4
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue from enable count, first time
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue from enable count, second time
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue through enable count, now disabled
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to auto-deleted break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to auto-disabled break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to break marker1, 2nd time
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to ignored & auto-deleted break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop at auto-disabled break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue with ignore count
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue with ignore count, not stopped at bpt
PASS -> FAIL: gdb.base/ena-dis-br.exp: delete break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable $b1 fooo.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable $b1.1 $b2.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable $b3
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable $b4 $b3.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable $b4.1 fooobar
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable break marker4
PASS -> FAIL: gdb.base/ena-dis-br.exp: disable break with count
PASS -> FAIL: gdb.base/ena-dis-br.exp: disabled $b1
PASS -> FAIL: gdb.base/ena-dis-br.exp: disabled $b1.1 and $b2.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: disabled $b4 and $b3.1,remain enabled $b3
PASS -> FAIL: gdb.base/ena-dis-br.exp: disabled $b4.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable $b1 fooo.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable $b1.1 $b2.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable $b3
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable $b4 $b3.1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable $b4.1 fooobar
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable del break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable del break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable once break marker2
new FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
PASS -> FAIL: gdb.base/ena-dis-br.exp: enabled $b1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enabled $b4 and $b3.1,remain disabled $b3
PASS -> FAIL: gdb.base/ena-dis-br.exp: ignore break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: ignore break marker1 -1
PASS -> FAIL: gdb.base/ena-dis-br.exp: ignore break marker1 0
PASS -> FAIL: gdb.base/ena-dis-br.exp: ignore break marker1 1
PASS -> FAIL: gdb.base/ena-dis-br.exp: ignore break marker1 10
PASS -> FAIL: gdb.base/ena-dis-br.exp: ignore break with missing ignore count
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-deleted break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-disabled break marker2 after hitting breakpoint
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-disabled break marker2 before hitting breakpoint
PASS -> FAIL: gdb.base/ena-dis-br.exp: info break marker1 after hitting breakpoint
PASS -> FAIL: gdb.base/ena-dis-br.exp: info break marker1 before hitting breakpoint
PASS -> FAIL: gdb.base/ena-dis-br.exp: info break marker4
PASS -> FAIL: gdb.base/ena-dis-br.exp: info ignored & disabled break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: info ignored break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: prepare to continue with ignore count
PASS -> FAIL: gdb.base/ena-dis-br.exp: step after continue with ignore count
new FAIL: gdb.base/endian.exp:
PASS -> FAIL: gdb.base/endian.exp: get target endianness
PASS -> FAIL: gdb.base/endian.exp: override auto target endianness big
PASS -> FAIL: gdb.base/endian.exp: override auto target endianness little
PASS -> UNRESOLVED: gdb.base/endian.exp: override target endianness big
PASS -> FAIL: gdb.base/endian.exp: override target endianness little
PASS -> UNRESOLVED: gdb.base/endian.exp: previously big default executable endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: previously big default no executable endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: previously little default executable endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: previously little default no executable endianness
new FAIL: gdb.base/endianity.exp:
new FAIL: gdb.base/endianity.exp: couldn't run to start
new FAIL: gdb.base/ending-run.exp:
PASS -> FAIL: gdb.base/ending-run.exp: Cleared 2 by line
PASS -> FAIL: gdb.base/ending-run.exp: Step to return
PASS -> FAIL: gdb.base/ending-run.exp: all set to continue
PASS -> FAIL: gdb.base/ending-run.exp: b ending-run.c:1
PASS -> FAIL: gdb.base/ending-run.exp: b ending-run.c:11, one
PASS -> FAIL: gdb.base/ending-run.exp: b ending-run.c:11, two
PASS -> FAIL: gdb.base/ending-run.exp: b ending-run.c:30
PASS -> FAIL: gdb.base/ending-run.exp: bpt at line before routine
PASS -> FAIL: gdb.base/ending-run.exp: clear worked
PASS -> FAIL: gdb.base/ending-run.exp: cleared bp at line before routine
PASS -> FAIL: gdb.base/ending-run.exp: cont
new FAIL: gdb.base/ending-run.exp: need to fix test for new compile outcome
PASS -> FAIL: gdb.base/ending-run.exp: run
PASS -> FAIL: gdb.base/ending-run.exp: step out of main
PASS -> FAIL: gdb.base/ending-run.exp: step to end of run
new FAIL: gdb.base/enum_cond.exp:
new FAIL: gdb.base/enumval.exp:
PASS -> FAIL: gdb.base/enumval.exp: p ZERO
PASS -> FAIL: gdb.base/enumval.exp: print J
PASS -> FAIL: gdb.base/enumval.exp: print K
PASS -> FAIL: gdb.base/enumval.exp: print e
PASS -> FAIL: gdb.base/enumval.exp: print f
new FAIL: gdb.base/eval-avoid-side-effects.exp:
new FAIL: gdb.base/eval-skip.exp:
new FAIL: gdb.base/examine-backward.exp:
new FAIL: gdb.base/exe-lock.exp:
new FAIL: gdb.base/exec-invalid-sysroot.exp:
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
new FAIL: gdb.base/execl-update-breakpoints.exp:
new FAIL: gdb.base/execl-update-breakpoints.exp: couldn't run to main
new FAIL: gdb.base/execution-termios.exp:
new FAIL: gdb.base/execution-termios.exp: continue: can't run to main
new FAIL: gdb.base/execution-termios.exp: finish: can't run to main
new FAIL: gdb.base/execution-termios.exp: infcall: can't run to main
new FAIL: gdb.base/execution-termios.exp: next: can't run to main
new FAIL: gdb.base/exitsignal.exp:
new FAIL: gdb.base/expand-psymtabs.exp:
PASS -> FAIL: gdb.base/expand-psymtabs.exp: expand psymtabs
new FAIL: gdb.base/exprs.exp:
new FAIL: gdb.base/fileio.exp:
new FAIL: gdb.base/filesym.exp:
PASS -> FAIL: gdb.base/filesym.exp: complete on "filesy"
new FAIL: gdb.base/find-unmapped.exp:
PASS -> FAIL: gdb.base/find.exp: $_
PASS -> FAIL: gdb.base/find.exp: $numfound
new FAIL: gdb.base/find.exp:
PASS -> FAIL: gdb.base/find.exp: breakpoint function in file
PASS -> FAIL: gdb.base/find.exp: find 16-bit pattern
PASS -> FAIL: gdb.base/find.exp: find 32-bit pattern
PASS -> FAIL: gdb.base/find.exp: find 64-bit pattern
PASS -> FAIL: gdb.base/find.exp: find byte pattern with end address
PASS -> FAIL: gdb.base/find.exp: find int64_search_buf, +64/8*100, int64_search_buf
PASS -> FAIL: gdb.base/find.exp: find mixed-sized pattern
PASS -> FAIL: gdb.base/find.exp: find pattern straddling chunk boundary
PASS -> FAIL: gdb.base/find.exp: find string pattern
PASS -> FAIL: gdb.base/find.exp: max-count
PASS -> FAIL: gdb.base/find.exp: pattern found at end of range
PASS -> FAIL: gdb.base/find.exp: pattern not found at end of range
PASS -> FAIL: gdb.base/find.exp: run until function breakpoint
PASS -> FAIL: gdb.base/find.exp: search spanning large range
new FAIL: gdb.base/find.exp: set *
new FAIL: gdb.base/find.exp: set int16_search_buf[10] = 0x1234
new FAIL: gdb.base/find.exp: set int32_search_buf[10] = 0x12345678
new FAIL: gdb.base/find.exp: set int64_search_buf[10] = 0xfedcba9876543210LL
PASS -> FAIL: gdb.base/find.exp: size,max-count, /1/b
PASS -> FAIL: gdb.base/find.exp: size,max-count, /1b
PASS -> FAIL: gdb.base/find.exp: size,max-count, /b/1
PASS -> FAIL: gdb.base/find.exp: size,max-count, /b1
new FAIL: gdb.base/finish-pretty.exp:
new FAIL: gdb.base/finish-pretty.exp: can't run to foo
new FAIL: gdb.base/finish.exp:
new FAIL: gdb.base/fixsection.exp:
new FAIL: gdb.base/fixsection.exp: can't run to main
new FAIL: gdb.base/float.exp:
new FAIL: gdb.base/floatn.exp:
new FAIL: gdb.base/foll-exec-mode.exp:
new FAIL: gdb.base/foll-exec-mode.exp: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,infswitch:
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,no_infswitch:
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,infswitch:
new FAIL: gdb.base/foll-exec-mode.exp: new,next,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,no_infswitch:
new FAIL: gdb.base/foll-exec-mode.exp: new,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch:
new FAIL: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,next,no_infswitch:
new FAIL: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec.exp:
new FAIL: gdb.base/foll-exec.exp: couldn't run foll-exec
new FAIL: gdb.base/foll-fork.exp:
new FAIL: gdb.base/foll-fork.exp: follow child, detach off, command "continue":
new FAIL: gdb.base/foll-fork.exp: follow child, detach off, command "next 2":
new FAIL: gdb.base/foll-fork.exp: follow child, detach on, command "continue":
new FAIL: gdb.base/foll-fork.exp: follow child, detach on, command "next 2":
new FAIL: gdb.base/foll-fork.exp: follow default, detach default, command "continue":
new FAIL: gdb.base/foll-fork.exp: follow default, detach default, command "next 2":
new FAIL: gdb.base/foll-fork.exp: follow parent, detach off, command "continue":
new FAIL: gdb.base/foll-fork.exp: follow parent, detach off, command "next 2":
new FAIL: gdb.base/foll-fork.exp: follow parent, detach on, command "continue":
new FAIL: gdb.base/foll-fork.exp: follow parent, detach on, command "next 2":
new FAIL: gdb.base/foll-vfork.exp: check vfork support:
new FAIL: gdb.base/foll-vfork.exp: exec: vfork and exec child follow, through step:
new FAIL: gdb.base/foll-vfork.exp: exec: vfork and exec child follow, to main bp:
new FAIL: gdb.base/foll-vfork.exp: exec: vfork child follow, finish after tcatch vfork:
new FAIL: gdb.base/foll-vfork.exp: exec: vfork parent follow, finish after tcatch vfork:
new FAIL: gdb.base/foll-vfork.exp: exec: vfork parent follow, through step:
new FAIL: gdb.base/foll-vfork.exp: exec: vfork parent follow, to bp:
new FAIL: gdb.base/foll-vfork.exp: exec: vfork relations in info inferiors:
new FAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork:
new FAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, to exit:
new FAIL: gdb.base/foll-vfork.exp: exit: vfork parent follow, finish after tcatch vfork:
new FAIL: gdb.base/foll-vfork.exp: exit: vfork parent follow, through step:
new FAIL: gdb.base/foll-vfork.exp: exit: vfork parent follow, to bp:
new FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors:
new FAIL: gdb.base/fork-print-inferior-events.exp:
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: run
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: run
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: run
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on: run
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=off:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=off: run
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: run
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: run
new FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on:
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: run
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop:
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: can't run to main
new FAIL: gdb.base/fortran-sym-case.exp:
new FAIL: gdb.base/frame-args.exp:
new FAIL: gdb.base/frame-selection.exp:
PASS -> FAIL: gdb.base/frame-selection.exp: backtrace at breakpoint
PASS -> FAIL: gdb.base/frame-selection.exp: continue to breakpoint: frame_2
PASS -> FAIL: gdb.base/frame-selection.exp: frame 0
PASS -> FAIL: gdb.base/frame-selection.exp: frame 1
PASS -> FAIL: gdb.base/frame-selection.exp: frame 2
PASS -> FAIL: gdb.base/frame-selection.exp: frame 3
PASS -> FAIL: gdb.base/frame-selection.exp: get_frame_address: frame 0
PASS -> FAIL: gdb.base/frame-selection.exp: get_frame_address: frame 1
PASS -> FAIL: gdb.base/frame-selection.exp: get_frame_address: frame 2
new FAIL: gdb.base/frame-selection.exp: setting breakpoint at frame_2
new FAIL: gdb.base/frameapply.exp:
new FAIL: gdb.base/frameapply.exp: can't run to setup_done
new FAIL: gdb.base/freebpcmd.exp:
PASS -> FAIL: gdb.base/freebpcmd.exp: run program with breakpoint commands
PASS -> FAIL: gdb.base/freebpcmd.exp: send breakpoint commands
PASS -> FAIL: gdb.base/freebpcmd.exp: set breakpoint
new FAIL: gdb.base/fullname.exp:
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint at main - built absolute
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint at main - built other
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint at main - built relative
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built absolute
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built other
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built relative
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built absolute
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built other
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built relative
new FAIL: gdb.base/fullpath-expand.exp:
PASS -> FAIL: gdb.base/fullpath-expand.exp: info source
PASS -> FAIL: gdb.base/fullpath-expand.exp: list func
PASS -> FAIL: gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func
new FAIL: gdb.base/func-ptr.exp:
new FAIL: gdb.base/func-ptr.exp: can't run to main
new FAIL: gdb.base/func-ptrs.exp:
new FAIL: gdb.base/funcargs.exp:
PASS -> FAIL: gdb.base/funcargs.exp: backtrace after alloca
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6a
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6b
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6c
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6d
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6e
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6f
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6g
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6h
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6i
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6j
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6k
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7a
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7b
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7c
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7d
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7e
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7f
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7g
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7h
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7i
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7j
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7k
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call_after_alloca_subr
PASS -> FAIL: gdb.base/funcargs.exp: backtrace in indirectly called function
PASS -> FAIL: gdb.base/funcargs.exp: backtrace through call with trampolines
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0a
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2f
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2g
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2h
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2i
PASS -> FAIL: gdb.base/funcargs.exp: continue to call3b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call3c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call4b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call5b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6f
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6g
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6h
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6i
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6j
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6k
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7f
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7g
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7h
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7i
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7j
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7k
PASS -> FAIL: gdb.base/funcargs.exp: continue to callc1b
PASS -> FAIL: gdb.base/funcargs.exp: continue to callc2b
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcb
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcc
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcd
PASS -> FAIL: gdb.base/funcargs.exp: continue to callce
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcf
PASS -> FAIL: gdb.base/funcargs.exp: finish from indirectly called function
PASS -> FAIL: gdb.base/funcargs.exp: finish from marker_call_with_trampolines
PASS -> FAIL: gdb.base/funcargs.exp: print *cp
PASS -> FAIL: gdb.base/funcargs.exp: print *dp
PASS -> FAIL: gdb.base/funcargs.exp: print *fp
PASS -> FAIL: gdb.base/funcargs.exp: print *ip
PASS -> FAIL: gdb.base/funcargs.exp: print *lp
PASS -> FAIL: gdb.base/funcargs.exp: print *sp
PASS -> FAIL: gdb.base/funcargs.exp: print *stp
PASS -> FAIL: gdb.base/funcargs.exp: print *ucp
PASS -> FAIL: gdb.base/funcargs.exp: print *uip
PASS -> FAIL: gdb.base/funcargs.exp: print *ulp
PASS -> FAIL: gdb.base/funcargs.exp: print *unp
PASS -> FAIL: gdb.base/funcargs.exp: print *usp
PASS -> FAIL: gdb.base/funcargs.exp: print c after run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: print c after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print c after runto localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print c in call_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print c in localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print c in localvars_in_indirect_call
PASS -> FAIL: gdb.base/funcargs.exp: print d1 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print d2 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print f1 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print f2 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print i after run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: print i after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print i after runto localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print i in call_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print i in localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print i in localvars_in_indirect_call
PASS -> FAIL: gdb.base/funcargs.exp: print l after run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: print l after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print l after runto localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print l in call_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print l in localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print l in localvars_in_indirect_call
PASS -> FAIL: gdb.base/funcargs.exp: print s after run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: print s after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print s after runto localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print s in call_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print s in localvars_after_alloca
PASS -> FAIL: gdb.base/funcargs.exp: print s in localvars_in_indirect_call
PASS -> FAIL: gdb.base/funcargs.exp: print st
PASS -> FAIL: gdb.base/funcargs.exp: print uc
PASS -> FAIL: gdb.base/funcargs.exp: print ui
PASS -> FAIL: gdb.base/funcargs.exp: print ul
PASS -> FAIL: gdb.base/funcargs.exp: print un
PASS -> FAIL: gdb.base/funcargs.exp: print us
PASS -> FAIL: gdb.base/funcargs.exp: recursive passing of structs by value
PASS -> FAIL: gdb.base/funcargs.exp: run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: run to call1a
PASS -> FAIL: gdb.base/funcargs.exp: run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: run to call3a
PASS -> FAIL: gdb.base/funcargs.exp: run to call4a
PASS -> FAIL: gdb.base/funcargs.exp: run to call5a
PASS -> FAIL: gdb.base/funcargs.exp: run to call6a
PASS -> FAIL: gdb.base/funcargs.exp: run to call7a
PASS -> FAIL: gdb.base/funcargs.exp: run to callc1a
PASS -> FAIL: gdb.base/funcargs.exp: run to callc2a
PASS -> FAIL: gdb.base/funcargs.exp: run to hitbottom
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call0a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call0b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call0c
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call0d
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call0e
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call1a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call1b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call1c
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call1d
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call1e
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2c
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2d
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2e
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2f
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2g
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2h
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call2i
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call3a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call3b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call3c
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call4a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call4b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call5a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call5b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6c
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6d
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6e
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6f
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6g
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6h
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6i
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6j
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call6k
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7c
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7d
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7e
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7f
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7g
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7h
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7i
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7j
new FAIL: gdb.base/funcargs.exp: setting breakpoint at call7k
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callc1a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callc1b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callc2a
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callc2b
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callca
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callcb
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callcc
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callcd
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callce
new FAIL: gdb.base/funcargs.exp: setting breakpoint at callcf
new FAIL: gdb.base/funcargs.exp: setting breakpoint at hitbottom
PASS -> FAIL: gdb.base/funcargs.exp: stepping back to main from function called with trampolines
PASS -> FAIL: gdb.base/funcargs.exp: stepping into function called with trampolines
PASS -> FAIL: gdb.base/funcargs.exp: stepping into indirectly called function
new FAIL: gdb.base/gcore-buffer-overflow.exp:
new FAIL: gdb.base/gcore-relro-pie.exp:
new FAIL: gdb.base/gcore-relro-pie.exp: can't run to break_here
new FAIL: gdb.base/gcore-relro.exp:
new FAIL: gdb.base/gcore-tls-pie.exp:
new FAIL: gdb.base/gcore-tls-pie.exp: can't run to break_here
new FAIL: gdb.base/gcore.exp:
new FAIL: gdb.base/gdb-caching-proc.exp:
new FAIL: gdb.base/gdb-caching-proc.exp: argv[0] should be available on this target
new FAIL: gdb.base/gdb-caching-proc.exp: break main
new FAIL: gdb.base/gdb-caching-proc.exp: run to main
new FAIL: gdb.base/gdb-sigterm.exp:
PASS -> FAIL: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes
new FAIL: gdb.base/gdb1090.exp:
new FAIL: gdb.base/gdb1090.exp: can't run to main
new FAIL: gdb.base/gdb11530.exp:
new FAIL: gdb.base/gdb11530.exp: run to main
new FAIL: gdb.base/gdb11531.exp:
new FAIL: gdb.base/gdb11531.exp: run to main
new FAIL: gdb.base/gdb1250.exp:
new FAIL: gdb.base/gdb1555.exp:
new FAIL: gdb.base/gdb1555.exp: can't run to main
new FAIL: gdb.base/gdb1821.exp:
new FAIL: gdb.base/gdbvars.exp:
PASS -> FAIL: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
new FAIL: gdb.base/global-var-nested-by-dso.exp:
new FAIL: gdb.base/gnu-debugdata.exp:
new FAIL: gdb.base/gnu-debugdata.exp: have symtab
new FAIL: gdb.base/gnu_vector.exp:
new FAIL: gdb.base/gnu_vector.exp: runto main
new FAIL: gdb.base/hashline1.exp:
PASS -> FAIL: gdb.base/hashline1.exp: set breakpoint
new FAIL: gdb.base/hashline2.exp:
PASS -> FAIL: gdb.base/hashline2.exp: set breakpoint
new FAIL: gdb.base/hashline3.exp:
PASS -> FAIL: gdb.base/hashline3.exp: set breakpoint
new FAIL: gdb.base/hbreak-in-shr-unsupported.exp:
new FAIL: gdb.base/hbreak-in-shr-unsupported.exp: can't run to main
new FAIL: gdb.base/hbreak-unmapped.exp:
new FAIL: gdb.base/hbreak-unmapped.exp: can't run to main
new FAIL: gdb.base/hbreak.exp:
new FAIL: gdb.base/hbreak2.exp:
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace from factorial
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace while in called function
new FAIL: gdb.base/hbreak2.exp: break tests suppressed
PASS -> FAIL: gdb.base/hbreak2.exp: clear current line has no breakpoint disallowed
PASS -> FAIL: gdb.base/hbreak2.exp: clear line has no breakpoint disallowed
PASS -> FAIL: gdb.base/hbreak2.exp: continue to factorial
PASS -> FAIL: gdb.base/hbreak2.exp: continue to hardware breakpoint at }
PASS -> FAIL: gdb.base/hbreak2.exp: continue until exit at recursive next test
PASS -> FAIL: gdb.base/hbreak2.exp: finish from called function
PASS -> FAIL: gdb.base/hbreak2.exp: hardware break at factorial
PASS -> FAIL: gdb.base/hbreak2.exp: hardware break on default location
PASS -> FAIL: gdb.base/hbreak2.exp: hardware break on non-existent source line
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint at start of multi line if conditional
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint at start of multi line while conditional
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint function
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint function in file
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint function, optimized file
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint info
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint insertion
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint line number
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint line number in file
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint offset +1
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint quoted function
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint small function, optimized file
PASS -> FAIL: gdb.base/hbreak2.exp: hardware breakpoint support
PASS -> FAIL: gdb.base/hbreak2.exp: hit hardware breakpoint on called function
PASS -> FAIL: gdb.base/hbreak2.exp: hit silent hardware break bp_location1
PASS -> FAIL: gdb.base/hbreak2.exp: info silent hardware break bp_location1
PASS -> FAIL: gdb.base/hbreak2.exp: next over recursive call
PASS -> FAIL: gdb.base/hbreak2.exp: next to recursive call
PASS -> FAIL: gdb.base/hbreak2.exp: run to factorial
PASS -> FAIL: gdb.base/hbreak2.exp: run until breakpoint set at a line number
PASS -> FAIL: gdb.base/hbreak2.exp: run until file:function
PASS -> FAIL: gdb.base/hbreak2.exp: run until file:linenum breakpoint
PASS -> FAIL: gdb.base/hbreak2.exp: run until function breakpoint
PASS -> FAIL: gdb.base/hbreak2.exp: run until hardware breakpoint set at small function, optimized file
PASS -> FAIL: gdb.base/hbreak2.exp: run until hardware function breakpoint, optimized file
PASS -> FAIL: gdb.base/hbreak2.exp: run until quoted breakpoint
PASS -> FAIL: gdb.base/hbreak2.exp: set hardware breakpoint on to-be-called function
PASS -> FAIL: gdb.base/hbreak2.exp: set hardware breakpoint via convenience variable
PASS -> UNRESOLVED: gdb.base/hbreak2.exp: set silent break bp_location1
PASS -> FAIL: gdb.base/hbreak2.exp: set to-be-silent hardware break bp_location1
PASS -> FAIL: gdb.base/hbreak2.exp: setting hardware breakpoint at }
PASS -> FAIL: gdb.base/hbreak2.exp: step onto hardware breakpoint
PASS -> FAIL: gdb.base/hbreak2.exp: step over hardware breakpoint
PASS -> FAIL: gdb.base/hbreak2.exp: stopped for silent hardware break bp_location1
PASS -> FAIL: gdb.base/hbreak2.exp: temporary hardware breakpoint function
PASS -> FAIL: gdb.base/hbreak2.exp: temporary hardware breakpoint function in file
PASS -> FAIL: gdb.base/hbreak2.exp: temporary hardware breakpoint info
PASS -> FAIL: gdb.base/hbreak2.exp: temporary hardware breakpoint line number #1
PASS -> FAIL: gdb.base/hbreak2.exp: temporary hardware breakpoint line number #2
PASS -> FAIL: gdb.base/hbreak2.exp: temporary hardware breakpoint line number in file #1
PASS -> FAIL: gdb.base/hbreak2.exp: temporary hardware breakpoint line number in file #2
PASS -> FAIL: gdb.base/hbreak2.exp: thread-specific hardware breakpoint on bogus thread ID disallowed
PASS -> FAIL: gdb.base/hbreak2.exp: thread-specific hardware breakpoint on non-existent thread disallowed
PASS -> FAIL: gdb.base/hbreak2.exp: until bp_location1
PASS -> FAIL: gdb.base/hbreak2.exp: use `list' to establish default source file
new FAIL: gdb.base/hook-stop.exp: hook-stop kills inferior:
new FAIL: gdb.base/hook-stop.exp: hook-stop kills inferior: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs before frame print:
new FAIL: gdb.base/hook-stop.exp: hook-stop runs before frame print: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue&:
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue&: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue:
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs next:
new FAIL: gdb.base/hook-stop.exp: hook-stop runs next: can't run to main
new FAIL: gdb.base/huge.exp:
new FAIL: gdb.base/included.exp:
PASS -> UNRESOLVED: gdb.base/included.exp: list integer
PASS -> FAIL: gdb.base/included.exp: ptype integer
new FAIL: gdb.base/index-cache.exp:
new FAIL: gdb.base/index-cache.exp: test_basic_stuff:
new FAIL: gdb.base/index-cache.exp: test_cache_disabled:
new FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit:
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache stats
new FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss:
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: at least one file was created
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: check index-cache stats
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: expected file is there
new FAIL: gdb.base/infcall-exec.exp:
new FAIL: gdb.base/infcall-input.exp:
new FAIL: gdb.base/infcall-input.exp: couldn't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tdc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tfc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ti:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tl:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tldc:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-td:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tf:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tld:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts:
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts: can't run to main
new FAIL: gdb.base/inferior-died.exp:
new FAIL: gdb.base/infnan.exp:
PASS -> FAIL: gdb.base/infnan.exp: print a
PASS -> FAIL: gdb.base/infnan.exp: print b
new FAIL: gdb.base/info-fun.exp: n_flag=0: NO:
new FAIL: gdb.base/info-fun.exp: n_flag=0: NO: can't run to main
new FAIL: gdb.base/info-macros.exp:
new FAIL: gdb.base/info-os.exp:
new FAIL: gdb.base/info-os.exp: cannot run to main
new FAIL: gdb.base/info-proc.exp:
new FAIL: gdb.base/info-program.exp:
new FAIL: gdb.base/info-program.exp: can't run to main
new FAIL: gdb.base/info-shared.exp:
new FAIL: gdb.base/info-target.exp:
PASS -> FAIL: gdb.base/info-target.exp: info target
new FAIL: gdb.base/info-types.exp: l=c++:
new FAIL: gdb.base/info-types.exp: l=c++: can't run to main
new FAIL: gdb.base/info-types.exp: l=c:
new FAIL: gdb.base/info-types.exp: l=c: can't run to main
new FAIL: gdb.base/info-var.exp:
PASS -> FAIL: gdb.base/info-var.exp: info variables
PASS -> FAIL: gdb.base/info-var.exp: info variables -n
PASS -> FAIL: gdb.base/info-var.exp: info variables -n global
new FAIL: gdb.base/info_minsym.exp:
PASS -> FAIL: gdb.base/info_minsym.exp: minsym functions found
PASS -> FAIL: gdb.base/info_minsym.exp: minsym variables found
new FAIL: gdb.base/info_qt.exp:
new FAIL: gdb.base/info_qt.exp: can't run to setup_done
new FAIL: gdb.base/info_sources.exp:
PASS -> FAIL: gdb.base/infoline-reloc-main-from-zero.exp: add-symbol-file
PASS -> FAIL: gdb.base/infoline-reloc-main-from-zero.exp: info line main
new FAIL: gdb.base/infoline.exp:
PASS -> FAIL: gdb.base/infoline.exp: info line infoline.c:18
new FAIL: gdb.base/interp.exp:
PASS -> FAIL: gdb.base/interp.exp: interpreter-exec mi1 "-break-insert main"
PASS -> FAIL: gdb.base/interp.exp: interpreter-exec mi2 "-break-insert main"
PASS -> FAIL: gdb.base/interp.exp: interpreter-exec mi3 "-break-insert main"
new FAIL: gdb.base/interp.exp: run to main
new FAIL: gdb.base/interrupt-daemon-attach.exp: parent:
PASS -> FAIL: gdb.base/interrupt-daemon-attach.exp: parent: attach
PASS -> FAIL: gdb.base/interrupt-daemon-attach.exp: parent: continue to breakpoint: marker
PASS -> FAIL: gdb.base/interrupt-daemon-attach.exp: parent: get integer valueof "child_pid"
new FAIL: gdb.base/interrupt-daemon-attach.exp: parent: setting breakpoint at marker
new FAIL: gdb.base/interrupt-daemon.exp:
new FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function
new FAIL: gdb.base/interrupt-noterm.exp:
new FAIL: gdb.base/interrupt-noterm.exp: can't run to main
new FAIL: gdb.base/interrupt.exp:
PASS -> FAIL: gdb.base/jit-attach-pie.exp: attach
new FAIL: gdb.base/jit-exec.exp:
new FAIL: gdb.base/jit-exec.exp: can't run to main
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: address changed
new FAIL: gdb.base/jit-simple.exp: shared: change addr: initial run:
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: shared: change addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: second run: maint info breakpoints shows jit breakpoint
new FAIL: gdb.base/jit-simple.exp: shared: same addr: initial run:
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: initial run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: second run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: change addr: address changed
new FAIL: gdb.base/jit-simple.exp: standalone: change addr: initial run:
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: change addr: initial run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: change addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: change addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: change addr: second run: maint info breakpoints shows jit breakpoint
new FAIL: gdb.base/jit-simple.exp: standalone: same addr: initial run:
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: same addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: same addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: same addr: second run: maint info breakpoints shows jit breakpoint
new FAIL: gdb.base/jit-so.exp: one_jit_test-1:
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit-so.exp: one_jit_test-2:
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: PIE: one_jit_test-1:
new FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: attach: one_jit_test-2:
new FAIL: gdb.base/jit.exp: attach: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-1:
new FAIL: gdb.base/jit.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-2:
new FAIL: gdb.base/jit.exp: one_jit_test-2: can't run to main
new FAIL: gdb.base/jump.exp:
new FAIL: gdb.base/kill-after-signal.exp:
new FAIL: gdb.base/kill-detach-inferiors-cmd.exp:
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: load binary
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: start
new FAIL: gdb.base/killed-outside.exp:
new FAIL: gdb.base/killed-outside.exp: continue:
new FAIL: gdb.base/killed-outside.exp: info threads:
new FAIL: gdb.base/killed-outside.exp: registers:
new FAIL: gdb.base/killed-outside.exp: stepi:
new FAIL: gdb.base/label.exp:
new FAIL: gdb.base/label.exp: label tests suppressed
new FAIL: gdb.base/langs.exp:
PASS -> FAIL: gdb.base/langs.exp: break on nonexistent function in langs.exp
new FAIL: gdb.base/large-frame.exp: optimize=-O0:
new FAIL: gdb.base/large-frame.exp: optimize=-O1:
new FAIL: gdb.base/large-frame.exp: optimize=-O2:
new FAIL: gdb.base/ldbl_e308.exp:
new FAIL: gdb.base/line-symtabs.exp:
new FAIL: gdb.base/line-symtabs.exp: can't run to main
new FAIL: gdb.base/lineinc.exp:
PASS -> FAIL: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line
new FAIL: gdb.base/linespecs.exp:
PASS -> FAIL: gdb.base/linespecs.exp: list c:/foo/bar/baz.c
PASS -> FAIL: gdb.base/linespecs.exp: list c:/foo/bar/baz.c:1
PASS -> FAIL: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c
PASS -> FAIL: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c:1
new FAIL: gdb.base/list-ambiguous.exp:
PASS -> FAIL: gdb.base/list-ambiguous.exp: edit ambiguous_fun
PASS -> FAIL: gdb.base/list-ambiguous.exp: edit ambiguous_var
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ,ambiguous_fun
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ,ambiguous_var
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_fun
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_fun,
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_fun,ambiguous_fun
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_fun,main
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_var
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_var,
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_var,ambiguous_var
PASS -> FAIL: gdb.base/list-ambiguous.exp: list ambiguous_var,main
PASS -> FAIL: gdb.base/list-ambiguous.exp: list main,ambiguous_fun
PASS -> FAIL: gdb.base/list-ambiguous.exp: list main,ambiguous_var
new FAIL: gdb.base/list-missing-source.exp:
new FAIL: gdb.base/list-missing-source.exp: can't run to main
new FAIL: gdb.base/list.exp:
PASS -> FAIL: gdb.base/list.exp: beginning of file error after "list -" command
PASS -> FAIL: gdb.base/list.exp: end of file error after "list" command
PASS -> FAIL: gdb.base/list.exp: end of file error after using 'return' to repeat the list command
PASS -> FAIL: gdb.base/list.exp: first use of "list +INVALID"
PASS -> FAIL: gdb.base/list.exp: first use of "list -INVALID"
PASS -> FAIL: gdb.base/list.exp: forward-search 6789
PASS -> FAIL: gdb.base/list.exp: list 'list0.c:main'
PASS -> FAIL: gdb.base/list.exp: list ,5
new FAIL: gdb.base/list.exp: list - after stop: 10, 10:
new FAIL: gdb.base/list.exp: list - after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 1:
new FAIL: gdb.base/list.exp: list - after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 2:
new FAIL: gdb.base/list.exp: list - after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 3:
new FAIL: gdb.base/list.exp: list - after stop: 10, 3: can't run to main
PASS -> FAIL: gdb.base/list.exp: list 1
new FAIL: gdb.base/list.exp: list 1-7
new FAIL: gdb.base/list.exp: list 15-24
new FAIL: gdb.base/list.exp: list 18-27
new FAIL: gdb.base/list.exp: list 25-34
new FAIL: gdb.base/list.exp: list 35-42
new FAIL: gdb.base/list.exp: list 8-17
new FAIL: gdb.base/list.exp: list after stop: 1, 10:
new FAIL: gdb.base/list.exp: list after stop: 1, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 10:
new FAIL: gdb.base/list.exp: list after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 1:
new FAIL: gdb.base/list.exp: list after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 2:
new FAIL: gdb.base/list.exp: list after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 3:
new FAIL: gdb.base/list.exp: list after stop: 10, 3: can't run to main
PASS -> FAIL: gdb.base/list.exp: list default lines around main
PASS -> FAIL: gdb.base/list.exp: list filename:function; nonexistant file
PASS -> FAIL: gdb.base/list.exp: list filename:function; nonexistant function
PASS -> FAIL: gdb.base/list.exp: list function in include file
PASS -> FAIL: gdb.base/list.exp: list function in source file 1
PASS -> FAIL: gdb.base/list.exp: list function in source file 2
PASS -> FAIL: gdb.base/list.exp: list line 1 in include file
PASS -> FAIL: gdb.base/list.exp: list line 1 with listsize 1
PASS -> FAIL: gdb.base/list.exp: list line 1 with listsize 100
PASS -> FAIL: gdb.base/list.exp: list line 1 with listsize 2
PASS -> FAIL: gdb.base/list.exp: list line 1 with listsize 3
PASS -> FAIL: gdb.base/list.exp: list line 1 with listsize 4
PASS -> FAIL: gdb.base/list.exp: list line 1 with unlimited listsize
PASS -> FAIL: gdb.base/list.exp: list line 10 with listsize 100
PASS -> FAIL: gdb.base/list.exp: list line 2 with listsize 1
PASS -> FAIL: gdb.base/list.exp: list line 2 with listsize 2
PASS -> FAIL: gdb.base/list.exp: list line 2 with listsize 3
PASS -> FAIL: gdb.base/list.exp: list line 2 with listsize 4
PASS -> FAIL: gdb.base/list.exp: list line 3 with listsize 2
PASS -> FAIL: gdb.base/list.exp: list line 3 with listsize 3
PASS -> FAIL: gdb.base/list.exp: list line 3 with listsize 4
PASS -> FAIL: gdb.base/list.exp: list line 4 with listsize 4
new FAIL: gdb.base/list.exp: list list.c:10
new FAIL: gdb.base/list.exp: list list0.c:1
new FAIL: gdb.base/list.exp: list list0.c:10
new FAIL: gdb.base/list.exp: list list0.c:33
new FAIL: gdb.base/list.exp: list list0.c:main
new FAIL: gdb.base/list.exp: list list0.c:unused
new FAIL: gdb.base/list.exp: list list0.h:foo
new FAIL: gdb.base/list.exp: list list1.c:1
new FAIL: gdb.base/list.exp: list list1.c:12
new FAIL: gdb.base/list.exp: list list1.c:bar
new FAIL: gdb.base/list.exp: list list1.c:unused
PASS -> FAIL: gdb.base/list.exp: list long_line
PASS -> FAIL: gdb.base/list.exp: list message for lines past EOF
PASS -> FAIL: gdb.base/list.exp: list range, must be same files
PASS -> FAIL: gdb.base/list.exp: list range; both bounds past EOF
PASS -> FAIL: gdb.base/list.exp: list range; filename:line1,filename:line2
PASS -> FAIL: gdb.base/list.exp: list range; line1,line2
PASS -> FAIL: gdb.base/list.exp: list range; upper bound past EOF
PASS -> FAIL: gdb.base/list.exp: reverse-search 67
PASS -> FAIL: gdb.base/list.exp: reverse-search 6789
PASS -> FAIL: gdb.base/list.exp: search 4321
PASS -> FAIL: gdb.base/list.exp: search 6789
PASS -> FAIL: gdb.base/list.exp: second use of "list +INVALID"
PASS -> FAIL: gdb.base/list.exp: second use of "list -INVALID"
PASS -> UNRESOLVED: gdb.base/list.exp: setting listsize to 10 #7
new FAIL: gdb.base/load-command.exp:
new FAIL: gdb.base/load-command.exp: can't run to main
new FAIL: gdb.base/logical.exp:
new FAIL: gdb.base/long-inferior-output.exp:
new FAIL: gdb.base/long-inferior-output.exp: run to main
new FAIL: gdb.base/long_long.exp:
new FAIL: gdb.base/long_long.exp: run to known_types
new FAIL: gdb.base/longest-types.exp:
PASS -> FAIL: gdb.base/longest-types.exp: print &f->buf
new FAIL: gdb.base/longjmp.exp:
new FAIL: gdb.base/longjmp.exp: can't run to main
new FAIL: gdb.base/macscp.exp:
PASS -> FAIL: gdb.base/macscp.exp: info macro FROM_COMMANDLINE
PASS -> FAIL: gdb.base/macscp.exp: info macro WHERE after `list macscp2_2'
PASS -> FAIL: gdb.base/macscp.exp: info macro WHERE after `list macscp3_2'
PASS -> FAIL: gdb.base/macscp.exp: info macro WHERE after `list macscp_4_2_from_macscp2'
KFAIL -> FAIL: gdb.base/macscp.exp: info macro WHERE after `list macscp_4_2_from_macscp3'
PASS -> FAIL: gdb.base/macscp.exp: info macro WHERE after `list main'
PASS -> FAIL: gdb.base/macscp.exp: info macro __FILE__ before running
PASS -> FAIL: gdb.base/macscp.exp: info macro __LINE__ before running
PASS -> FAIL: gdb.base/macscp.exp: list macscp4_2_from_macscp2
PASS -> FAIL: gdb.base/macscp.exp: list macscp4_2_from_macscp3
new FAIL: gdb.base/macscp.exp: macro tests suppressed: couldn't run to main
new FAIL: gdb.base/macscp.exp: test macro information
new FAIL: gdb.base/maint.exp:
PASS -> UNRESOLVED: gdb.base/maint.exp: check maint info sections output
PASS -> FAIL: gdb.base/maint.exp: maint info breakpoints
PASS -> FAIL: gdb.base/maint.exp: maint info line-table w/o a file name
PASS -> FAIL: gdb.base/maint.exp: maint info line-table with filename of current symtab
PASS -> FAIL: gdb.base/maint.exp: maint info line-table with filename of symtab that is not current
PASS -> FAIL: gdb.base/maint.exp: maint info sections .text
PASS -> FAIL: gdb.base/maint.exp: maint info sections CODE
PASS -> FAIL: gdb.base/maint.exp: maint info sections DATA
PASS -> FAIL: gdb.base/maint.exp: maint print msymbols, absolute pathname
PASS -> FAIL: gdb.base/maint.exp: maint print msymbols, relative pathname
PASS -> FAIL: gdb.base/maint.exp: maint print objfiles: header
PASS -> FAIL: gdb.base/maint.exp: maint print objfiles: psymtabs
PASS -> FAIL: gdb.base/maint.exp: maint print objfiles: symtabs
new FAIL: gdb.base/maint.exp: maint print psymbols -pc
new FAIL: gdb.base/maint.exp: maint print psymbols -source
PASS -> FAIL: gdb.base/maint.exp: maint print statistics
PASS -> FAIL: gdb.base/maint.exp: maint print symbols -pc
PASS -> FAIL: gdb.base/maint.exp: maint print symbols -source
PASS -> FAIL: gdb.base/maint.exp: maint print type
PASS -> FAIL: gdb.base/maint.exp: mt expand-symtabs
new FAIL: gdb.base/many-headers.exp:
PASS -> FAIL: gdb.base/many-headers.exp: read core file
new FAIL: gdb.base/max-depth.exp: l=c++:
new FAIL: gdb.base/max-depth.exp: l=c++: can't run to main
new FAIL: gdb.base/max-depth.exp: l=c:
new FAIL: gdb.base/max-depth.exp: l=c: can't run to main
new FAIL: gdb.base/max-value-size.exp:
new FAIL: gdb.base/max-value-size.exp: can't run to main
new FAIL: gdb.base/memattr.exp:
PASS -> FAIL: gdb.base/memattr.exp: create mem region 1
PASS -> FAIL: gdb.base/memattr.exp: create mem region 2
PASS -> FAIL: gdb.base/memattr.exp: create mem region 3
PASS -> FAIL: gdb.base/memattr.exp: create mem region 4
PASS -> FAIL: gdb.base/memattr.exp: create mem region 5
PASS -> FAIL: gdb.base/memattr.exp: delete mem 1
PASS -> FAIL: gdb.base/memattr.exp: delete mem 2 4
PASS -> FAIL: gdb.base/memattr.exp: disable mem 1
PASS -> FAIL: gdb.base/memattr.exp: disable mem 2 4
PASS -> FAIL: gdb.base/memattr.exp: enable mem 1
PASS -> FAIL: gdb.base/memattr.exp: enable mem 2-4
new FAIL: gdb.base/memattr.exp: get address of mem1
new FAIL: gdb.base/memattr.exp: get address of mem2
new FAIL: gdb.base/memattr.exp: get address of mem3
new FAIL: gdb.base/memattr.exp: get address of mem4
new FAIL: gdb.base/memattr.exp: get address of mem5
new FAIL: gdb.base/memattr.exp: get end of mem1
new FAIL: gdb.base/memattr.exp: get end of mem2
new FAIL: gdb.base/memattr.exp: get end of mem3
new FAIL: gdb.base/memattr.exp: get end of mem4
new FAIL: gdb.base/memattr.exp: get end of mem5
PASS -> FAIL: gdb.base/memattr.exp: info mem
PASS -> FAIL: gdb.base/memattr.exp: mem 1 to 5 were disabled
PASS -> FAIL: gdb.base/memattr.exp: mem 1 to 5 were enabled
PASS -> FAIL: gdb.base/memattr.exp: mem 1 was deleted
PASS -> FAIL: gdb.base/memattr.exp: mem 1 was disabled
PASS -> FAIL: gdb.base/memattr.exp: mem 1 was enabled
PASS -> FAIL: gdb.base/memattr.exp: mem 2 and 4 were deleted
PASS -> FAIL: gdb.base/memattr.exp: mem 2 and 4 were disabled
PASS -> FAIL: gdb.base/memattr.exp: mem 2-4 were deleted
PASS -> FAIL: gdb.base/memattr.exp: mem 2-4 were enabled
PASS -> FAIL: gdb.base/memattr.exp: mem1 can be written
PASS -> FAIL: gdb.base/memattr.exp: mem1 cannot be read
PASS -> FAIL: gdb.base/memattr.exp: mem2 can be read
PASS -> FAIL: gdb.base/memattr.exp: mem2 cannot be written
new FAIL: gdb.base/mips_pro.exp:
new FAIL: gdb.base/miscexprs.exp:
new FAIL: gdb.base/moribund-step.exp:
new FAIL: gdb.base/msym-lang.exp:
PASS -> FAIL: gdb.base/msym-lang.exp: info func foo
new FAIL: gdb.base/multi-forks.exp:
PASS -> FAIL: gdb.base/multi-forks.exp: detach 2
PASS -> FAIL: gdb.base/multi-forks.exp: detach 3
PASS -> FAIL: gdb.base/multi-forks.exp: detach 4
PASS -> FAIL: gdb.base/multi-forks.exp: detach 5
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 10
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 11
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 12
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 13
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 14
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 15
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 16
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 6
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 7
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 8
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 9
PASS -> FAIL: gdb.base/multi-forks.exp: follow child, print pids
PASS -> FAIL: gdb.base/multi-forks.exp: follow parent, print pids
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 1
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 10
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 11
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 12
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 13
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 14
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 15
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 2
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 3
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 4
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 5
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 6
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 7
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 8
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 9
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 1
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 10
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 11
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 12
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 13
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 14
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 15
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 16
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 2
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 3
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 4
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 5
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 6
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 7
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 8
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 9
PASS -> FAIL: gdb.base/multi-forks.exp: kill 10
PASS -> FAIL: gdb.base/multi-forks.exp: kill 11
PASS -> FAIL: gdb.base/multi-forks.exp: kill 12
PASS -> FAIL: gdb.base/multi-forks.exp: kill 13
PASS -> FAIL: gdb.base/multi-forks.exp: kill 14
PASS -> FAIL: gdb.base/multi-forks.exp: kill 15
PASS -> FAIL: gdb.base/multi-forks.exp: kill 16
PASS -> FAIL: gdb.base/multi-forks.exp: kill 6
PASS -> FAIL: gdb.base/multi-forks.exp: kill 7
PASS -> FAIL: gdb.base/multi-forks.exp: kill 8
PASS -> FAIL: gdb.base/multi-forks.exp: kill 9
PASS -> FAIL: gdb.base/multi-forks.exp: restart final
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 1
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 10
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 11
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 12
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 13
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 14
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 15
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 16
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 2
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 3
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 4
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 5
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 6
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 7
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 8
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 9
new FAIL: gdb.base/multi-forks.exp: setting breakpoint at 40
new FAIL: gdb.base/nested-addr.exp:
new FAIL: gdb.base/nested-subp1.exp:
new FAIL: gdb.base/nested-subp2.exp:
new FAIL: gdb.base/nested-subp3.exp:
new FAIL: gdb.base/new-ui-echo.exp: extra console as driver:
PASS -> UNRESOLVED: gdb.base/new-ui-echo.exp: extra console as driver: breakpoint hit reported on main console too
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: run to breakpoint on extra console
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: set breakpoint using extra console
new FAIL: gdb.base/new-ui-echo.exp: main console as driver:
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: breakpoint hit reported on extra console too
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: next on extra console
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: run to breakpoint on main console
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: set breakpoint using main console
PASS -> FAIL: gdb.base/new-ui-pending-input.exp: run to breakpoint on extra console
PASS -> FAIL: gdb.base/new-ui-pending-input.exp: run to breakpoint on main console
new FAIL: gdb.base/new-ui.exp: do_test:
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args:
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
new FAIL: gdb.base/nextoverexit.exp:
new FAIL: gdb.base/nodebug.exp:
new FAIL: gdb.base/nofield.exp:
PASS -> FAIL: gdb.base/nofield.exp: ptype struct empty
PASS -> FAIL: gdb.base/nofield.exp: ptype struct not_empty
PASS -> FAIL: gdb.base/nofield.exp: ptype union empty_union
new FAIL: gdb.base/noreturn-finish.exp:
new FAIL: gdb.base/noreturn-return.exp:
new FAIL: gdb.base/nostdlib.exp:
PASS -> FAIL: gdb.base/nostdlib.exp: continue to marker
new FAIL: gdb.base/nostdlib.exp: setting breakpoint at *_start
new FAIL: gdb.base/nostdlib.exp: setting breakpoint at *marker
PASS -> FAIL: gdb.base/nostdlib.exp: stop at run
new FAIL: gdb.base/offsets.exp:
PASS -> FAIL: gdb.base/offsets.exp: print &big_struct test
new FAIL: gdb.base/offsets.exp: print &big_struct.second test
new FAIL: gdb.base/opaque.exp:
PASS -> FAIL: gdb.base/opaque.exp: ptype on opaque struct instance
PASS -> FAIL: gdb.base/opaque.exp: ptype on opaque struct pointer
PASS -> FAIL: gdb.base/opaque.exp: ptype on opaque struct tagname
PASS -> FAIL: gdb.base/opaque.exp: whatis on opaque struct instance
PASS -> FAIL: gdb.base/opaque.exp: whatis on opaque struct pointer
new FAIL: gdb.base/options.exp: test-backtrace:
new FAIL: gdb.base/options.exp: test-backtrace: cannot run to main
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: faas -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: faas -- -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: faas -foo
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply 1 -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply 1 -- -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply 1 -foo
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply all -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply all -- -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply all -foo
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply level 0 -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply level 0 -- -
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply level 0 -foo
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: frame apply level 0-
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: no-trailing-space: faas --
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: no-trailing-space: frame apply 1 --
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: no-trailing-space: frame apply all --
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: no-trailing-space: frame apply level 0 --
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: faas --
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: frame apply 1 --
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: frame apply all --
PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: frame apply level 0 --
new FAIL: gdb.base/options.exp: test-print:
new FAIL: gdb.base/options.exp: test-print: cannot run to main
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: thread apply 1 -- -
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: thread apply 1 -foo
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: thread apply all -- -
PASS -> FAIL: gdb.base/options.exp: test-thread-apply: thread apply all -foo
new FAIL: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running:
new FAIL: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c:
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit:
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: paginate:
new FAIL: gdb.base/paginate-bg-execution.exp: paginate: can't run to main
PASS -> FAIL: gdb.base/paginate-execution-startup.exp: probe support: run to main
new FAIL: gdb.base/paginate-inferior-exit.exp: paginate:
new FAIL: gdb.base/paginate-inferior-exit.exp: paginate: can't run to main
new FAIL: gdb.base/pc-fp.exp:
new FAIL: gdb.base/pending.exp:
PASS -> FAIL: gdb.base/pending.exp: breakpoint function
PASS -> FAIL: gdb.base/pending.exp: continue to resolved breakpoint 1
PASS -> FAIL: gdb.base/pending.exp: continue to resolved breakpoint 2
PASS -> FAIL: gdb.base/pending.exp: continue to resolved breakpoint 3
PASS -> FAIL: gdb.base/pending.exp: multiple pending breakpoints
PASS -> FAIL: gdb.base/pending.exp: multiple pending breakpoints 2
PASS -> FAIL: gdb.base/pending.exp: pending disabled
PASS -> FAIL: gdb.base/pending.exp: pending disabled plus commands
PASS -> FAIL: gdb.base/pending.exp: pending plus condition
PASS -> FAIL: gdb.base/pending.exp: pending plus real breakpoint info
PASS -> FAIL: gdb.base/pending.exp: run to resolved breakpoint 1
PASS -> FAIL: gdb.base/pending.exp: running to main
new FAIL: gdb.base/pending.exp: setting breakpoint at main
PASS -> FAIL: gdb.base/pending.exp: verify pending breakpoint after restart
new FAIL: gdb.base/permissions.exp:
new FAIL: gdb.base/pie-execl.exp:
new FAIL: gdb.base/pie-fork.exp:
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child:
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: continue
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent:
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: continue
new FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork:
new FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new FAIL: gdb.base/pointers.exp:
new FAIL: gdb.base/pr10179.exp:
new FAIL: gdb.base/pr11022.exp:
new FAIL: gdb.base/pr11022.exp: can't run to main
new FAIL: gdb.base/pretty-print.exp:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=0: dlopen=0: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=0: dlopen=0: version_id_main=1:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=0: dlopen=1: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=0: dlopen=1: version_id_main=1:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=1: dlopen=0: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=1: dlopen=0: version_id_main=1:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=1: dlopen=1: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c++: hidden=1: dlopen=1: version_id_main=1:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=0: dlopen=0: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=0: dlopen=0: version_id_main=1:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=0: dlopen=1: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=0: dlopen=1: version_id_main=1:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=1: dlopen=0: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=1: dlopen=0: version_id_main=1:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=1: dlopen=1: version_id_main=0:
new FAIL: gdb.base/print-file-var.exp: lang=c: hidden=1: dlopen=1: version_id_main=1:
new FAIL: gdb.base/print-symbol-loading.exp:
new FAIL: gdb.base/printcmds.exp:
new FAIL: gdb.base/printcmds.exp: can't run to main
PASS -> FAIL: gdb.base/printcmds.exp: p ctable1[120] #1
new FAIL: gdb.base/prologue-include.exp:
PASS -> FAIL: gdb.base/prologue-include.exp: breakpoint main
new FAIL: gdb.base/prologue.exp:
new FAIL: gdb.base/psymtab.exp:
PASS -> FAIL: gdb.base/psymtab.exp: Don't search past end of psymtab.
new FAIL: gdb.base/ptr-typedef.exp:
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foo_ptr
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foz_ptr
new FAIL: gdb.base/ptype-offsets.exp:
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /TMo struct abc
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /o struct abc
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /o struct asd
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /o struct poi
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /o struct pqr
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /o struct tyu
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /o uint8_t
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /o union qwe
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /oTM struct abc
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype/o static_member
PASS -> FAIL: gdb.base/ptype-offsets.exp: whatis /o asd
new FAIL: gdb.base/ptype.exp:
PASS -> FAIL: gdb.base/ptype.exp: printing typedef'd struct
PASS -> FAIL: gdb.base/ptype.exp: printing typedef'd union
PASS -> FAIL: gdb.base/ptype.exp: ptype fffptr
PASS -> FAIL: gdb.base/ptype.exp: ptype ffptr
PASS -> FAIL: gdb.base/ptype.exp: ptype foo typedef after first list of charfoo
PASS -> FAIL: gdb.base/ptype.exp: ptype foo typedef after first list of intfoo
PASS -> FAIL: gdb.base/ptype.exp: ptype foo typedef after second list of charfoo
PASS -> FAIL: gdb.base/ptype.exp: ptype foo typedef after second list of intfoo
PASS -> FAIL: gdb.base/ptype.exp: ptype fptr
PASS -> FAIL: gdb.base/ptype.exp: ptype fptr2
PASS -> UNRESOLVED: gdb.base/ptype.exp: ptype func_type
PASS -> FAIL: gdb.base/ptype.exp: ptype inner int
PASS -> FAIL: gdb.base/ptype.exp: ptype inner structure
PASS -> FAIL: gdb.base/ptype.exp: ptype inner union
PASS -> FAIL: gdb.base/ptype.exp: ptype int
PASS -> FAIL: gdb.base/ptype.exp: ptype linked list structure
PASS -> FAIL: gdb.base/ptype.exp: ptype linked list union
PASS -> FAIL: gdb.base/ptype.exp: ptype misordered enumeration
PASS -> FAIL: gdb.base/ptype.exp: ptype named enumeration
PASS -> FAIL: gdb.base/ptype.exp: ptype named enumeration member
PASS -> FAIL: gdb.base/ptype.exp: ptype named typedef'd enumf'd enum
PASS -> FAIL: gdb.base/ptype.exp: ptype nested structure
PASS -> FAIL: gdb.base/ptype.exp: ptype nested structure #2
PASS -> FAIL: gdb.base/ptype.exp: ptype nested union
PASS -> FAIL: gdb.base/ptype.exp: ptype new_fptr
PASS -> FAIL: gdb.base/ptype.exp: ptype old_fptr
PASS -> FAIL: gdb.base/ptype.exp: ptype outer int
PASS -> FAIL: gdb.base/ptype.exp: ptype outer structure
PASS -> FAIL: gdb.base/ptype.exp: ptype pv_char_array
PASS -> FAIL: gdb.base/ptype.exp: ptype short
PASS -> FAIL: gdb.base/ptype.exp: ptype structure
PASS -> FAIL: gdb.base/ptype.exp: ptype t_char_array
PASS -> FAIL: gdb.base/ptype.exp: ptype the_highest
PASS -> FAIL: gdb.base/ptype.exp: ptype union
PASS -> FAIL: gdb.base/ptype.exp: ptype unnamed enumeration
PASS -> FAIL: gdb.base/ptype.exp: ptype unnamed enumeration member
PASS -> FAIL: gdb.base/ptype.exp: ptype unnamed enumeration member #2
PASS -> FAIL: gdb.base/ptype.exp: ptype unnamed typedef'd enumeration
PASS -> FAIL: gdb.base/ptype.exp: ptype v_struct1->v_float_member
PASS -> FAIL: gdb.base/ptype.exp: ptype v_struct1.v_float_member
PASS -> FAIL: gdb.base/ptype.exp: ptype v_t_struct_p->v_float_member
PASS -> FAIL: gdb.base/ptype.exp: ptype v_t_struct_p.v_float_member
PASS -> FAIL: gdb.base/ptype.exp: ptype xptr
PASS -> UNRESOLVED: gdb.base/ptype.exp: whatis unnamed typedef'd enum
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=quit: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sighup: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sigterm: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=quit: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sighup: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=quit:
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=quit: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sighup:
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sighup: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sigterm:
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=quit:
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=quit: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sighup:
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sighup: attach
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sigterm:
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit:
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup:
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm:
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit:
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup:
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm:
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: can't run to main
new FAIL: gdb.base/random-signal.exp:
new FAIL: gdb.base/random-signal.exp: run:
new FAIL: gdb.base/randomize.exp:
new FAIL: gdb.base/range-stepping.exp:
new FAIL: gdb.base/range-stepping.exp: can't run to main
new FAIL: gdb.base/readline-ask.exp:
PASS -> FAIL: gdb.base/readline-ask.exp: abort ask message
PASS -> UNRESOLVED: gdb.base/readline-ask.exp: abort more message
PASS -> FAIL: gdb.base/readline-ask.exp: ask message
PASS -> FAIL: gdb.base/readline-ask.exp: ask message for 01 and 02
PASS -> FAIL: gdb.base/readline-ask.exp: ask message no
PASS -> FAIL: gdb.base/readline-ask.exp: more finish for 04
PASS -> FAIL: gdb.base/readline-ask.exp: more message for 01 and 02
PASS -> FAIL: gdb.base/readline-ask.exp: more message for 03
new FAIL: gdb.base/readnever.exp:
new FAIL: gdb.base/realname-expand.exp:
PASS -> FAIL: gdb.base/realname-expand.exp: break realname-expand-real.c:func
PASS -> FAIL: gdb.base/realname-expand.exp: rbreak realname-expand-real.c:func
new FAIL: gdb.base/recpar.exp:
new FAIL: gdb.base/recurse.exp:
new FAIL: gdb.base/reggroups.exp:
new FAIL: gdb.base/reggroups.exp: can't run to main
new FAIL: gdb.base/relational.exp:
new FAIL: gdb.base/relativedebug.exp:
new FAIL: gdb.base/relativedebug.exp: continue
new FAIL: gdb.base/relativedebug.exp: pause found in backtrace
PASS -> FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o $offset
PASS -> FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o 0
PASS -> FAIL: gdb.base/relocate.exp: function foo has a different address
PASS -> FAIL: gdb.base/relocate.exp: functions have different addresses
PASS -> FAIL: gdb.base/relocate.exp: get address of function_bar
PASS -> FAIL: gdb.base/relocate.exp: get address of function_foo
PASS -> FAIL: gdb.base/relocate.exp: get address of global_bar
PASS -> FAIL: gdb.base/relocate.exp: get address of global_foo
PASS -> FAIL: gdb.base/relocate.exp: get address of static_bar
PASS -> FAIL: gdb.base/relocate.exp: get address of static_foo
PASS -> FAIL: gdb.base/relocate.exp: global variables have different addresses
PASS -> FAIL: gdb.base/relocate.exp: static variables have different addresses
PASS -> FAIL: gdb.base/relocate.exp: symbol-file with -- and -readnow
PASS -> FAIL: gdb.base/relocate.exp: symbol-file with -readnow first
PASS -> FAIL: gdb.base/relocate.exp: symbol-file with -readnow second
PASS -> FAIL: gdb.base/relocate.exp: symbol-file with offset
new FAIL: gdb.base/reread-readsym.exp:
PASS -> FAIL: gdb.base/reread-readsym.exp: source reread-readsym.gdb 1
PASS -> UNRESOLVED: gdb.base/reread-readsym.exp: source reread-readsym.gdb 2
new FAIL: gdb.base/reread.exp: opts= "" "" :
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : run to foo
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : second pass: run to foo
new FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" :
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : run to foo
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
new FAIL: gdb.base/restore.exp:
new FAIL: gdb.base/return-nodebug.exp:
new FAIL: gdb.base/return.exp:
new FAIL: gdb.base/return2.exp:
new FAIL: gdb.base/run-after-attach.exp:
PASS -> FAIL: gdb.base/run-after-attach.exp: attach to process
PASS -> UNRESOLVED: gdb.base/run-after-attach.exp: attempt kill via quit
PASS -> FAIL: gdb.base/run-after-attach.exp: restart process
new FAIL: gdb.base/save-bp.exp:
new FAIL: gdb.base/savedregs.exp:
new FAIL: gdb.base/savedregs.exp: can't run to main
new FAIL: gdb.base/scope.exp:
PASS -> FAIL: gdb.base/scope.exp: print 'scope0.c'::filelocal before run
PASS -> FAIL: gdb.base/scope.exp: print 'scope0.c'::filelocal_bss before run
PASS -> FAIL: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
new FAIL: gdb.base/sep.exp:
PASS -> FAIL: gdb.base/sep.exp: breakpoint inside included file
PASS -> FAIL: gdb.base/sep.exp: list using location inside included file
new FAIL: gdb.base/sepdebug.exp:
PASS -> FAIL: gdb.base/sepdebug.exp: Temporary breakpoint function in file
PASS -> FAIL: gdb.base/sepdebug.exp: Temporary breakpoint info
PASS -> FAIL: gdb.base/sepdebug.exp: Temporary breakpoint line number in file #2
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 1st time
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 2nd time
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 3rd time
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 4th time
PASS -> FAIL: gdb.base/sepdebug.exp: break on non-existent source line
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint at start of multi line if conditional
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint at start of multi line while conditional
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint duplicate
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint function
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint function in file
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint info
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint line number
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint line number in file
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint offset +1
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint quoted function
new FAIL: gdb.base/sepdebug.exp: no debug information found.
PASS -> FAIL: gdb.base/sepdebug.exp: run until breakpoint set at a line number
PASS -> FAIL: gdb.base/sepdebug.exp: run until file:function
PASS -> FAIL: gdb.base/sepdebug.exp: run until file:linenum breakpoint
PASS -> FAIL: gdb.base/sepdebug.exp: run until function breakpoint
PASS -> FAIL: gdb.base/sepdebug.exp: run until quoted breakpoint
new FAIL: gdb.base/sepdebug.exp: sepdebug tests suppressed
PASS -> FAIL: gdb.base/sepdebug.exp: set to-be-silent break bp_location1
PASS -> FAIL: gdb.base/sepdebug.exp: step onto breakpoint
PASS -> FAIL: gdb.base/sepdebug.exp: temporary breakpoint function
PASS -> FAIL: gdb.base/sepdebug.exp: temporary breakpoint line number #1
PASS -> FAIL: gdb.base/sepdebug.exp: temporary breakpoint line number #2
PASS -> FAIL: gdb.base/sepdebug.exp: temporary breakpoint line number in file #1
PASS -> FAIL: gdb.base/sepdebug.exp: until bp_location1
PASS -> FAIL: gdb.base/sepdebug.exp: use `list' to establish default source file
new FAIL: gdb.base/sepsymtab.exp:
PASS -> FAIL: gdb.base/sepsymtab.exp: info sym main
new FAIL: gdb.base/server-del-break.exp:
PASS -> FAIL: gdb.base/server-del-break.exp: break main
new FAIL: gdb.base/set-cwd.exp:
new FAIL: gdb.base/set-inferior-tty.exp: command=set inferior-tty:
new FAIL: gdb.base/set-inferior-tty.exp: command=tty:
new FAIL: gdb.base/set-lang-auto.exp:
new FAIL: gdb.base/set-noassign.exp:
new FAIL: gdb.base/set-noassign.exp: can't run to main
new FAIL: gdb.base/setshow.exp:
new FAIL: gdb.base/setshow.exp: can't run to main
new FAIL: gdb.base/settings.exp: test-string filename:
new FAIL: gdb.base/settings.exp: test-string optional-filename:
new FAIL: gdb.base/settings.exp: test-string string-noescape:
new FAIL: gdb.base/settings.exp: test-string string:
new FAIL: gdb.base/setvar.exp:
new FAIL: gdb.base/share-env-with-gdbserver.exp:
new FAIL: gdb.base/share-env-with-gdbserver.exp: empty var:
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: empty var: print result of getenv for GDB_TEST_VAR
new FAIL: gdb.base/share-env-with-gdbserver.exp: long var value:
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: long var value: print result of getenv for GDB_TEST_VAR
new FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var:
new FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars:
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: print result of getenv for A
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: print result of getenv for B
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: print result of getenv for C
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: print result of getenv for A
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: print result of getenv for B
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: print result of getenv for C
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: print result of getenv for A
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: print result of getenv for B
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: print result of getenv for C
new FAIL: gdb.base/share-env-with-gdbserver.exp: test unset of vars:
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test unset of vars: check if unset works
new FAIL: gdb.base/shlib-call.exp:
PASS -> FAIL: gdb.base/shlib-call.exp: breakpoint function shr2
PASS -> FAIL: gdb.base/shlib-call.exp: next over shr1
PASS -> UNRESOLVED: gdb.base/shlib-call.exp: next to shr1
PASS -> FAIL: gdb.base/shlib-call.exp: print g
PASS -> FAIL: gdb.base/shlib-call.exp: print mainshr1
PASS -> FAIL: gdb.base/shlib-call.exp: print shr1
PASS -> FAIL: gdb.base/shlib-call.exp: re-run to bp in shared library
PASS -> FAIL: gdb.base/shlib-call.exp: run to bp in shared library
PASS -> FAIL: gdb.base/shlib-call.exp: run until breakpoint set at a function
PASS -> FAIL: gdb.base/shlib-call.exp: step into mainshr1
PASS -> FAIL: gdb.base/shlib-call.exp: step out of shr2 to main
PASS -> FAIL: gdb.base/shreloc.exp:
new FAIL: gdb.base/shreloc.exp: can't run to main
new FAIL: gdb.base/sigall.exp:
PASS -> FAIL: gdb.base/sigall.exp: advance to 33
PASS -> FAIL: gdb.base/sigall.exp: advance to 34
PASS -> FAIL: gdb.base/sigall.exp: advance to 35
PASS -> FAIL: gdb.base/sigall.exp: advance to 36
PASS -> FAIL: gdb.base/sigall.exp: advance to 37
PASS -> FAIL: gdb.base/sigall.exp: advance to 38
PASS -> FAIL: gdb.base/sigall.exp: advance to 39
PASS -> FAIL: gdb.base/sigall.exp: advance to 40
PASS -> FAIL: gdb.base/sigall.exp: advance to 41
PASS -> FAIL: gdb.base/sigall.exp: advance to 42
PASS -> FAIL: gdb.base/sigall.exp: advance to 43
PASS -> FAIL: gdb.base/sigall.exp: advance to 44
PASS -> FAIL: gdb.base/sigall.exp: advance to 45
PASS -> FAIL: gdb.base/sigall.exp: advance to 46
PASS -> FAIL: gdb.base/sigall.exp: advance to 47
PASS -> FAIL: gdb.base/sigall.exp: advance to 48
PASS -> FAIL: gdb.base/sigall.exp: advance to 49
PASS -> FAIL: gdb.base/sigall.exp: advance to 50
PASS -> FAIL: gdb.base/sigall.exp: advance to 51
PASS -> FAIL: gdb.base/sigall.exp: advance to 52
PASS -> FAIL: gdb.base/sigall.exp: advance to 53
PASS -> FAIL: gdb.base/sigall.exp: advance to 54
PASS -> FAIL: gdb.base/sigall.exp: advance to 55
PASS -> FAIL: gdb.base/sigall.exp: advance to 56
PASS -> FAIL: gdb.base/sigall.exp: advance to 57
PASS -> FAIL: gdb.base/sigall.exp: advance to 58
PASS -> FAIL: gdb.base/sigall.exp: advance to 59
PASS -> FAIL: gdb.base/sigall.exp: advance to 60
PASS -> FAIL: gdb.base/sigall.exp: advance to 61
PASS -> FAIL: gdb.base/sigall.exp: advance to 62
PASS -> FAIL: gdb.base/sigall.exp: advance to 63
PASS -> FAIL: gdb.base/sigall.exp: advance to ALRM
PASS -> FAIL: gdb.base/sigall.exp: advance to BUS
PASS -> FAIL: gdb.base/sigall.exp: advance to CHLD
PASS -> FAIL: gdb.base/sigall.exp: advance to CONT
PASS -> FAIL: gdb.base/sigall.exp: advance to DANGER
PASS -> FAIL: gdb.base/sigall.exp: advance to EMT
PASS -> FAIL: gdb.base/sigall.exp: advance to FPE
PASS -> FAIL: gdb.base/sigall.exp: advance to GRANT
PASS -> FAIL: gdb.base/sigall.exp: advance to HUP
PASS -> FAIL: gdb.base/sigall.exp: advance to ILL
PASS -> FAIL: gdb.base/sigall.exp: advance to IO
PASS -> FAIL: gdb.base/sigall.exp: advance to LOST
PASS -> FAIL: gdb.base/sigall.exp: advance to LWP
PASS -> FAIL: gdb.base/sigall.exp: advance to MSG
PASS -> FAIL: gdb.base/sigall.exp: advance to PHONE
PASS -> FAIL: gdb.base/sigall.exp: advance to PIPE
PASS -> FAIL: gdb.base/sigall.exp: advance to POLL
PASS -> FAIL: gdb.base/sigall.exp: advance to PRIO
PASS -> FAIL: gdb.base/sigall.exp: advance to PROF
PASS -> FAIL: gdb.base/sigall.exp: advance to PWR
PASS -> FAIL: gdb.base/sigall.exp: advance to QUIT
PASS -> FAIL: gdb.base/sigall.exp: advance to RETRACT
PASS -> FAIL: gdb.base/sigall.exp: advance to SAK
PASS -> FAIL: gdb.base/sigall.exp: advance to SEGV
PASS -> FAIL: gdb.base/sigall.exp: advance to SOUND
PASS -> FAIL: gdb.base/sigall.exp: advance to SYS
PASS -> FAIL: gdb.base/sigall.exp: advance to TERM
PASS -> FAIL: gdb.base/sigall.exp: advance to TSTP
PASS -> FAIL: gdb.base/sigall.exp: advance to TTIN
PASS -> FAIL: gdb.base/sigall.exp: advance to TTOU
PASS -> FAIL: gdb.base/sigall.exp: advance to URG
PASS -> FAIL: gdb.base/sigall.exp: advance to USR1
PASS -> FAIL: gdb.base/sigall.exp: advance to USR2
PASS -> FAIL: gdb.base/sigall.exp: advance to VTALRM
PASS -> FAIL: gdb.base/sigall.exp: advance to WAITING
PASS -> FAIL: gdb.base/sigall.exp: advance to WINCH
PASS -> FAIL: gdb.base/sigall.exp: advance to WIND
PASS -> FAIL: gdb.base/sigall.exp: advance to XCPU
PASS -> FAIL: gdb.base/sigall.exp: advance to XFSZ
PASS -> FAIL: gdb.base/sigall.exp: b gen_33
PASS -> FAIL: gdb.base/sigall.exp: b gen_34
PASS -> FAIL: gdb.base/sigall.exp: b gen_35
PASS -> FAIL: gdb.base/sigall.exp: b gen_36
PASS -> FAIL: gdb.base/sigall.exp: b gen_37
PASS -> FAIL: gdb.base/sigall.exp: b gen_38
PASS -> FAIL: gdb.base/sigall.exp: b gen_39
PASS -> FAIL: gdb.base/sigall.exp: b gen_40
PASS -> FAIL: gdb.base/sigall.exp: b gen_41
PASS -> FAIL: gdb.base/sigall.exp: b gen_42
PASS -> FAIL: gdb.base/sigall.exp: b gen_43
PASS -> FAIL: gdb.base/sigall.exp: b gen_44
PASS -> FAIL: gdb.base/sigall.exp: b gen_45
PASS -> FAIL: gdb.base/sigall.exp: b gen_46
PASS -> FAIL: gdb.base/sigall.exp: b gen_47
PASS -> FAIL: gdb.base/sigall.exp: b gen_48
PASS -> FAIL: gdb.base/sigall.exp: b gen_49
PASS -> FAIL: gdb.base/sigall.exp: b gen_50
PASS -> FAIL: gdb.base/sigall.exp: b gen_51
PASS -> FAIL: gdb.base/sigall.exp: b gen_52
PASS -> FAIL: gdb.base/sigall.exp: b gen_53
PASS -> FAIL: gdb.base/sigall.exp: b gen_54
PASS -> FAIL: gdb.base/sigall.exp: b gen_55
PASS -> FAIL: gdb.base/sigall.exp: b gen_56
PASS -> FAIL: gdb.base/sigall.exp: b gen_57
PASS -> FAIL: gdb.base/sigall.exp: b gen_58
PASS -> FAIL: gdb.base/sigall.exp: b gen_59
PASS -> FAIL: gdb.base/sigall.exp: b gen_60
PASS -> FAIL: gdb.base/sigall.exp: b gen_61
PASS -> FAIL: gdb.base/sigall.exp: b gen_62
PASS -> FAIL: gdb.base/sigall.exp: b gen_63
PASS -> FAIL: gdb.base/sigall.exp: b gen_ALRM
PASS -> FAIL: gdb.base/sigall.exp: b gen_BUS
PASS -> FAIL: gdb.base/sigall.exp: b gen_CHLD
PASS -> FAIL: gdb.base/sigall.exp: b gen_CONT
PASS -> FAIL: gdb.base/sigall.exp: b gen_DANGER
PASS -> FAIL: gdb.base/sigall.exp: b gen_EMT
PASS -> FAIL: gdb.base/sigall.exp: b gen_FPE
PASS -> FAIL: gdb.base/sigall.exp: b gen_GRANT
PASS -> FAIL: gdb.base/sigall.exp: b gen_HUP
PASS -> FAIL: gdb.base/sigall.exp: b gen_ILL
PASS -> FAIL: gdb.base/sigall.exp: b gen_IO
PASS -> FAIL: gdb.base/sigall.exp: b gen_LOST
PASS -> FAIL: gdb.base/sigall.exp: b gen_LWP
PASS -> FAIL: gdb.base/sigall.exp: b gen_MSG
PASS -> FAIL: gdb.base/sigall.exp: b gen_PHONE
PASS -> FAIL: gdb.base/sigall.exp: b gen_PIPE
PASS -> FAIL: gdb.base/sigall.exp: b gen_POLL
PASS -> FAIL: gdb.base/sigall.exp: b gen_PRIO
PASS -> FAIL: gdb.base/sigall.exp: b gen_PROF
PASS -> FAIL: gdb.base/sigall.exp: b gen_PWR
PASS -> FAIL: gdb.base/sigall.exp: b gen_QUIT
PASS -> FAIL: gdb.base/sigall.exp: b gen_RETRACT
PASS -> FAIL: gdb.base/sigall.exp: b gen_SAK
PASS -> FAIL: gdb.base/sigall.exp: b gen_SEGV
PASS -> FAIL: gdb.base/sigall.exp: b gen_SOUND
PASS -> FAIL: gdb.base/sigall.exp: b gen_SYS
PASS -> FAIL: gdb.base/sigall.exp: b gen_TERM
PASS -> FAIL: gdb.base/sigall.exp: b gen_TSTP
PASS -> FAIL: gdb.base/sigall.exp: b gen_TTIN
PASS -> FAIL: gdb.base/sigall.exp: b gen_TTOU
PASS -> FAIL: gdb.base/sigall.exp: b gen_URG
PASS -> FAIL: gdb.base/sigall.exp: b gen_USR1
PASS -> FAIL: gdb.base/sigall.exp: b gen_USR2
PASS -> FAIL: gdb.base/sigall.exp: b gen_VTALRM
PASS -> FAIL: gdb.base/sigall.exp: b gen_WAITING
PASS -> FAIL: gdb.base/sigall.exp: b gen_WINCH
PASS -> FAIL: gdb.base/sigall.exp: b gen_WIND
PASS -> FAIL: gdb.base/sigall.exp: b gen_XCPU
PASS -> FAIL: gdb.base/sigall.exp: b gen_XFSZ
PASS -> FAIL: gdb.base/sigall.exp: b handle_33
PASS -> FAIL: gdb.base/sigall.exp: b handle_34
PASS -> FAIL: gdb.base/sigall.exp: b handle_35
PASS -> FAIL: gdb.base/sigall.exp: b handle_36
PASS -> FAIL: gdb.base/sigall.exp: b handle_37
PASS -> FAIL: gdb.base/sigall.exp: b handle_38
PASS -> FAIL: gdb.base/sigall.exp: b handle_39
PASS -> FAIL: gdb.base/sigall.exp: b handle_40
PASS -> FAIL: gdb.base/sigall.exp: b handle_41
PASS -> FAIL: gdb.base/sigall.exp: b handle_42
PASS -> FAIL: gdb.base/sigall.exp: b handle_43
PASS -> FAIL: gdb.base/sigall.exp: b handle_44
PASS -> FAIL: gdb.base/sigall.exp: b handle_45
PASS -> FAIL: gdb.base/sigall.exp: b handle_46
PASS -> FAIL: gdb.base/sigall.exp: b handle_47
PASS -> FAIL: gdb.base/sigall.exp: b handle_48
PASS -> FAIL: gdb.base/sigall.exp: b handle_49
PASS -> FAIL: gdb.base/sigall.exp: b handle_50
PASS -> FAIL: gdb.base/sigall.exp: b handle_51
PASS -> FAIL: gdb.base/sigall.exp: b handle_52
PASS -> FAIL: gdb.base/sigall.exp: b handle_53
PASS -> FAIL: gdb.base/sigall.exp: b handle_54
PASS -> FAIL: gdb.base/sigall.exp: b handle_55
PASS -> FAIL: gdb.base/sigall.exp: b handle_56
PASS -> FAIL: gdb.base/sigall.exp: b handle_57
PASS -> FAIL: gdb.base/sigall.exp: b handle_58
PASS -> FAIL: gdb.base/sigall.exp: b handle_59
PASS -> FAIL: gdb.base/sigall.exp: b handle_60
PASS -> FAIL: gdb.base/sigall.exp: b handle_61
PASS -> FAIL: gdb.base/sigall.exp: b handle_62
PASS -> FAIL: gdb.base/sigall.exp: b handle_63
PASS -> FAIL: gdb.base/sigall.exp: b handle_ABRT
PASS -> FAIL: gdb.base/sigall.exp: b handle_ALRM
PASS -> FAIL: gdb.base/sigall.exp: b handle_BUS
PASS -> FAIL: gdb.base/sigall.exp: b handle_CHLD
PASS -> FAIL: gdb.base/sigall.exp: b handle_CONT
PASS -> FAIL: gdb.base/sigall.exp: b handle_DANGER
PASS -> FAIL: gdb.base/sigall.exp: b handle_EMT
PASS -> FAIL: gdb.base/sigall.exp: b handle_FPE
PASS -> FAIL: gdb.base/sigall.exp: b handle_GRANT
PASS -> FAIL: gdb.base/sigall.exp: b handle_HUP
PASS -> FAIL: gdb.base/sigall.exp: b handle_ILL
PASS -> FAIL: gdb.base/sigall.exp: b handle_IO
PASS -> FAIL: gdb.base/sigall.exp: b handle_LOST
PASS -> FAIL: gdb.base/sigall.exp: b handle_LWP
PASS -> FAIL: gdb.base/sigall.exp: b handle_MSG
PASS -> FAIL: gdb.base/sigall.exp: b handle_PHONE
PASS -> FAIL: gdb.base/sigall.exp: b handle_PIPE
PASS -> FAIL: gdb.base/sigall.exp: b handle_POLL
PASS -> FAIL: gdb.base/sigall.exp: b handle_PRIO
PASS -> FAIL: gdb.base/sigall.exp: b handle_PROF
PASS -> FAIL: gdb.base/sigall.exp: b handle_PWR
PASS -> FAIL: gdb.base/sigall.exp: b handle_QUIT
PASS -> FAIL: gdb.base/sigall.exp: b handle_RETRACT
PASS -> FAIL: gdb.base/sigall.exp: b handle_SAK
PASS -> FAIL: gdb.base/sigall.exp: b handle_SEGV
PASS -> FAIL: gdb.base/sigall.exp: b handle_SOUND
PASS -> FAIL: gdb.base/sigall.exp: b handle_SYS
PASS -> FAIL: gdb.base/sigall.exp: b handle_TERM
PASS -> FAIL: gdb.base/sigall.exp: b handle_TSTP
PASS -> FAIL: gdb.base/sigall.exp: b handle_TTIN
PASS -> FAIL: gdb.base/sigall.exp: b handle_TTOU
PASS -> FAIL: gdb.base/sigall.exp: b handle_URG
PASS -> FAIL: gdb.base/sigall.exp: b handle_USR1
PASS -> FAIL: gdb.base/sigall.exp: b handle_USR2
PASS -> FAIL: gdb.base/sigall.exp: b handle_VTALRM
PASS -> FAIL: gdb.base/sigall.exp: b handle_WAITING
PASS -> FAIL: gdb.base/sigall.exp: b handle_WINCH
PASS -> FAIL: gdb.base/sigall.exp: b handle_WIND
PASS -> FAIL: gdb.base/sigall.exp: b handle_XCPU
PASS -> FAIL: gdb.base/sigall.exp: b handle_XFSZ
PASS -> FAIL: gdb.base/sigall.exp: continue until exit at continue to sigall exit
new FAIL: gdb.base/sigall.exp: get signal 33
new FAIL: gdb.base/sigall.exp: get signal 34
new FAIL: gdb.base/sigall.exp: get signal 35
new FAIL: gdb.base/sigall.exp: get signal 36
new FAIL: gdb.base/sigall.exp: get signal 37
new FAIL: gdb.base/sigall.exp: get signal 38
new FAIL: gdb.base/sigall.exp: get signal 39
new FAIL: gdb.base/sigall.exp: get signal 40
new FAIL: gdb.base/sigall.exp: get signal 41
new FAIL: gdb.base/sigall.exp: get signal 42
new FAIL: gdb.base/sigall.exp: get signal 43
new FAIL: gdb.base/sigall.exp: get signal 44
new FAIL: gdb.base/sigall.exp: get signal 45
new FAIL: gdb.base/sigall.exp: get signal 46
new FAIL: gdb.base/sigall.exp: get signal 47
new FAIL: gdb.base/sigall.exp: get signal 48
new FAIL: gdb.base/sigall.exp: get signal 49
new FAIL: gdb.base/sigall.exp: get signal 50
new FAIL: gdb.base/sigall.exp: get signal 51
new FAIL: gdb.base/sigall.exp: get signal 52
new FAIL: gdb.base/sigall.exp: get signal 53
new FAIL: gdb.base/sigall.exp: get signal 54
new FAIL: gdb.base/sigall.exp: get signal 55
new FAIL: gdb.base/sigall.exp: get signal 56
new FAIL: gdb.base/sigall.exp: get signal 57
new FAIL: gdb.base/sigall.exp: get signal 58
new FAIL: gdb.base/sigall.exp: get signal 59
new FAIL: gdb.base/sigall.exp: get signal 60
new FAIL: gdb.base/sigall.exp: get signal 61
new FAIL: gdb.base/sigall.exp: get signal 62
new FAIL: gdb.base/sigall.exp: get signal 63
PASS -> FAIL: gdb.base/sigall.exp: get signal ABRT
PASS -> FAIL: gdb.base/sigall.exp: get signal ALRM
PASS -> FAIL: gdb.base/sigall.exp: get signal BUS
PASS -> FAIL: gdb.base/sigall.exp: get signal CHLD
PASS -> FAIL: gdb.base/sigall.exp: get signal CONT
new FAIL: gdb.base/sigall.exp: get signal DANGER
new FAIL: gdb.base/sigall.exp: get signal EMT
PASS -> FAIL: gdb.base/sigall.exp: get signal FPE
new FAIL: gdb.base/sigall.exp: get signal GRANT
PASS -> FAIL: gdb.base/sigall.exp: get signal HUP
PASS -> FAIL: gdb.base/sigall.exp: get signal ILL
PASS -> FAIL: gdb.base/sigall.exp: get signal IO
new FAIL: gdb.base/sigall.exp: get signal LOST
new FAIL: gdb.base/sigall.exp: get signal LWP
new FAIL: gdb.base/sigall.exp: get signal MSG
new FAIL: gdb.base/sigall.exp: get signal PHONE
PASS -> FAIL: gdb.base/sigall.exp: get signal PIPE
new FAIL: gdb.base/sigall.exp: get signal POLL
new FAIL: gdb.base/sigall.exp: get signal PRIO
PASS -> FAIL: gdb.base/sigall.exp: get signal PROF
PASS -> FAIL: gdb.base/sigall.exp: get signal PWR
PASS -> FAIL: gdb.base/sigall.exp: get signal QUIT
new FAIL: gdb.base/sigall.exp: get signal RETRACT
new FAIL: gdb.base/sigall.exp: get signal SAK
PASS -> FAIL: gdb.base/sigall.exp: get signal SEGV
new FAIL: gdb.base/sigall.exp: get signal SOUND
PASS -> FAIL: gdb.base/sigall.exp: get signal SYS
PASS -> FAIL: gdb.base/sigall.exp: get signal TERM
PASS -> FAIL: gdb.base/sigall.exp: get signal TSTP
PASS -> FAIL: gdb.base/sigall.exp: get signal TTIN
PASS -> FAIL: gdb.base/sigall.exp: get signal TTOU
PASS -> FAIL: gdb.base/sigall.exp: get signal URG
PASS -> FAIL: gdb.base/sigall.exp: get signal USR1
PASS -> FAIL: gdb.base/sigall.exp: get signal USR2
PASS -> FAIL: gdb.base/sigall.exp: get signal VTALRM
new FAIL: gdb.base/sigall.exp: get signal WAITING
PASS -> FAIL: gdb.base/sigall.exp: get signal WINCH
new FAIL: gdb.base/sigall.exp: get signal WIND
PASS -> FAIL: gdb.base/sigall.exp: get signal XCPU
PASS -> FAIL: gdb.base/sigall.exp: get signal XFSZ
PASS -> FAIL: gdb.base/sigall.exp: send signal 33
PASS -> FAIL: gdb.base/sigall.exp: send signal 34
PASS -> FAIL: gdb.base/sigall.exp: send signal 35
PASS -> FAIL: gdb.base/sigall.exp: send signal 36
PASS -> FAIL: gdb.base/sigall.exp: send signal 37
PASS -> FAIL: gdb.base/sigall.exp: send signal 38
PASS -> FAIL: gdb.base/sigall.exp: send signal 39
PASS -> FAIL: gdb.base/sigall.exp: send signal 40
PASS -> FAIL: gdb.base/sigall.exp: send signal 41
PASS -> FAIL: gdb.base/sigall.exp: send signal 42
PASS -> FAIL: gdb.base/sigall.exp: send signal 43
PASS -> FAIL: gdb.base/sigall.exp: send signal 44
PASS -> FAIL: gdb.base/sigall.exp: send signal 45
PASS -> FAIL: gdb.base/sigall.exp: send signal 46
PASS -> FAIL: gdb.base/sigall.exp: send signal 47
PASS -> FAIL: gdb.base/sigall.exp: send signal 48
PASS -> FAIL: gdb.base/sigall.exp: send signal 49
PASS -> FAIL: gdb.base/sigall.exp: send signal 50
PASS -> FAIL: gdb.base/sigall.exp: send signal 51
PASS -> FAIL: gdb.base/sigall.exp: send signal 52
PASS -> FAIL: gdb.base/sigall.exp: send signal 53
PASS -> FAIL: gdb.base/sigall.exp: send signal 54
PASS -> FAIL: gdb.base/sigall.exp: send signal 55
PASS -> FAIL: gdb.base/sigall.exp: send signal 56
PASS -> FAIL: gdb.base/sigall.exp: send signal 57
PASS -> FAIL: gdb.base/sigall.exp: send signal 58
PASS -> FAIL: gdb.base/sigall.exp: send signal 59
PASS -> FAIL: gdb.base/sigall.exp: send signal 60
PASS -> FAIL: gdb.base/sigall.exp: send signal 61
PASS -> FAIL: gdb.base/sigall.exp: send signal 62
PASS -> FAIL: gdb.base/sigall.exp: send signal 63
PASS -> FAIL: gdb.base/sigall.exp: send signal ABRT
PASS -> FAIL: gdb.base/sigall.exp: send signal ALRM
PASS -> FAIL: gdb.base/sigall.exp: send signal BUS
PASS -> FAIL: gdb.base/sigall.exp: send signal CHLD
PASS -> FAIL: gdb.base/sigall.exp: send signal CONT
PASS -> FAIL: gdb.base/sigall.exp: send signal DANGER
PASS -> FAIL: gdb.base/sigall.exp: send signal EMT
PASS -> FAIL: gdb.base/sigall.exp: send signal FPE
PASS -> FAIL: gdb.base/sigall.exp: send signal GRANT
PASS -> FAIL: gdb.base/sigall.exp: send signal HUP
PASS -> FAIL: gdb.base/sigall.exp: send signal ILL
PASS -> FAIL: gdb.base/sigall.exp: send signal IO
PASS -> FAIL: gdb.base/sigall.exp: send signal LOST
PASS -> FAIL: gdb.base/sigall.exp: send signal LWP
PASS -> FAIL: gdb.base/sigall.exp: send signal MSG
PASS -> FAIL: gdb.base/sigall.exp: send signal PHONE
PASS -> FAIL: gdb.base/sigall.exp: send signal PIPE
PASS -> FAIL: gdb.base/sigall.exp: send signal POLL
PASS -> FAIL: gdb.base/sigall.exp: send signal PRIO
PASS -> FAIL: gdb.base/sigall.exp: send signal PROF
PASS -> FAIL: gdb.base/sigall.exp: send signal PWR
PASS -> FAIL: gdb.base/sigall.exp: send signal QUIT
PASS -> FAIL: gdb.base/sigall.exp: send signal RETRACT
PASS -> FAIL: gdb.base/sigall.exp: send signal SAK
PASS -> FAIL: gdb.base/sigall.exp: send signal SEGV
PASS -> FAIL: gdb.base/sigall.exp: send signal SOUND
PASS -> FAIL: gdb.base/sigall.exp: send signal SYS
PASS -> FAIL: gdb.base/sigall.exp: send signal TERM
PASS -> FAIL: gdb.base/sigall.exp: send signal TSTP
PASS -> FAIL: gdb.base/sigall.exp: send signal TTIN
PASS -> FAIL: gdb.base/sigall.exp: send signal TTOU
PASS -> FAIL: gdb.base/sigall.exp: send signal URG
PASS -> FAIL: gdb.base/sigall.exp: send signal USR1
PASS -> FAIL: gdb.base/sigall.exp: send signal USR2
PASS -> FAIL: gdb.base/sigall.exp: send signal VTALRM
PASS -> FAIL: gdb.base/sigall.exp: send signal WAITING
PASS -> FAIL: gdb.base/sigall.exp: send signal WINCH
PASS -> FAIL: gdb.base/sigall.exp: send signal WIND
PASS -> FAIL: gdb.base/sigall.exp: send signal XCPU
PASS -> FAIL: gdb.base/sigall.exp: send signal XFSZ
new FAIL: gdb.base/sigaltstack.exp:
new FAIL: gdb.base/sigaltstack.exp: can't run to main
new FAIL: gdb.base/sigbpt.exp:
new FAIL: gdb.base/sigbpt.exp: can't run to main
new FAIL: gdb.base/sigchld.exp:
PASS -> FAIL: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
PASS -> FAIL: gdb.base/sigchld.exp: set breakpoint at failure exit
PASS -> FAIL: gdb.base/sigchld.exp: set breakpoint at success exit
new FAIL: gdb.base/siginfo-addr.exp:
new FAIL: gdb.base/siginfo-addr.exp: can't run to main
new FAIL: gdb.base/siginfo-infcall.exp:
new FAIL: gdb.base/siginfo-obj.exp:
new FAIL: gdb.base/siginfo-obj.exp: can't run to main
new FAIL: gdb.base/siginfo-thread.exp:
new FAIL: gdb.base/siginfo-thread.exp: can't run to main
new FAIL: gdb.base/siginfo.exp:
new FAIL: gdb.base/siginfo.exp: can't run to main
new FAIL: gdb.base/signals-state-child.exp:
new FAIL: gdb.base/signals.exp:
new FAIL: gdb.base/signest.exp:
new FAIL: gdb.base/signull.exp:
new FAIL: gdb.base/signull.exp: can't run to main
new FAIL: gdb.base/sigrepeat.exp:
new FAIL: gdb.base/sigrepeat.exp: can't run to main
new FAIL: gdb.base/sigstep.exp: continue over handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue over handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: continue over handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: continue to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler entry: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: leave handler
new FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: leave handler
new FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: leave handler
new FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: si in handler
new FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: si in handler
new FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: si in handler
new FAIL: gdb.base/sigstep.exp: continue to handler:
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: performing next
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, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set done
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: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step 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, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: performing step
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, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: set done
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=off: stepi on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: performing nexti
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: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: set no_handler
new FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: watch $convenience
new FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler:
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: finish from handleri:
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: break handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave signal trampoline
new FAIL: gdb.base/sigstep.exp: next over handler:
PASS -> FAIL: gdb.base/sigstep.exp: next over handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: next over handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: next to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler entry: performing next
PASS -> FAIL: gdb.base/sigstep.exp: next to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: next to handler
new FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: next to handler
new FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: next to handler
new FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: si in handler
new FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: si in handler
new FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: si in handler
new FAIL: gdb.base/sigstep.exp: next to handler:
PASS -> FAIL: gdb.base/sigstep.exp: next to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: next to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: nexti from handleri:
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: break handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: leave signal trampoline
new FAIL: gdb.base/sigstep.exp: nexti over handler:
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: nexti to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler entry: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: nexti to handler
new FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: nexti to handler
new FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: nexti to handler
new FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: si in handler
new FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: si in handler
new FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: si in handler
new FAIL: gdb.base/sigstep.exp: return from handleri:
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: break handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave signal trampoline
new FAIL: gdb.base/sigstep.exp: step over handler:
PASS -> FAIL: gdb.base/sigstep.exp: step over handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: step over handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: step to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler entry: performing step
PASS -> FAIL: gdb.base/sigstep.exp: step to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: step to handler
new FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: step to handler
new FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: step to handler
new FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: step to handler
new FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: step to handler
new FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: step to handler
new FAIL: gdb.base/sigstep.exp: step to handler:
PASS -> FAIL: gdb.base/sigstep.exp: step to handler: break handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: step to handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: stepi from handleri:
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: break handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: leave signal trampoline
new FAIL: gdb.base/sigstep.exp: stepi over handler:
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: stepi to handler entry:
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler entry: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler entry: set itimer = itimer_real
new FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: stepi to handler
new FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: stepi to handler
new FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: stepi to handler
new FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler:
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: stepi to handler
new FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler:
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: stepi to handler
new FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler:
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: stepi to handler
new FAIL: gdb.base/sigstep.exp: validate backtrace:
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: backtrace for nexti
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: break handler
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: continue to stepi handler
new FAIL: gdb.base/sizeof.exp:
new FAIL: gdb.base/skip-solib.exp:
PASS -> FAIL: gdb.base/skip-solib.exp: bt
new FAIL: gdb.base/skip-solib.exp: skip tests suppressed
PASS -> FAIL: gdb.base/skip-solib.exp: step
PASS -> FAIL: gdb.base/skip-solib.exp: step after ignoring solib file.
new FAIL: gdb.base/skip.exp:
new FAIL: gdb.base/skip.exp: can't run to main
new FAIL: gdb.base/so-impl-ld.exp:
new FAIL: gdb.base/so-impl-ld.exp: implicit solibs tests suppressed
PASS -> FAIL: gdb.base/so-impl-ld.exp: step in solib call
PASS -> FAIL: gdb.base/so-impl-ld.exp: step into solib call
PASS -> FAIL: gdb.base/so-impl-ld.exp: step out of solib call
PASS -> FAIL: gdb.base/so-impl-ld.exp: step over solib call
new FAIL: gdb.base/solib-corrupted.exp:
new FAIL: gdb.base/solib-corrupted.exp: can't run to main
new FAIL: gdb.base/solib-display.exp: NO:
new FAIL: gdb.base/solib-display.exp: NO: can't run to main
new FAIL: gdb.base/solib-nodir.exp:
PASS -> FAIL: gdb.base/solib-nodir.exp: library loaded
new FAIL: gdb.base/solib-probes-nosharedlibrary.exp:
PASS -> FAIL: gdb.base/solib-probes-nosharedlibrary.exp: continue to breakpoint: main
new FAIL: gdb.base/solib-probes-nosharedlibrary.exp: setting breakpoint at main
PASS -> FAIL: gdb.base/solib-probes-nosharedlibrary.exp: stopped at entry
new FAIL: gdb.base/solib-search.exp:
new FAIL: gdb.base/solib-search.exp: can't run to main
new FAIL: gdb.base/solib-symbol.exp:
new FAIL: gdb.base/solib-symbol.exp: can't run to main
PASS -> FAIL: gdb.base/solib-symbol.exp: foo2 in main
new FAIL: gdb.base/solib-vanish.exp:
new FAIL: gdb.base/solib-vanish.exp: can't run to main
new FAIL: gdb.base/solib-weak.exp:
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
new FAIL: gdb.base/solib-weak.exp: setting breakpoint at bar
new FAIL: gdb.base/source-dir.exp:
new FAIL: gdb.base/source-dir.exp: can't run to main
new FAIL: gdb.base/source-execution.exp:
new FAIL: gdb.base/source-execution.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp-2.exp:
new FAIL: gdb.base/sss-bp-on-user-bp-2.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp.exp:
new FAIL: gdb.base/sss-bp-on-user-bp.exp: can't run to main
new FAIL: gdb.base/stack-checking.exp:
new FAIL: gdb.base/stack-checking.exp: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fno-stack-protector:
new FAIL: gdb.base/stack-protector.exp: protection=-fno-stack-protector: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-all:
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-all: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-strong:
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-strong: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector:
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector: can't run to main
new FAIL: gdb.base/stale-infcall.exp:
new FAIL: gdb.base/start-cpp.exp:
new FAIL: gdb.base/start.exp:
new FAIL: gdb.base/starti.exp:
PASS -> FAIL: gdb.base/starti.exp: continue
new FAIL: gdb.base/starti.exp: setting breakpoint at main
PASS -> FAIL: gdb.base/starti.exp: starti
new FAIL: gdb.base/startup-with-shell.exp:
new FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST:
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: inferior started
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: testing first argument
new FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = *.unique-extension:
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = *.unique-extension: first argument not expanded
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = *.unique-extension: inferior started
new FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = $TEST:
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = $TEST: inferior started
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = $TEST: testing first argument
new FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension:
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: first argument expanded
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: inferior started
new FAIL: gdb.base/step-break.exp:
new FAIL: gdb.base/step-break.exp: can't run to main
new FAIL: gdb.base/step-bt.exp:
PASS -> FAIL: gdb.base/step-bt.exp: backtrace after first instruction step
PASS -> FAIL: gdb.base/step-bt.exp: backtrace after second instruction step
PASS -> FAIL: gdb.base/step-bt.exp: breakpoint at first instruction of hello
PASS -> FAIL: gdb.base/step-bt.exp: run to hello
new FAIL: gdb.base/step-line.exp:
new FAIL: gdb.base/step-line.exp: can't run to main
new FAIL: gdb.base/step-over-exit.exp:
new FAIL: gdb.base/step-over-exit.exp: can't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto:
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off:
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on:
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: couldn't run to main
new FAIL: gdb.base/step-over-syscall.exp:
new FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off:
new FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off:
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: run to main
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off:
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: run to main
new FAIL: gdb.base/step-resume-infcall.exp:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=off:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=on:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=off:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=on:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=off:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=on:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=off:
new FAIL: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=on:
new FAIL: gdb.base/step-symless.exp:
new FAIL: gdb.base/step-test.exp:
new FAIL: gdb.base/step-test.exp: can't run to main
new FAIL: gdb.base/store.exp:
new FAIL: gdb.base/structs.exp:
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: call Fun<n>
PASS -> FAIL: gdb.base/structs.exp: continue to breakpoint: chartest-done
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p chartest
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 10 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 11 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 12 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 13 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 14 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 15 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 16 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 17 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tld
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tll
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 7 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 8 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 9 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c fun<n>
PASS -> FAIL: gdb.base/structs.exp: ptype foo1; structs-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-td
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tf
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-ti
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tl
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tld
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tll
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-ts
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-td
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tf
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-ti
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tl
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tld
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tll
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-ts
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-td-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-td-tf
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tf-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tf-td
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-ti-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tl-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tld-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tll-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 8 structs-tc
new UNRESOLVED: gdb.base/structs.exp: setting breakpoint at 318
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 8 structs-tc
new FAIL: gdb.base/structs2.exp:
new FAIL: gdb.base/structs2.exp: can't run to main
new FAIL: gdb.base/structs3.exp:
new FAIL: gdb.base/style-logging.exp:
new FAIL: gdb.base/style-logging.exp: style tests failed
new FAIL: gdb.base/style.exp:
new FAIL: gdb.base/style.exp: style tests failed
new FAIL: gdb.base/sym-file.exp:
new FAIL: gdb.base/sym-file.exp: can't run to main
new FAIL: gdb.base/symbol-alias.exp:
new FAIL: gdb.base/symbol-alias.exp: can't run to main
new FAIL: gdb.base/symbol-without-target_section.exp:
PASS -> FAIL: gdb.base/symbol-without-target_section.exp: add-symbol-file
PASS -> FAIL: gdb.base/symfile-warn.exp: add-symbol-file
new FAIL: gdb.base/symlink-sourcefile.exp:
new FAIL: gdb.base/symtab-search-order.exp:
new FAIL: gdb.base/symtab-search-order.exp: can't run to main
new FAIL: gdb.base/term.exp:
new FAIL: gdb.base/term.exp: can't run to break_here
new FAIL: gdb.base/testenv.exp:
new FAIL: gdb.base/testenv.exp: setting breakpoint at 42
new FAIL: gdb.base/testenv.exp: test_inherit_env_var:
new FAIL: gdb.base/testenv.exp: test_inherit_env_var: setting breakpoint at 42
new FAIL: gdb.base/testenv.exp: test_set_unset_env:
new FAIL: gdb.base/twice.exp:
new FAIL: gdb.base/type-opaque.exp:
new FAIL: gdb.base/type-opaque.exp: can't run to main
new FAIL: gdb.base/ui-redirect.exp:
new FAIL: gdb.base/ui-redirect.exp: can't run to main
new FAIL: gdb.base/unload.exp:
PASS -> FAIL: gdb.base/unload.exp: continue to shrfunc2
PASS -> FAIL: gdb.base/unload.exp: continuing to unloaded libfile
PASS -> FAIL: gdb.base/unload.exp: continuing to unloaded libfile2
PASS -> FAIL: gdb.base/unload.exp: pending breakpoint info on first run at shrfunc1
PASS -> FAIL: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc1
PASS -> FAIL: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc2
PASS -> FAIL: gdb.base/unload.exp: print y from libfile
PASS -> FAIL: gdb.base/unload.exp: print y from libfile2
PASS -> FAIL: gdb.base/unload.exp: rerun to shared library breakpoint
PASS -> FAIL: gdb.base/unload.exp: running program
new FAIL: gdb.base/unload.exp: setting breakpoint at unload.c:66
new FAIL: gdb.base/unload.exp: setting breakpoint at unload.c:93
new FAIL: gdb.base/until-nodebug.exp:
new FAIL: gdb.base/until-nodebug.exp: can't run to main
new FAIL: gdb.base/until.exp:
new FAIL: gdb.base/until.exp: can't run to main
new FAIL: gdb.base/unwindonsignal.exp:
new FAIL: gdb.base/unwindonsignal.exp: can't run to main
new FAIL: gdb.base/utf8-identifiers.exp:
new FAIL: gdb.base/utf8-identifiers.exp: couldn't run to done
new FAIL: gdb.base/value-double-free.exp:
new FAIL: gdb.base/varargs.exp:
new FAIL: gdb.base/vdso-warning.exp:
new FAIL: gdb.base/vdso-warning.exp: core:
PASS -> FAIL: gdb.base/vdso-warning.exp: core: startup
PASS -> FAIL: gdb.base/vdso-warning.exp: run: startup
new FAIL: gdb.base/vdso-warning.exp: setup: setting breakpoint at main
new FAIL: gdb.base/vla-datatypes.exp:
new FAIL: gdb.base/vla-optimized-out.exp: o1:
new FAIL: gdb.base/vla-optimized-out.exp: o1: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3:
new FAIL: gdb.base/vla-optimized-out.exp: o3: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3_strict:
new FAIL: gdb.base/vla-optimized-out.exp: o3_strict: can't run to f1
new FAIL: gdb.base/vla-ptr.exp:
new FAIL: gdb.base/vla-sideeffect.exp:
new FAIL: gdb.base/vla-stub.exp:
PASS -> FAIL: gdb.base/vla-stub.exp: p *local_struct.ptr
PASS -> FAIL: gdb.base/vla-stub.exp: whatis *local_struct.ptr
PASS -> FAIL: gdb.base/vla-stub.exp: whatis local_struct.here
new FAIL: gdb.base/volatile.exp:
new FAIL: gdb.base/watch-bitfields.exp:
new FAIL: gdb.base/watch-cond-infcall.exp: hw:
new FAIL: gdb.base/watch-cond-infcall.exp: hw: run to main
new FAIL: gdb.base/watch-cond-infcall.exp: sw:
new FAIL: gdb.base/watch-cond-infcall.exp: sw: run to main
new FAIL: gdb.base/watch-cond.exp:
new FAIL: gdb.base/watch-cond.exp: can't run to main
new FAIL: gdb.base/watch-non-mem.exp:
new FAIL: gdb.base/watch-non-mem.exp: can't run to main
new FAIL: gdb.base/watch-read.exp:
new FAIL: gdb.base/watch-read.exp: run to main
new FAIL: gdb.base/watch-vfork.exp:
new FAIL: gdb.base/watch-vfork.exp: run to main
new FAIL: gdb.base/watch_thread_num.exp:
new FAIL: gdb.base/watch_thread_num.exp: run to main
new FAIL: gdb.base/watchpoint-cond-gone.exp:
new FAIL: gdb.base/watchpoint-delete.exp:
new FAIL: gdb.base/watchpoint-hw-attach.exp:
new FAIL: gdb.base/watchpoint-hw-hit-once.exp:
new FAIL: gdb.base/watchpoint-hw.exp:
PASS -> FAIL: gdb.base/watchpoint-hw.exp: watch watchee
new FAIL: gdb.base/watchpoint-reuse-slot.exp:
new FAIL: gdb.base/watchpoint-reuse-slot.exp: can't run to main
new FAIL: gdb.base/watchpoint-solib.exp:
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 watchpoint on g
new FAIL: gdb.base/watchpoint-stops-at-right-insn.exp:
new FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: run to main
new FAIL: gdb.base/watchpoint-unaligned.exp:
new FAIL: gdb.base/watchpoint.exp:
PASS -> FAIL: gdb.base/watchpoint.exp: awatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: awatch disallowed when can-set-hw-watchpoints cleared
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: delete watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: delete watch buf
PASS -> FAIL: gdb.base/watchpoint.exp: delete watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: delete watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: delete watch ival3
PASS -> FAIL: gdb.base/watchpoint.exp: delete watch w/condition and thread
PASS -> FAIL: gdb.base/watchpoint.exp: delete watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: delete watchpoint `7 + count'
PASS -> FAIL: gdb.base/watchpoint.exp: delete watchpoint `count + 6'
PASS -> FAIL: gdb.base/watchpoint.exp: disable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: marker1 is constant
new FAIL: gdb.base/watchpoint.exp: no-hw:
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue to breakpoint: func5 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue to breakpoint: func6 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue to breakpoint: func7 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue with watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue with watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue with watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watch buf
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watchpoint `7 + count'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watchpoint `count + 6'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: disable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: marker1 is constant
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: reenable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: set breakpoint at marker1
new FAIL: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 151
new FAIL: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 159
new FAIL: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 167
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch $pc
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch -location .x
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch 7 + count
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch buf
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch count + 6
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watchpoint `$pc' is enabled
PASS -> FAIL: gdb.base/watchpoint.exp: reenable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: rwatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: rwatch disallowed when can-set-hw-watchpoints cleared
PASS -> FAIL: gdb.base/watchpoint.exp: set breakpoint at marker1
PASS -> FAIL: gdb.base/watchpoint.exp: set slow condition watch w/thread
PASS -> FAIL: gdb.base/watchpoint.exp: set slow conditional watch
new FAIL: gdb.base/watchpoint.exp: setting breakpoint at 151
new FAIL: gdb.base/watchpoint.exp: setting breakpoint at 159
new FAIL: gdb.base/watchpoint.exp: setting breakpoint at 167
PASS -> FAIL: gdb.base/watchpoint.exp: trigger slow conditional watch
PASS -> FAIL: gdb.base/watchpoint.exp: watch $pc
PASS -> FAIL: gdb.base/watchpoint.exp: watch -location .x
PASS -> FAIL: gdb.base/watchpoint.exp: watch 7 + count
PASS -> FAIL: gdb.base/watchpoint.exp: watch buf
PASS -> FAIL: gdb.base/watchpoint.exp: watch count + 6
PASS -> FAIL: gdb.base/watchpoint.exp: watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: watch foo4
new FAIL: gdb.base/watchpoint.exp: watch tests suppressed
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
new FAIL: gdb.base/watchpoints.exp:
PASS -> FAIL: gdb.base/watchpoints.exp: before inferior start: create access watchpoint
PASS -> FAIL: gdb.base/watchpoints.exp: before inferior start: create read watchpoint
PASS -> FAIL: gdb.base/watchpoints.exp: before inferior start: create watchpoint
new FAIL: gdb.base/watchpoints.exp: disable 2
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 1
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 2
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 3
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 4
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 5
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 2
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 3
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.base/wchar.exp:
new FAIL: gdb.base/whatis-exp.exp:
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c++:
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c:
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c: can't run to main
new FAIL: gdb.base/whatis.exp: dwarf:
PASS -> FAIL: gdb.base/whatis.exp: dwarf: print_object=off: whatis named structure using type name
PASS -> FAIL: gdb.base/whatis.exp: dwarf: print_object=off: whatis named structure using type name and pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: print_object=off: whatis named structure using type name and reference
PASS -> FAIL: gdb.base/whatis.exp: dwarf: print_object=on: whatis named structure using type name
PASS -> FAIL: gdb.base/whatis.exp: dwarf: print_object=on: whatis named structure using type name and pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: print_object=on: whatis named structure using type name and reference
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_struct1
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_struct2
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_struct_ptr1
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_struct_ptr2
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_union
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_union2
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_union_ptr
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis &v_union_ptr2
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis applied to variable defined by typedef
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis char
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis char array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis char function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis char pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis complicated structure
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis complicated union
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis double
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis double array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis double function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis double pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis enumeration
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis enumeration using type name
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis float
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis float array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis float function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis float pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis inner structure
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis inner structure member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis inner union
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis inner union member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis int
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis int array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis int function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis int pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis long
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis long array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis long function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis long long function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis long long pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis long pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis named structure
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis named union
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis named union using type name
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis outer structure
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis outer structure member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis short
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis short array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis short function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis short pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed char
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed char array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed char function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed char pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed int
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed int array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed int function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed int pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed long
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed long array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed long function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed long long function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed long long pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed long pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed short
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed short array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed short function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis signed short pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unnamed structure
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unnamed union
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned char
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned char array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned char function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned char pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned int
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned int array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned int function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned int pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long long
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long long array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long long function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long long pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned long pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned short
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned short array
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned short function
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis unsigned short pointer
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis using typedef type name
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_struct1.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_struct2.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_struct_ptr1
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_struct_ptr1->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_struct_ptr2
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_struct_ptr2->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_union.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_union2.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_union_ptr
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_union_ptr->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_union_ptr2
PASS -> FAIL: gdb.base/whatis.exp: dwarf: whatis v_union_ptr2->v_char_member
new FAIL: gdb.base/with.exp:
PASS -> FAIL: gdb.base/with.exp: basics: print g_s
PASS -> FAIL: gdb.base/with.exp: basics: with language ada -- print g_s
PASS -> FAIL: gdb.base/with.exp: basics: with language ada -- with language c -- print g_s
PASS -> FAIL: gdb.base/with.exp: basics: with print pretty -- print g_s
new FAIL: gdb.base/with.exp: repeat:
PASS -> FAIL: gdb.base/with.exp: repeat: print g_s
PASS -> FAIL: gdb.base/with.exp: repeat: reinvoke with language
PASS -> FAIL: gdb.base/with.exp: repeat: reinvoke with language and --
PASS -> FAIL: gdb.base/with.exp: repeat: repeat command line
new FAIL: gdb.base/with.exp: run control:
new FAIL: gdb.base/with.exp: run control: cannot run to main
PASS -> FAIL: gdb.base/with.exp: user-defined: with language ada -- usercmd
PASS -> UNRESOLVED: gdb.base/write_mem.exp: reject set {int}main = 0x4242
PASS -> UNRESOLVED: gdb.base/write_mem.exp: set {int}main = 0x4242
PASS -> UNRESOLVED: gdb.base/write_mem.exp: x /xh main
new FAIL: gdb.base/wrong_frame_bt_full.exp:
new FAIL: gdb.compile/compile-cplus-anonymous.exp:
new FAIL: gdb.compile/compile-cplus-array-decay.exp:
new FAIL: gdb.compile/compile-cplus-inherit.exp:
new FAIL: gdb.compile/compile-cplus-member.exp:
new FAIL: gdb.compile/compile-cplus-method.exp:
new FAIL: gdb.compile/compile-cplus-namespace.exp:
new FAIL: gdb.compile/compile-cplus-nested.exp:
new FAIL: gdb.compile/compile-cplus-print.exp:
new FAIL: gdb.compile/compile-cplus-virtual.exp:
new FAIL: gdb.compile/compile-cplus.exp:
new FAIL: gdb.compile/compile-ops.exp:
new FAIL: gdb.compile/compile-print.exp:
new FAIL: gdb.compile/compile-setjmp.exp:
new FAIL: gdb.compile/compile-tls.exp:
new FAIL: gdb.compile/compile-tls.exp: can't run to main
new FAIL: gdb.compile/compile.exp:
new FAIL: gdb.cp/abstract-origin.exp:
new FAIL: gdb.cp/align.exp:
new FAIL: gdb.cp/annota2.exp:
PASS -> UNRESOLVED: gdb.cp/annota2.exp: annotate-quit
new FAIL: gdb.cp/annota2.exp: break at main
PASS -> FAIL: gdb.cp/annota2.exp: breakpoint main
PASS -> FAIL: gdb.cp/annota2.exp: continue until exit
PASS -> UNRESOLVED: gdb.cp/annota2.exp: delete bps
PASS -> UNRESOLVED: gdb.cp/annota2.exp: print class
PASS -> UNRESOLVED: gdb.cp/annota2.exp: run until main breakpoint
PASS -> UNRESOLVED: gdb.cp/annota2.exp: set watch on a.x
PASS -> UNRESOLVED: gdb.cp/annota2.exp: watch triggered on a.x
new FAIL: gdb.cp/annota3.exp:
PASS -> UNRESOLVED: gdb.cp/annota3.exp: annotate-quit
PASS -> FAIL: gdb.cp/annota3.exp: break at main
PASS -> FAIL: gdb.cp/annota3.exp: breakpoint main
PASS -> UNRESOLVED: gdb.cp/annota3.exp: continue to exit
PASS -> UNRESOLVED: gdb.cp/annota3.exp: delete bps
PASS -> FAIL: gdb.cp/annota3.exp: first run until main breakpoint
PASS -> UNRESOLVED: gdb.cp/annota3.exp: print class
PASS -> UNRESOLVED: gdb.cp/annota3.exp: second run until main breakpoint
PASS -> UNRESOLVED: gdb.cp/annota3.exp: set watch on a.x
PASS -> UNRESOLVED: gdb.cp/annota3.exp: watch triggered on a.x
new FAIL: gdb.cp/anon-ns.exp:
new FAIL: gdb.cp/anon-struct.exp:
PASS -> FAIL: gdb.cp/anon-struct.exp: print type of X::t2
PASS -> FAIL: gdb.cp/anon-struct.exp: print type of X::t2::t2
PASS -> FAIL: gdb.cp/anon-struct.exp: print type of t3::~t3
PASS -> FAIL: gdb.cp/anon-struct.exp: print type of t::t
new FAIL: gdb.cp/anon-union.exp:
new FAIL: gdb.cp/arg-reference.exp:
PASS -> FAIL: gdb.cp/arg-reference.exp: no false reference
new FAIL: gdb.cp/baseenum.exp:
new FAIL: gdb.cp/bool.exp:
PASS -> FAIL: gdb.cp/bool.exp: print return_false
PASS -> FAIL: gdb.cp/bool.exp: print return_true
new FAIL: gdb.cp/breakpoint.exp:
new FAIL: gdb.cp/bs15503.exp:
new FAIL: gdb.cp/call-c.exp:
PASS -> FAIL: gdb.cp/call-c.exp: b 42
PASS -> FAIL: gdb.cp/call-c.exp: continue to bp
PASS -> FAIL: gdb.cp/call-c.exp: print foo
PASS -> FAIL: gdb.cp/call-c.exp: print handle->func
PASS -> FAIL: gdb.cp/call-c.exp: print rf->func
new FAIL: gdb.cp/casts.exp:
new FAIL: gdb.cp/chained-calls.exp:
new FAIL: gdb.cp/class2.exp:
new FAIL: gdb.cp/classes.exp:
new FAIL: gdb.cp/cmpd-minsyms.exp:
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at "int GDB<char>::even_harder<int>
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at 'GDB<int>::a
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at 'GDB<int>::b
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at 'GDB<int>::c
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<char>::harder
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::harder
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::operator ==
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::operator==
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at GDB<int>::simple
new FAIL: gdb.cp/constexpr-field.exp:
new FAIL: gdb.cp/converts.exp:
new FAIL: gdb.cp/cp-relocate.exp:
PASS -> FAIL: gdb.cp/cp-relocate.exp: info functions
new FAIL: gdb.cp/cpcompletion.exp:
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods beginning with F
new FAIL: gdb.cp/cpexprs.exp:
new FAIL: gdb.cp/cplabel.exp:
new FAIL: gdb.cp/cplusfuncs.exp:
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_operator_char_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_char_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_foo_ref
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_int_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_long
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_long_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_short
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_typedef
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_unsigned_int
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_unsigned_long
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_unsigned_short
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_void
PASS -> FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_void_star
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator char\*
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator delete
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator int
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator new
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator!
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator!=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator%
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator%=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator&&
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator&
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator&=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator+
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator++
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator+=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator,
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator-
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator--
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator-=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator->
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator->\*
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator/
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator/=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator<
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator<<
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator<<=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator<=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator==
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator>
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator>=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator>>
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator>>=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator\*
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator\*=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator\[\]
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator^
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator^=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator|
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator|=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator||
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator~
PASS -> FAIL: gdb.cp/cplusfuncs.exp: list foo::operator int*
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &'overload1arg
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &'overloadargs
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator char*
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator delete
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator int
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator new
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator new[]
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator!
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator!=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator%
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator%=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator&&
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator&
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator&=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator*
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator*=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator+
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator++
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator+=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator,
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator-
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator--
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator-=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator->
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator->*
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator/
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator/=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator<
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator<<
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator<<=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator<=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator==
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator>
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator>=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator>>
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator>>=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator[]
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator^
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator^=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator|
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator|=
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator||
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &foo::operator~
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &hairyfunc1
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &hairyfunc2
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &hairyfunc3
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &hairyfunc4
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &hairyfunc5
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &hairyfunc6
PASS -> FAIL: gdb.cp/cplusfuncs.exp: print &hairyfunc7
new FAIL: gdb.cp/cpsizeof.exp:
new FAIL: gdb.cp/ctti.exp:
new FAIL: gdb.cp/derivation.exp:
PASS -> FAIL: gdb.cp/derivation.exp: before run: p
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype A2::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype A::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype D2::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype D::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype E::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype F::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype Z::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype ZZ::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis A2::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis A::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis D2::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis D::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis E::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis F::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis Z::value_type
PASS -> FAIL: gdb.cp/derivation.exp: before run: whatis ZZ::value_type
new FAIL: gdb.cp/destrprint.exp:
new FAIL: gdb.cp/dispcxx.exp:
new FAIL: gdb.cp/ena-dis-br-range.exp:
new FAIL: gdb.cp/ena-dis-br-range.exp: run to marker
new FAIL: gdb.cp/enum-class.exp:
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=0:
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=0: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=1:
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=1: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=0:
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=0: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=1:
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=1: can't run to main
new FAIL: gdb.cp/exception.exp:
PASS -> FAIL: gdb.cp/exception.exp: Set temporary breakpoint at main
PASS -> FAIL: gdb.cp/exception.exp: run to main
new FAIL: gdb.cp/exceptprint.exp:
new FAIL: gdb.cp/expand-psymtabs-cxx.exp:
PASS -> FAIL: gdb.cp/expand-psymtabs-cxx.exp: after expand
PASS -> FAIL: gdb.cp/expand-psymtabs-cxx.exp: before expand
PASS -> FAIL: gdb.cp/expand-psymtabs-cxx.exp: force expand
new FAIL: gdb.cp/expand-sals.exp:
new FAIL: gdb.cp/extern-c.exp:
PASS -> FAIL: gdb.cp/extern-c.exp: continue to breakpoint: c_func
PASS -> FAIL: gdb.cp/extern-c.exp: continue to breakpoint: c_funcs_1
PASS -> FAIL: gdb.cp/extern-c.exp: continue to breakpoint: c_funcs_2
PASS -> FAIL: gdb.cp/extern-c.exp: rbreak c_funcs
PASS -> FAIL: gdb.cp/extern-c.exp: set commands on multiple breakpoints
PASS -> FAIL: gdb.cp/extern-c.exp: setting breakpoint at c_func
PASS -> FAIL: gdb.cp/extern-c.exp: verify counter at first breakpoint
PASS -> FAIL: gdb.cp/extern-c.exp: verify counter at second breakpoint
new FAIL: gdb.cp/filename.exp:
new FAIL: gdb.cp/formatted-ref.exp:
new FAIL: gdb.cp/formatted-ref.exp: find address of e1
new FAIL: gdb.cp/formatted-ref.exp: find address of i1
new FAIL: gdb.cp/formatted-ref.exp: find address of s1
PASS -> FAIL: gdb.cp/formatted-ref.exp: print s.x == 13
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x &e
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x &i
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x &s
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x *
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x e
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x i
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x s
new FAIL: gdb.cp/fpointer.exp:
new FAIL: gdb.cp/gdb1355.exp:
new FAIL: gdb.cp/gdb2384.exp:
new FAIL: gdb.cp/gdb2495.exp:
new FAIL: gdb.cp/hang.exp:
PASS -> FAIL: gdb.cp/hang.exp: doesn't corrupt cv_type chain
PASS -> FAIL: gdb.cp/hang.exp: doesn't overwrite struct type
new FAIL: gdb.cp/impl-this.exp:
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print A<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print B<int>::A<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print B<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print C::A<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print C::c
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print C::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::A<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::B<int>::A<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::B<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::C::A<int>::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::C::c
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::C::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print D::x
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print c
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print x
new FAIL: gdb.cp/infcall-dlopen.exp:
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=debug:
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=nodebug:
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=nodebug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=debug:
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=nodebug:
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=nodebug: can't run to main
new FAIL: gdb.cp/inherit.exp:
new FAIL: gdb.cp/iostream.exp:
new FAIL: gdb.cp/koenig.exp:
new FAIL: gdb.cp/local-static.exp: c++:
new FAIL: gdb.cp/local-static.exp: c++: couldn't run to breakpoint
new FAIL: gdb.cp/local-static.exp: c:
new FAIL: gdb.cp/local-static.exp: c: couldn't run to breakpoint
new FAIL: gdb.cp/local.exp:
new FAIL: gdb.cp/m-data.exp:
new FAIL: gdb.cp/m-static.exp:
new FAIL: gdb.cp/many-args.exp:
new FAIL: gdb.cp/mb-ctor.exp:
new FAIL: gdb.cp/mb-inline.exp:
new FAIL: gdb.cp/mb-inline.exp: can't run to main for multi_line_foo tests.
PASS -> FAIL: gdb.cp/mb-inline.exp: disabled breakpoint 1.2
PASS -> FAIL: gdb.cp/mb-inline.exp: disabling location: disable
PASS -> FAIL: gdb.cp/mb-inline.exp: disabling location: run to breakpoint
PASS -> FAIL: gdb.cp/mb-inline.exp: info break
PASS -> FAIL: gdb.cp/mb-inline.exp: run to breakpoint
PASS -> FAIL: gdb.cp/mb-inline.exp: run to breakpoint 2
PASS -> FAIL: gdb.cp/mb-inline.exp: set breakpoint
new FAIL: gdb.cp/mb-templates.exp:
new FAIL: gdb.cp/mb-templates.exp: can't run to main for multi_line_foo tests.
new FAIL: gdb.cp/mb-templates.exp: disable breakpoint: disable
new FAIL: gdb.cp/mb-templates.exp: disable breakpoint: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: disabling location: disable
new FAIL: gdb.cp/mb-templates.exp: disabling location: enable
new FAIL: gdb.cp/mb-templates.exp: disabling location: run to breakpoint
PASS -> FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2
PASS -> FAIL: gdb.cp/mb-templates.exp: initial condition: set breakpoint
new FAIL: gdb.cp/mb-templates.exp: instantiation: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: instantiation: run to breakpoint 2
new FAIL: gdb.cp/mb-templates.exp: instantiation: set breakpoint
new FAIL: gdb.cp/mb-templates.exp: separate condition: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: separate condition: run to breakpoint 2
new FAIL: gdb.cp/mb-templates.exp: separate condition: set breakpoint
new FAIL: gdb.cp/mb-templates.exp: separate condition: set condition
new FAIL: gdb.cp/member-name.exp:
new FAIL: gdb.cp/member-ptr.exp:
new FAIL: gdb.cp/meth-typedefs.exp:
new FAIL: gdb.cp/method.exp:
new FAIL: gdb.cp/method2.exp:
new FAIL: gdb.cp/minsym-fallback.exp:
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::f
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::operator
PASS -> FAIL: gdb.cp/misc.exp: deduced language is C++, after full symbols
PASS -> FAIL: gdb.cp/misc.exp: deduced language is C++, before full symbols
PASS -> FAIL: gdb.cp/misc.exp: expression using block qualifier
PASS -> FAIL: gdb.cp/misc.exp: print a bool array
PASS -> FAIL: gdb.cp/misc.exp: print a bool var
PASS -> FAIL: gdb.cp/misc.exp: print s.a for foo struct
PASS -> FAIL: gdb.cp/misc.exp: set a bool array elem
PASS -> FAIL: gdb.cp/misc.exp: set a bool var
new FAIL: gdb.cp/namespace-enum.exp:
PASS -> FAIL: gdb.cp/namespace-enum.exp: print A_A
PASS -> FAIL: gdb.cp/namespace-enum.exp: print foo::B::B_B
PASS -> FAIL: gdb.cp/namespace-enum.exp: print foo::B_B
new FAIL: gdb.cp/namespace-nested-import.exp:
new FAIL: gdb.cp/namespace.exp:
PASS -> FAIL: gdb.cp/namespace.exp: show lang
new FAIL: gdb.cp/nested-types.exp:
PASS -> FAIL: gdb.cp/nested-types.exp: ptype S10
new FAIL: gdb.cp/nextoverthrow.exp:
new FAIL: gdb.cp/no-dmgl-verbose.exp:
PASS -> FAIL: gdb.cp/no-dmgl-verbose.exp: DMGL_VERBOSE-demangled f
new FAIL: gdb.cp/no-libstdcxx-probe.exp:
new FAIL: gdb.cp/non-trivial-retval.exp:
new FAIL: gdb.cp/noparam.exp:
PASS -> FAIL: gdb.cp/noparam.exp: p C::m
PASS -> FAIL: gdb.cp/nsalias.exp:
PASS -> FAIL: gdb.cp/nsalias.exp: compaint for too many recursively imported declarations
PASS -> FAIL: gdb.cp/nsalias.exp: list Outer::Inner::Innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list Outer::Inner::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list Outer::Inner::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list Outer::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list Outer::inner::Innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list Outer::inner::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list Outer::inner::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi1::Innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi1::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi1::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi2::Innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi2::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi2::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi3::Innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi3::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list oi3::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list outer::Inner::Innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list outer::Inner::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list outer::Inner::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list outer::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list outer::inner::Innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list outer::inner::foo
PASS -> FAIL: gdb.cp/nsalias.exp: list outer::inner::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: print Outer::Inner::Innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print Outer::Inner::innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print Outer::Inner::x
PASS -> FAIL: gdb.cp/nsalias.exp: print Outer::inner::Innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print Outer::inner::innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print Outer::inner::x
PASS -> FAIL: gdb.cp/nsalias.exp: print Outer::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi1::Innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi1::innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi1::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi2::Innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi2::innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi2::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi3::Innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi3::innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print oi3::x
PASS -> FAIL: gdb.cp/nsalias.exp: print outer::Inner::Innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print outer::Inner::innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print outer::Inner::x
PASS -> FAIL: gdb.cp/nsalias.exp: print outer::inner::Innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print outer::inner::innermost::x
PASS -> FAIL: gdb.cp/nsalias.exp: print outer::inner::x
PASS -> FAIL: gdb.cp/nsalias.exp: print outer::x
PASS -> FAIL: gdb.cp/nsalias.exp: ptype Outer
PASS -> FAIL: gdb.cp/nsalias.exp: ptype Outer::Inner
PASS -> FAIL: gdb.cp/nsalias.exp: ptype Outer::Inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype Outer::Inner::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype Outer::inner
PASS -> FAIL: gdb.cp/nsalias.exp: ptype Outer::inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype Outer::inner::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi1
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi1::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi1::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi2
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi2::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi2::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi3
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi3::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype oi3::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype outer
PASS -> FAIL: gdb.cp/nsalias.exp: ptype outer::Inner
PASS -> FAIL: gdb.cp/nsalias.exp: ptype outer::Inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype outer::Inner::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype outer::inner
PASS -> FAIL: gdb.cp/nsalias.exp: ptype outer::inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: ptype outer::inner::innermost
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::Innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *Outer::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::Innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi1::Innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi1::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi1::innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi2::Innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi2::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi2::innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi3::Innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi3::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *oi3::innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::Innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *outer::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::Innermost::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::foo
new FAIL: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::innermost::foo
PASS -> FAIL: gdb.cp/nsalias.exp: whatis Outer
PASS -> FAIL: gdb.cp/nsalias.exp: whatis Outer::Inner
PASS -> FAIL: gdb.cp/nsalias.exp: whatis Outer::Inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis Outer::Inner::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis Outer::inner
PASS -> FAIL: gdb.cp/nsalias.exp: whatis Outer::inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis Outer::inner::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi1
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi1::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi1::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi2
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi2::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi2::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi3
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi3::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis oi3::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis outer
PASS -> FAIL: gdb.cp/nsalias.exp: whatis outer::Inner
PASS -> FAIL: gdb.cp/nsalias.exp: whatis outer::Inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis outer::Inner::innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis outer::inner
PASS -> FAIL: gdb.cp/nsalias.exp: whatis outer::inner::Innermost
PASS -> FAIL: gdb.cp/nsalias.exp: whatis outer::inner::innermost
new FAIL: gdb.cp/nsdecl.exp:
new FAIL: gdb.cp/nsimport.exp:
new FAIL: gdb.cp/nsnested.exp:
new FAIL: gdb.cp/nsnoimports.exp:
new FAIL: gdb.cp/nsrecurs.exp:
new FAIL: gdb.cp/nsstress.exp:
new FAIL: gdb.cp/nsusing.exp:
new FAIL: gdb.cp/operator.exp:
new FAIL: gdb.cp/oranking.exp:
new FAIL: gdb.cp/overload-const.exp:
PASS -> FAIL: gdb.cp/overload-const.exp: setting breakpoint at myclass::func
new FAIL: gdb.cp/overload.exp:
new FAIL: gdb.cp/ovldbreak.exp:
new FAIL: gdb.cp/ovsrch.exp:
new FAIL: gdb.cp/paren-type.exp:
PASS -> FAIL: gdb.cp/paren-type.exp: break C::f
new FAIL: gdb.cp/parse-lang.exp:
PASS -> FAIL: gdb.cp/parse-lang.exp: breakpoint hit
new FAIL: gdb.cp/parse-lang.exp: setting breakpoint at C::m if v == 42
new FAIL: gdb.cp/parse-lang.exp: setting breakpoint at marker
new FAIL: gdb.cp/pass-by-ref.exp:
new FAIL: gdb.cp/pr-1023.exp:
new FAIL: gdb.cp/pr-1210.exp:
new FAIL: gdb.cp/pr-574.exp:
new FAIL: gdb.cp/pr10687.exp:
new FAIL: gdb.cp/pr10687.exp: can't run to main
new FAIL: gdb.cp/pr10728.exp:
new FAIL: gdb.cp/pr12028.exp:
new FAIL: gdb.cp/pr17132.exp:
new FAIL: gdb.cp/pr17494.exp:
new FAIL: gdb.cp/pr9067.exp:
new FAIL: gdb.cp/pr9167.exp:
new FAIL: gdb.cp/pr9167.exp: can't run to main
new FAIL: gdb.cp/pr9631.exp:
new FAIL: gdb.cp/printmethod.exp:
new FAIL: gdb.cp/psmang.exp:
PASS -> FAIL: gdb.cp/psmang.exp: break s::method1
PASS -> FAIL: gdb.cp/psmang.exp: break s::method2
new FAIL: gdb.cp/psymtab-parameter.exp:
PASS -> FAIL: gdb.cp/psymtab-parameter.exp: complete p 'func<short>
new FAIL: gdb.cp/ptype-cv-cp.exp:
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: ptype v_const_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: ptype v_const_volatile_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: ptype v_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: ptype v_volatile_const_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: ptype v_volatile_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: whatis v_const_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: whatis v_const_volatile_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: whatis v_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: whatis v_volatile_const_my_int
PASS -> FAIL: gdb.cp/ptype-cv-cp.exp: whatis v_volatile_my_int
new FAIL: gdb.cp/ptype-flags.exp:
new FAIL: gdb.cp/re-set-overloaded.exp:
PASS -> KFAIL: gdb.cp/re-set-overloaded.exp: breakpoint resolved
new FAIL: gdb.cp/re-set-overloaded.exp: setting breakpoint at main
PASS -> FAIL: gdb.cp/re-set-overloaded.exp: start
new FAIL: gdb.cp/readnow-language.exp:
PASS -> FAIL: gdb.cp/readnow-language.exp: show language
new FAIL: gdb.cp/ref-params.exp:
PASS -> FAIL: gdb.cp/ref-params.exp: print f1
PASS -> FAIL: gdb.cp/ref-params.exp: print mf1
PASS -> FAIL: gdb.cp/ref-params.exp: print mf2
PASS -> FAIL: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> FAIL: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> FAIL: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f1 on
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f2 on
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f2 on Child in main
new FAIL: gdb.cp/ref-types.exp:
new FAIL: gdb.cp/rtti.exp:
new FAIL: gdb.cp/rvalue-ref-casts.exp:
new FAIL: gdb.cp/rvalue-ref-overload.exp:
new FAIL: gdb.cp/rvalue-ref-params.exp:
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print f1
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print mf1
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print mf2
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2
new FAIL: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2:
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1
new FAIL: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1:
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of f1 on
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of f1 on Child&& in f2
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of f2 on
new FAIL: gdb.cp/rvalue-ref-sizeof.exp:
new FAIL: gdb.cp/rvalue-ref-types.exp:
new FAIL: gdb.cp/save-bp-qualified.exp: save:
new FAIL: gdb.cp/scope-err.exp:
new FAIL: gdb.cp/scope-err.exp: can't run to main
new FAIL: gdb.cp/shadow.exp:
new FAIL: gdb.cp/smartp.exp:
new FAIL: gdb.cp/static-method.exp:
new FAIL: gdb.cp/static-print-quit.exp:
PASS -> UNRESOLVED: gdb.cp/static-print-quit.exp: first print
PASS -> FAIL: gdb.cp/static-print-quit.exp: print c - <return>
PASS -> FAIL: gdb.cp/static-print-quit.exp: print c - q <return>
PASS -> FAIL: gdb.cp/static-print-quit.exp: print c - remainder
PASS -> UNRESOLVED: gdb.cp/static-print-quit.exp: q
PASS -> UNRESOLVED: gdb.cp/static-print-quit.exp: second print
PASS -> UNRESOLVED: gdb.cp/static-print-quit.exp: set pagination off
new FAIL: gdb.cp/static-typedef-print.exp:
new FAIL: gdb.cp/subtypes.exp:
PASS -> FAIL: gdb.cp/subtypes.exp: ptype Outer::Inner
PASS -> FAIL: gdb.cp/subtypes.exp: ptype Outer::Inner::InnerInner
PASS -> FAIL: gdb.cp/subtypes.exp: ptype Outer::Oenum
PASS -> FAIL: gdb.cp/subtypes.exp: ptype foobar<char>::Bar
PASS -> FAIL: gdb.cp/subtypes.exp: ptype foobar<char>::Baz
PASS -> FAIL: gdb.cp/subtypes.exp: ptype foobar<char>::Foo
PASS -> FAIL: gdb.cp/subtypes.exp: ptype foobar<int>::Bar
PASS -> FAIL: gdb.cp/subtypes.exp: ptype foobar<int>::Baz
PASS -> FAIL: gdb.cp/subtypes.exp: ptype foobar<int>::Foo
PASS -> FAIL: gdb.cp/subtypes.exp: ptype main::Bar
PASS -> FAIL: gdb.cp/subtypes.exp: ptype main::Baz
PASS -> FAIL: gdb.cp/subtypes.exp: ptype main::Foo
PASS -> FAIL: gdb.cp/subtypes.exp: setting breakpoint at Outer::Inner::doit
PASS -> FAIL: gdb.cp/subtypes.exp: setting breakpoint at foobar<char>
PASS -> FAIL: gdb.cp/subtypes.exp: setting breakpoint at foobar<int>
PASS -> FAIL: gdb.cp/subtypes.exp: setting breakpoint at main::Bar::doit
PASS -> FAIL: gdb.cp/subtypes.exp: setting breakpoint at main::Baz::doit
PASS -> FAIL: gdb.cp/subtypes.exp: setting breakpoint at main::Foo::doit
new FAIL: gdb.cp/temargs.exp:
new FAIL: gdb.cp/templates.exp:
PASS -> FAIL: gdb.cp/templates.exp: b 770
PASS -> FAIL: gdb.cp/templates.exp: break Garply<Garply<char> >::garply
PASS -> FAIL: gdb.cp/templates.exp: breakpoint on a line with no real code
PASS -> FAIL: gdb.cp/templates.exp: constructor breakpoint
PASS -> FAIL: gdb.cp/templates.exp: continue to line 770
new FAIL: gdb.cp/templates.exp: destructor_breakpoint
PASS -> FAIL: gdb.cp/templates.exp: print Foo<volatile char *>::foo
PASS -> FAIL: gdb.cp/templates.exp: print Foo<volatile char*>::foo
PASS -> FAIL: gdb.cp/templates.exp: print Garply<Garply<char> >::garply
PASS -> FAIL: gdb.cp/templates.exp: print destructor of template typedef
PASS -> FAIL: gdb.cp/templates.exp: print fint
PASS -> FAIL: gdb.cp/templates.exp: print fvpchar
PASS -> FAIL: gdb.cp/templates.exp: print method of template typedef
PASS -> FAIL: gdb.cp/templates.exp: ptype Bar
PASS -> FAIL: gdb.cp/templates.exp: ptype Baz
PASS -> FAIL: gdb.cp/templates.exp: ptype Foo
PASS -> FAIL: gdb.cp/templates.exp: ptype Garply<Garply<char> >
PASS -> FAIL: gdb.cp/templates.exp: ptype Garply<int>
PASS -> FAIL: gdb.cp/templates.exp: ptype Qux
PASS -> FAIL: gdb.cp/templates.exp: ptype Spec
PASS -> FAIL: gdb.cp/templates.exp: ptype T5<int>
PASS -> FAIL: gdb.cp/templates.exp: ptype arg
PASS -> FAIL: gdb.cp/templates.exp: ptype bazint
PASS -> FAIL: gdb.cp/templates.exp: ptype bazint2
PASS -> FAIL: gdb.cp/templates.exp: ptype bint
PASS -> FAIL: gdb.cp/templates.exp: ptype bint2
PASS -> FAIL: gdb.cp/templates.exp: ptype empty
PASS -> FAIL: gdb.cp/templates.exp: ptype fchar
PASS -> FAIL: gdb.cp/templates.exp: ptype fint
KFAIL -> FAIL: gdb.cp/templates.exp: ptype fvpchar
PASS -> FAIL: gdb.cp/templates.exp: ptype quxint
PASS -> FAIL: gdb.cp/templates.exp: ptype siip
PASS -> FAIL: gdb.cp/templates.exp: ptype t5i
PASS -> FAIL: gdb.cp/templates.exp: value method breakpoint
new FAIL: gdb.cp/try_catch.exp:
new FAIL: gdb.cp/typedef-base.exp:
new FAIL: gdb.cp/typedef-operator.exp:
PASS -> FAIL: gdb.cp/typedef-operator.exp: test crash
new FAIL: gdb.cp/typeid.exp:
new FAIL: gdb.cp/userdef.exp:
new FAIL: gdb.cp/using-crash.exp:
PASS -> FAIL: gdb.cp/using-crash.exp: reload file
new FAIL: gdb.cp/var-tag.exp:
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print CC
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print E
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print E2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print EE
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print S
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print S2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print SS
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print U
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print U2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print UU
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print cc
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print ee
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print ss
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: print uu
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype C
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype CC
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype E
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype E2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype EE
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype S
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype S2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype SS
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype U
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype U2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype UU
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype cc
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype ee
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype ss
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c++: ptype uu
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print CC
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print E
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print E2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print EE
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print S
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print S2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print SS
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print U
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print U2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print UU
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print cc
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print ee
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print ss
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: print uu
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype C
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype CC
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype E
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype E2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype EE
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype S
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype S2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype SS
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype U
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype U2
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype UU
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype cc
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype ee
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype ss
PASS -> FAIL: gdb.cp/var-tag.exp: before start: c: ptype uu
new FAIL: gdb.cp/virtbase.exp:
new FAIL: gdb.cp/virtbase2.exp:
new FAIL: gdb.cp/virtfunc.exp:
new FAIL: gdb.cp/virtfunc2.exp:
new FAIL: gdb.cp/vla-cxx.exp:
new FAIL: gdb.cp/watch-cp.exp:
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++03:
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++03: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++11:
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++11: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c:
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c: can't run to main
new FAIL: gdb.dlang/circular.exp:
new FAIL: gdb.dlang/watch-loc.exp:
new FAIL: gdb.dlang/watch-loc.exp: disassemble _Dmain
new FAIL: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new FAIL: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new FAIL: gdb.dwarf2/ada-linkage-name.exp:
new FAIL: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new FAIL: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new FAIL: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new FAIL: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new FAIL: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new FAIL: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new FAIL: gdb.dwarf2/ada-valprint-error.exp:
PASS -> FAIL: gdb.dwarf2/ada-valprint-error.exp: print fd.global
new FAIL: gdb.dwarf2/arr-stride.exp:
PASS -> FAIL: gdb.dwarf2/arr-stride.exp: ptype pck.big_table
PASS -> FAIL: gdb.dwarf2/arr-stride.exp: ptype pck.table
new FAIL: gdb.dwarf2/arr-subrange.exp:
PASS -> FAIL: gdb.dwarf2/arr-subrange.exp: ptype pck.table
new FAIL: gdb.dwarf2/atomic-type.exp:
new FAIL: gdb.dwarf2/atomic-type.exp: disassemble f
new FAIL: gdb.dwarf2/atomic-type.exp: p f_label - f
new FAIL: gdb.dwarf2/atomic-type.exp: x/2i f+
new FAIL: gdb.dwarf2/bad-regnum.exp:
new FAIL: gdb.dwarf2/bitfield-parent-optimized-out.exp:
new FAIL: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new FAIL: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new FAIL: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new FAIL: gdb.dwarf2/comp-unit-lang.exp:
new FAIL: gdb.dwarf2/corrupt.exp:
new FAIL: gdb.dwarf2/count.exp:
new FAIL: gdb.dwarf2/data-loc.exp:
new FAIL: gdb.dwarf2/dup-psym.exp:
PASS -> FAIL: gdb.dwarf2/dup-psym.exp: info sources should contain only one reference to file1.txt
new FAIL: gdb.dwarf2/dw2-abs-hi-pc.exp:
PASS -> FAIL: gdb.dwarf2/dw2-abs-hi-pc.exp: break hello
PASS -> FAIL: gdb.dwarf2/dw2-abs-hi-pc.exp: break world
new FAIL: gdb.dwarf2/dw2-ada-ffffffff.exp:
PASS -> FAIL: gdb.dwarf2/dw2-ada-ffffffff.exp: p sizeof
PASS -> FAIL: gdb.dwarf2/dw2-ada-ffffffff.exp: ptype t
new FAIL: gdb.dwarf2/dw2-align.exp:
new FAIL: gdb.dwarf2/dw2-anon-mptr.exp:
PASS -> FAIL: gdb.dwarf2/dw2-anon-mptr.exp: ptype crash
new FAIL: gdb.dwarf2/dw2-anonymous-func.exp:
PASS -> FAIL: gdb.dwarf2/dw2-anonymous-func.exp: list file1.txt
new FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp:
new FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new FAIL: gdb.dwarf2/dw2-bad-parameter-type.exp:
new FAIL: gdb.dwarf2/dw2-bad-unresolved.exp:
PASS -> FAIL: gdb.dwarf2/dw2-bad-unresolved.exp: print var
PASS -> FAIL: gdb.dwarf2/dw2-bad-unresolved.exp: ptype var
new FAIL: gdb.dwarf2/dw2-basic.exp:
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: ptype func_cu1
new FAIL: gdb.dwarf2/dw2-canonicalize-type.exp:
PASS -> FAIL: gdb.dwarf2/dw2-canonicalize-type.exp: ptype f
new FAIL: gdb.dwarf2/dw2-case-insensitive.exp:
PASS -> FAIL: gdb.dwarf2/dw2-case-insensitive.exp: p fuNC_lang
PASS -> FAIL: gdb.dwarf2/dw2-case-insensitive.exp: p fuNC_symtab
PASS -> FAIL: gdb.dwarf2/dw2-case-insensitive.exp: regexp case-sensitive off
PASS -> FAIL: gdb.dwarf2/dw2-case-insensitive.exp: setting breakpoint at fuNC_lang
PASS -> FAIL: gdb.dwarf2/dw2-case-insensitive.exp: setting breakpoint at fuNC_symtab
new FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp:
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc42
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
new FAIL: gdb.dwarf2/dw2-compressed.exp:
PASS -> FAIL: gdb.dwarf2/dw2-compressed.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-compressed.exp: ptype func_cu1
new FAIL: gdb.dwarf2/dw2-const.exp:
PASS -> FAIL: gdb.dwarf2/dw2-const.exp: print twelve
PASS -> FAIL: gdb.dwarf2/dw2-const.exp: print/x val8
new FAIL: gdb.dwarf2/dw2-cp-infcall-ref-static.exp:
new FAIL: gdb.dwarf2/dw2-cu-size.exp:
PASS -> FAIL: gdb.dwarf2/dw2-cu-size.exp: ptype noloc
new FAIL: gdb.dwarf2/dw2-dir-file-name.exp:
new FAIL: gdb.dwarf2/dw2-dos-drive.exp:
PASS -> FAIL: gdb.dwarf2/dw2-dos-drive.exp: break 'z:file.c':func
new FAIL: gdb.dwarf2/dw2-double-set-die-type.exp:
PASS -> FAIL: gdb.dwarf2/dw2-double-set-die-type.exp: ptype a
new FAIL: gdb.dwarf2/dw2-dummy-cu.exp:
PASS -> FAIL: gdb.dwarf2/dw2-dummy-cu.exp: info fun main
new FAIL: gdb.dwarf2/dw2-empty-namespace.exp:
PASS -> FAIL: gdb.dwarf2/dw2-empty-namespace.exp: p var
PASS -> FAIL: gdb.dwarf2/dw2-empty-namespace.exp: ptype var
new FAIL: gdb.dwarf2/dw2-empty-pc-range.exp:
PASS -> FAIL: gdb.dwarf2/dw2-empty-pc-range.exp: empty range after CU load
PASS -> FAIL: gdb.dwarf2/dw2-empty-pc-range.exp: empty range before CU load
PASS -> FAIL: gdb.dwarf2/dw2-empty-pc-range.exp: valid range after CU load
new FAIL: gdb.dwarf2/dw2-entry-value.exp:
new FAIL: gdb.dwarf2/dw2-filename.exp:
PASS -> FAIL: gdb.dwarf2/dw2-filename.exp: info sources
PASS -> FAIL: gdb.dwarf2/dw2-filename.exp: interpreter-exec mi -file-list-exec-source-files
new FAIL: gdb.dwarf2/dw2-icc-opaque.exp:
PASS -> FAIL: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
new FAIL: gdb.dwarf2/dw2-icycle.exp:
new FAIL: gdb.dwarf2/dw2-ifort-parameter.exp:
new FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new FAIL: gdb.dwarf2/dw2-inheritance.exp:
PASS -> FAIL: gdb.dwarf2/dw2-inheritance.exp: ptype inherited
new FAIL: gdb.dwarf2/dw2-inline-param.exp:
PASS -> FAIL: gdb.dwarf2/dw2-inline-param.exp: info addr break_at
new FAIL: gdb.dwarf2/dw2-intercu.exp:
PASS -> FAIL: gdb.dwarf2/dw2-intercu.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-intercu.exp: p one
PASS -> FAIL: gdb.dwarf2/dw2-intercu.exp: p two
PASS -> FAIL: gdb.dwarf2/dw2-intercu.exp: ptype func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-intercu.exp: ptype int2
PASS -> FAIL: gdb.dwarf2/dw2-intercu.exp: ptype one
PASS -> FAIL: gdb.dwarf2/dw2-intercu.exp: ptype two
new FAIL: gdb.dwarf2/dw2-intermix.exp:
PASS -> FAIL: gdb.dwarf2/dw2-intermix.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-intermix.exp: ptype func_cu1
new FAIL: gdb.dwarf2/dw2-lexical-block-bare.exp:
new FAIL: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new FAIL: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new FAIL: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new FAIL: gdb.dwarf2/dw2-linkage-name-trust.exp:
new FAIL: gdb.dwarf2/dw2-minsym-in-cu.exp:
new FAIL: gdb.dwarf2/dw2-modula2-self-type.exp:
new FAIL: gdb.dwarf2/dw2-namespaceless-anonymous.exp:
PASS -> FAIL: gdb.dwarf2/dw2-namespaceless-anonymous.exp: p '
PASS -> FAIL: gdb.dwarf2/dw2-namespaceless-anonymous.exp: ptype '
new FAIL: gdb.dwarf2/dw2-noloc.exp:
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locno_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locno_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locno_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locno_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locno_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locno_unresolvable
new FAIL: gdb.dwarf2/dw2-objfile-overlap.exp:
PASS -> FAIL: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file
PASS -> FAIL: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner
new FAIL: gdb.dwarf2/dw2-objfile-overlap.exp: setting breakpoint at *outer_before
new FAIL: gdb.dwarf2/dw2-op-call.exp:
PASS -> FAIL: gdb.dwarf2/dw2-op-call.exp: array2 using DW_OP_call2
PASS -> FAIL: gdb.dwarf2/dw2-op-call.exp: array3 using DW_OP_call4
PASS -> FAIL: gdb.dwarf2/dw2-op-call.exp: p array1
new FAIL: gdb.dwarf2/dw2-op-stack-value.exp:
PASS -> FAIL: gdb.dwarf2/dw2-op-stack-value.exp: p/x stack2
PASS -> FAIL: gdb.dwarf2/dw2-op-stack-value.exp: p/x stack8
PASS -> FAIL: gdb.dwarf2/dw2-op-stack-value.exp: x/wx &aa551234
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp:
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: continue to func01
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: create varobj for ptr
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: get children of var1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access array member
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access integer member
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access pointer member
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new FAIL: gdb.dwarf2/dw2-param-error.exp:
new FAIL: gdb.dwarf2/dw2-producer.exp:
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: ptype func_cu1
new FAIL: gdb.dwarf2/dw2-ranges-base.exp:
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: disassemble frame2
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: disassemble frame3
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: disassemble main
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: p frame2_label - frame2
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: p frame3_label - frame3
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: p main_label - main
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: x/2i frame2+
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: x/2i frame3+
new FAIL: gdb.dwarf2/dw2-ranges-base.exp: x/2i main+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold:
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: disassemble bar
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: disassemble baz
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: disassemble foo
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: disassemble foo_cold
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: disassemble main
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p bar_label - bar
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p baz_label - baz
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p foo_cold_label - foo_cold
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p foo_label - foo
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p main_label - main
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: x/2i bar+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: x/2i baz+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: x/2i foo+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: x/2i foo_cold+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: x/2i main+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold:
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble bar
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble baz
PASS -> FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble foo
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble foo_cold
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble main
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i bar+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i baz+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i foo+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i foo_cold+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i main+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp:
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble bar
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble baz
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble foo
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble foo_low
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i bar+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i baz+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i foo+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i foo_low+
new FAIL: gdb.dwarf2/dw2-ranges.exp:
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func2
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line main
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line main2
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line main3
new FAIL: gdb.dwarf2/dw2-ref-missing-frame.exp:
new FAIL: gdb.dwarf2/dw2-regno-invalid.exp:
new FAIL: gdb.dwarf2/dw2-simple-locdesc.exp:
PASS -> FAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.data4
KFAIL -> FAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.dwarf2/dw2-skip-prologue.exp:
PASS -> FAIL: gdb.dwarf2/dw2-stack-boundary.exp: check partial symtab errors
PASS -> FAIL: gdb.dwarf2/dw2-stack-boundary.exp: p overflow
PASS -> FAIL: gdb.dwarf2/dw2-stack-boundary.exp: p underflow
new FAIL: gdb.dwarf2/dw2-strp.exp:
PASS -> FAIL: gdb.dwarf2/dw2-strp.exp: p a_string
PASS -> FAIL: gdb.dwarf2/dw2-strp.exp: p a_string2
PASS -> FAIL: gdb.dwarf2/dw2-strp.exp: ptype a_string
PASS -> FAIL: gdb.dwarf2/dw2-strp.exp: ptype a_string2
new FAIL: gdb.dwarf2/dw2-unresolved.exp:
new FAIL: gdb.dwarf2/dw2-unusual-field-names.exp:
new FAIL: gdb.dwarf2/dw2-var-zero-addr.exp:
PASS -> FAIL: gdb.dwarf2/dw2-var-zero-addr.exp: print &var
PASS -> FAIL: gdb.dwarf2/dw2-var-zero-addr.exp: readnow: print &var
new FAIL: gdb.dwarf2/dw4-sig-type-unused.exp:
new FAIL: gdb.dwarf2/dw4-sig-types.exp:
new FAIL: gdb.dwarf2/dwz.exp:
new FAIL: gdb.dwarf2/dwz.exp: disassemble main
new FAIL: gdb.dwarf2/dwz.exp: p main_label - main
new FAIL: gdb.dwarf2/dwz.exp: x/2i main+
new FAIL: gdb.dwarf2/dwzbuildid.exp: fallback:
new FAIL: gdb.dwarf2/dwzbuildid.exp: mismatch:
new FAIL: gdb.dwarf2/dwzbuildid.exp: ok:
new FAIL: gdb.dwarf2/dynarr-ptr.exp:
new FAIL: gdb.dwarf2/enum-type.exp:
PASS -> FAIL: gdb.dwarf2/enum-type.exp: print sizeof
PASS -> FAIL: gdb.dwarf2/enum-type.exp: ptype EU in C++
PASS -> FAIL: gdb.dwarf2/enum-type.exp: ptype EU in enum C
new FAIL: gdb.dwarf2/fission-mix.exp:
PASS -> FAIL: gdb.dwarf2/fission-mix.exp: break func2
PASS -> FAIL: gdb.dwarf2/fission-mix.exp: break main
new FAIL: gdb.dwarf2/fission-reread.exp:
PASS -> FAIL: gdb.dwarf2/fission-reread.exp: break main
PASS -> FAIL: gdb.dwarf2/fission-reread.exp: ptype baz
new FAIL: gdb.dwarf2/formdata16.exp:
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p sss
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p xxx
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p yyy
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p/x sss
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p/x xxx
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p/x yyy
new FAIL: gdb.dwarf2/gdb-add-index.exp:
new FAIL: gdb.dwarf2/gdb-add-index.exp: check if index present
new FAIL: gdb.dwarf2/gdb-index.exp:
new FAIL: gdb.dwarf2/gdb-index.exp: check if index present
new FAIL: gdb.dwarf2/implptr-64bit.exp:
new FAIL: gdb.dwarf2/implptr-optimized-out.exp:
new FAIL: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new FAIL: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new FAIL: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new FAIL: gdb.dwarf2/implptrconst.exp:
new FAIL: gdb.dwarf2/implptrpiece.exp:
new FAIL: gdb.dwarf2/implref-array.exp:
new FAIL: gdb.dwarf2/implref-array.exp: disassemble main
PASS -> FAIL: gdb.dwarf2/implref-array.exp: get valueof "sizeof
new FAIL: gdb.dwarf2/implref-array.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-array.exp: x/2i main+
new FAIL: gdb.dwarf2/implref-const.exp:
new FAIL: gdb.dwarf2/implref-const.exp: disassemble main
new FAIL: gdb.dwarf2/implref-const.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-const.exp: x/2i main+
new FAIL: gdb.dwarf2/implref-global.exp:
new FAIL: gdb.dwarf2/implref-global.exp: disassemble main
new FAIL: gdb.dwarf2/implref-global.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-global.exp: x/2i main+
new FAIL: gdb.dwarf2/implref-struct.exp:
new FAIL: gdb.dwarf2/implref-struct.exp: disassemble main
new FAIL: gdb.dwarf2/implref-struct.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-struct.exp: x/2i main+
new FAIL: gdb.dwarf2/imported-unit.exp:
new FAIL: gdb.dwarf2/imported-unit.exp: disassemble doit
new FAIL: gdb.dwarf2/imported-unit.exp: disassemble main
new FAIL: gdb.dwarf2/imported-unit.exp: p doit_label - doit
new FAIL: gdb.dwarf2/imported-unit.exp: p main_label - main
new FAIL: gdb.dwarf2/imported-unit.exp: x/2i doit+
new FAIL: gdb.dwarf2/imported-unit.exp: x/2i main+
new FAIL: gdb.dwarf2/info-locals-optimized-out.exp:
new FAIL: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new FAIL: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new FAIL: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new FAIL: gdb.dwarf2/inlined_subroutine-inheritance.exp:
PASS -> FAIL: gdb.dwarf2/inlined_subroutine-inheritance.exp: setting breakpoint at bytes_repeat
new FAIL: gdb.dwarf2/mac-fileno.exp:
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: ptype func_cu1
new FAIL: gdb.dwarf2/main-subprogram.exp:
new FAIL: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new FAIL: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new FAIL: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new FAIL: gdb.dwarf2/member-ptr-forwardref.exp:
PASS -> FAIL: gdb.dwarf2/member-ptr-forwardref.exp: ptype c
new FAIL: gdb.dwarf2/method-ptr.exp:
PASS -> FAIL: gdb.dwarf2/method-ptr.exp: ptype the_typedef
new FAIL: gdb.dwarf2/missing-sig-type.exp:
PASS -> FAIL: gdb.dwarf2/missing-sig-type.exp: ptype foo
new FAIL: gdb.dwarf2/missing-type-name.exp:
new FAIL: gdb.dwarf2/missing-type-name.exp: disassemble func
new FAIL: gdb.dwarf2/missing-type-name.exp: disassemble main
new FAIL: gdb.dwarf2/missing-type-name.exp: p func_label - func
new FAIL: gdb.dwarf2/missing-type-name.exp: p main_label - main
new FAIL: gdb.dwarf2/missing-type-name.exp: x/2i func+
new FAIL: gdb.dwarf2/missing-type-name.exp: x/2i main+
new FAIL: gdb.dwarf2/multidictionary.exp:
new FAIL: gdb.dwarf2/nonvar-access.exp:
new FAIL: gdb.dwarf2/nonvar-access.exp: disassemble main
new FAIL: gdb.dwarf2/nonvar-access.exp: p main_label - main
new FAIL: gdb.dwarf2/nonvar-access.exp: x/2i main+
new FAIL: gdb.dwarf2/nostaticblock.exp:
new FAIL: gdb.dwarf2/opaque-type-lookup.exp:
new FAIL: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new FAIL: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new FAIL: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new FAIL: gdb.dwarf2/pr10770.exp:
new FAIL: gdb.dwarf2/pr11465.exp:
PASS -> FAIL: gdb.dwarf2/pr11465.exp: p N::c.C
new FAIL: gdb.dwarf2/pr13961.exp:
PASS -> FAIL: gdb.dwarf2/pr13961.exp: break main
new FAIL: gdb.dwarf2/shortpiece.exp:
PASS -> FAIL: gdb.dwarf2/shortpiece.exp: p s1
PASS -> FAIL: gdb.dwarf2/shortpiece.exp: p s2
new FAIL: gdb.dwarf2/staticvirtual.exp:
PASS -> FAIL: gdb.dwarf2/staticvirtual.exp: p S::~S
new FAIL: gdb.dwarf2/subrange.exp:
PASS -> FAIL: gdb.dwarf2/subrange.exp: ptype TByteArray
new FAIL: gdb.dwarf2/symtab-producer.exp:
PASS -> FAIL: gdb.dwarf2/symtab-producer.exp: python print
new FAIL: gdb.dwarf2/typedef-void-finish.exp:
new FAIL: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new FAIL: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new FAIL: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new FAIL: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new FAIL: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new FAIL: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new FAIL: gdb.dwarf2/var-access.exp:
new FAIL: gdb.dwarf2/var-access.exp: disassemble main
new FAIL: gdb.dwarf2/var-access.exp: p main_label - main
new FAIL: gdb.dwarf2/var-access.exp: x/2i main+
new FAIL: gdb.dwarf2/variant.exp:
new FAIL: gdb.dwarf2/varval.exp:
new FAIL: gdb.dwarf2/varval.exp: disassemble main
new FAIL: gdb.dwarf2/varval.exp: p main_label - main
new FAIL: gdb.dwarf2/varval.exp: x/2i main+
new FAIL: gdb.dwarf2/void-type.exp:
new FAIL: gdb.dwarf2/void-type.exp: disassemble func
new FAIL: gdb.dwarf2/void-type.exp: disassemble main
new FAIL: gdb.dwarf2/void-type.exp: p func_label - func
new FAIL: gdb.dwarf2/void-type.exp: p main_label - main
new FAIL: gdb.dwarf2/void-type.exp: x/2i func+
new FAIL: gdb.dwarf2/void-type.exp: x/2i main+
new FAIL: gdb.gdb/complaints.exp:
new FAIL: gdb.gdb/python-interrupts.exp:
new FAIL: gdb.gdb/python-selftest.exp:
new FAIL: gdb.gdb/selftest.exp:
new FAIL: gdb.guile/scm-arch.exp:
new FAIL: gdb.guile/scm-block.exp:
new FAIL: gdb.guile/scm-breakpoint.exp:
new FAIL: gdb.guile/scm-cmd.exp:
new FAIL: gdb.guile/scm-disasm.exp:
new FAIL: gdb.guile/scm-equal.exp:
new FAIL: gdb.guile/scm-frame-args.exp:
new FAIL: gdb.guile/scm-frame-inline.exp:
new FAIL: gdb.guile/scm-frame.exp:
new FAIL: gdb.guile/scm-iterator.exp:
new FAIL: gdb.guile/scm-lazy-string.exp:
new FAIL: gdb.guile/scm-math.exp:
new FAIL: gdb.guile/scm-objfile.exp:
new FAIL: gdb.guile/scm-ports.exp:
new FAIL: gdb.guile/scm-symbol.exp:
new FAIL: gdb.guile/scm-symtab.exp:
new FAIL: gdb.guile/scm-type.exp:
new FAIL: gdb.guile/scm-value-cc.exp:
new FAIL: gdb.guile/scm-value.exp:
new FAIL: gdb.guile/types-module.exp:
new FAIL: gdb.linespec/break-ask.exp:
PASS -> UNRESOLVED: gdb.linespec/break-ask.exp: 0
PASS -> UNRESOLVED: gdb.linespec/break-ask.exp: 2
PASS -> UNRESOLVED: gdb.linespec/break-ask.exp: 3
PASS -> FAIL: gdb.linespec/break-ask.exp: break twodup absolute
PASS -> FAIL: gdb.linespec/break-ask.exp: break twodup relative
PASS -> FAIL: gdb.linespec/break-ask.exp: break twodup relative other
PASS -> FAIL: gdb.linespec/break-ask.exp: continue to breakpoint: body_elsewhere
PASS -> FAIL: gdb.linespec/break-ask.exp: continue to breakpoint: body_elsewhere other
PASS -> FAIL: gdb.linespec/break-ask.exp: expect breakpoint
PASS -> FAIL: gdb.linespec/break-ask.exp: expect breakpoint other
PASS -> FAIL: gdb.linespec/break-ask.exp: info source
PASS -> FAIL: gdb.linespec/break-ask.exp: info source other
new FAIL: gdb.linespec/break-ask.exp: setting breakpoint at body_elsewhere
new FAIL: gdb.linespec/break-asm-file.exp:
PASS -> FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a function only for a selected ASM file.
PASS -> FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a global function only for a selected ASM file.
PASS -> FAIL: gdb.linespec/break-asm-file.exp: set a break-point at function in all instances for a selected ASM file.
new FAIL: gdb.linespec/cpcompletion.exp:
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: cmd complete "b -function param_prefixes_test_intp_intr
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: cmd complete "b -function param_prefixes_test_long
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: cmd complete "b param_prefixes_test_intp_intr
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: cmd complete "b param_prefixes_test_long
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: tab complete "b -function param_prefixes_test_intp_intr
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: tab complete "b -function param_prefixes_test_long
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: tab complete "b param_prefixes_test_intp_intr
PASS -> FAIL: gdb.linespec/cpcompletion.exp: all-param-prefixes: tab complete "b param_prefixes_test_long
PASS -> FAIL: gdb.linespec/cpcompletion.exp: ambiguous-prefix: cmd complete "b -function ambiguous_pre"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: ambiguous-prefix: cmd complete "b ambiguous_pre"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: ambiguous-prefix: tab complete "b -function ambiguous_pre"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: ambiguous-prefix: tab complete "b ambiguous_pre"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b "anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b 'anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function "anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function 'anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b -function the_anon_ns_wrapper_ns::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: cmd complete "b the_anon_ns_wrapper_ns::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b "anon_ns_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b 'anon_ns_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function "anon_ns_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function 'anon_ns_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function anon_ns_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b -function the_anon_ns_wrapper_ns::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b anon_ns_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: compare "b the_anon_ns_wrapper_ns::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b "anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b 'anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function "anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function 'anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b -function the_anon_ns_wrapper_ns::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b anon_ns_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: anon-ns: tab complete "b the_anon_ns_wrapper_ns::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b "not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b "not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b "not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b 'not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b 'not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b 'not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b -function "not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b -function "not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b -function "not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b -function 'not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b -function 'not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: cmd complete "b -function 'not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: compare "b "not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: compare "b 'not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: compare "b -function "not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: compare "b -function 'not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b "not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b "not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b "not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b 'not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b 'not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b 'not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b -function "not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b -function "not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b -function "not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b -function 'not_overloaded_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b -function 'not_overloaded_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: tab complete "b -function 'not_overloaded_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload-quoted: compare "b 'const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload-quoted: compare "b -function 'const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: cmd complete "b -function const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: cmd complete "b -function const_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: cmd complete "b const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: cmd complete "b const_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b -function const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b -function const_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b const_overload_fn
PASS -> FAIL: gdb.linespec/cpcompletion.exp: const-overload: tab complete "b const_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn-2: cmd complete "b -function struct_overload2_test::overload2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn-2: compare "b -function struct_overload2_test::overload2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn-2: tab complete "b -function struct_overload2_test::overload2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified -source cpls.cc -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified -source cpls.cc -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified -source cpls.cc -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified cpls.cc:ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified cpls.cc:ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified cpls.cc:overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -qualified overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -source cpls.cc -qualified -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -source cpls.cc -qualified -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: cmd complete "b -source cpls.cc -qualified -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -source cpls.cc -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -source cpls.cc -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified -source cpls.cc -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified cpls.cc:ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified cpls.cc:ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified cpls.cc:overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -qualified overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -source cpls.cc -qualified -function ns_overload2_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -source cpls.cc -qualified -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: fqn: tab complete "b -source cpls.cc -qualified -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b "cpls.cc": "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b "cpls.cc": 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b "cpls.cc": function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b "cpls.cc":"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b "cpls.cc":'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b "cpls.cc":function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b 'cpls.cc': "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b 'cpls.cc': 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b 'cpls.cc': function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b 'cpls.cc':"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b 'cpls.cc':'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b 'cpls.cc':function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source "cpls.cc" -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source "cpls.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source "cpls.cc" -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source 'cpls.cc' -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source 'cpls.cc' -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source 'cpls.cc' -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source cpls.cc -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source cpls.cc -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b -source cpls.cc -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b cpls.cc: "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b cpls.cc: 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b cpls.cc: function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b cpls.cc:"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b cpls.cc:'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b cpls.cc:function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: cmd complete "b function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b "cpls.cc": "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b "cpls.cc": 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b "cpls.cc": function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b "cpls.cc":"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b "cpls.cc":'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b "cpls.cc":function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b 'cpls.cc': "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b 'cpls.cc': 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b 'cpls.cc': function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b 'cpls.cc':"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b 'cpls.cc':'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b 'cpls.cc':function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source "cpls.cc" -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source "cpls.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source "cpls.cc" -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source 'cpls.cc' -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source 'cpls.cc' -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source 'cpls.cc' -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source cpls.cc -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source cpls.cc -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b -source cpls.cc -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b cpls.cc: "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b cpls.cc: 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b cpls.cc: function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b cpls.cc:"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b cpls.cc:'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b cpls.cc:function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: compare "b function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc": "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc": 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc": function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc":"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc":'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "cpls.cc":function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc': "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc': 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc': function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc':"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc':'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'cpls.cc':function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source "cpls.cc" -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source "cpls.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source "cpls.cc" -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source 'cpls.cc' -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source 'cpls.cc' -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source 'cpls.cc' -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source cpls.cc -function "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source cpls.cc -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b -source cpls.cc -function function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc: "function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc: 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc: function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc:"function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc:'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b cpls.cc:function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: function-labels: tab complete "b function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: cmd complete "b -function function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: cmd complete "b -function non_existing_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: cmd complete "b function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: cmd complete "b non_existing_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: tab complete "b -function function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: tab complete "b -function non_existing_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: tab complete "b function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: if-expression: tab complete "b non_existing_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b "cpls2.cc": "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b "cpls2.cc": ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b "cpls2.cc": '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b "cpls2.cc":"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b "cpls2.cc":""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b "cpls2.cc":'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b 'cpls2.cc': "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b 'cpls2.cc': ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b 'cpls2.cc': '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b 'cpls2.cc':"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b 'cpls2.cc':""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b 'cpls2.cc':'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source "cpls2.cc" -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source "cpls2.cc" -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source "cpls2.cc" -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source 'cpls2.cc' -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source 'cpls2.cc' -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source 'cpls2.cc' -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source cpls2.cc -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source cpls2.cc -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b -source cpls2.cc -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b cpls2.cc: "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b cpls2.cc: ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b cpls2.cc: '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b cpls2.cc:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b cpls2.cc:""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: cmd complete "b cpls2.cc:'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc": "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc": ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc": '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc":"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc":""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b "cpls2.cc":'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc': "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc': ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc': '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc':"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc':""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b 'cpls2.cc':'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source "cpls2.cc" -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source "cpls2.cc" -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source "cpls2.cc" -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source 'cpls2.cc' -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source 'cpls2.cc' -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source 'cpls2.cc' -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source cpls2.cc -function "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source cpls2.cc -function ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b -source cpls2.cc -function '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc: "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc: ""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc: '"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc:""
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: tab complete "b cpls2.cc:'"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b "cpls2.cc": "file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b "cpls2.cc": 'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b "cpls2.cc": file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b "cpls2.cc":"file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b "cpls2.cc":'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b "cpls2.cc":file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b 'cpls2.cc': "file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b 'cpls2.cc': 'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b 'cpls2.cc': file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b 'cpls2.cc':"file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b 'cpls2.cc':'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b 'cpls2.cc':file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source "cpls2.cc" -function "file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source "cpls2.cc" -function 'file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source "cpls2.cc" -function file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source 'cpls2.cc' -function "file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source 'cpls2.cc' -function 'file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source 'cpls2.cc' -function file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source cpls2.cc -function "file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source cpls2.cc -function 'file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b -source cpls2.cc -function file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b cpls2.cc: "file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b cpls2.cc: 'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b cpls2.cc: file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b cpls2.cc:"file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b cpls2.cc:'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: cmd complete "b cpls2.cc:file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b "cpls2.cc": "file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b "cpls2.cc": 'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b "cpls2.cc": file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b "cpls2.cc":"file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b "cpls2.cc":'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b "cpls2.cc":file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b 'cpls2.cc': "file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b 'cpls2.cc': 'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b 'cpls2.cc': file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b 'cpls2.cc':"file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b 'cpls2.cc':'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b 'cpls2.cc':file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source "cpls2.cc" -function "file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source "cpls2.cc" -function 'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source "cpls2.cc" -function file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source 'cpls2.cc' -function "file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source 'cpls2.cc' -function 'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source 'cpls2.cc' -function file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source cpls2.cc -function "file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source cpls2.cc -function 'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b -source cpls2.cc -function file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b cpls2.cc: "file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b cpls2.cc: 'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b cpls2.cc: file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b cpls2.cc:"file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b cpls2.cc:'file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: compare "b cpls2.cc:file_constrained_test_cpls2_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b "cpls2.cc": "file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b "cpls2.cc": 'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b "cpls2.cc": file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b "cpls2.cc":"file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b "cpls2.cc":'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b "cpls2.cc":file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b 'cpls2.cc': "file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b 'cpls2.cc': 'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b 'cpls2.cc': file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b 'cpls2.cc':"file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b 'cpls2.cc':'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b 'cpls2.cc':file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source "cpls2.cc" -function "file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source "cpls2.cc" -function 'file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source "cpls2.cc" -function file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source 'cpls2.cc' -function "file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source 'cpls2.cc' -function 'file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source 'cpls2.cc' -function file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source cpls2.cc -function "file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source cpls2.cc -function 'file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b -source cpls2.cc -function file_constrained_test_cpls2_function"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b cpls2.cc: "file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b cpls2.cc: 'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b cpls2.cc: file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b cpls2.cc:"file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b cpls2.cc:'file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: tab complete "b cpls2.cc:file_constrained_test_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: cmd complete "b file_constrained_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: tab complete "b file_constrained_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b  -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":"struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "cpls.cc":struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':"struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'cpls.cc':struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b -source cpls.cc -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:"struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b cpls.cc:struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: cmd complete "b struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function "ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function "struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function 'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function 'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b  -function struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":"ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":"struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "cpls.cc":struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b "struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':"ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':"struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'cpls.cc':struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b 'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source "cpls.cc" -function struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function "ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function "struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function 'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function 'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b -source cpls.cc -function struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:"ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:"struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:'ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:'struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b cpls.cc:struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b ns_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: compare "b struct_incomplete_scope_colon_test::incomplete_scope_colon_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b  -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":"struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "cpls.cc":struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':"struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'cpls.cc':struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source "cpls.cc" -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source 'cpls.cc' -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function "struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function 'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b -source cpls.cc -function struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:"struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:'struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b cpls.cc:struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test::s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns2_incomplete_scope_colon_test::struct_in_ns2_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b ns_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b struct_incomplete_scope_colon_test"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b struct_incomplete_scope_colon_test:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b struct_incomplete_scope_colon_test::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: tab complete "b struct_incomplete_scope_colon_test::i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: no-data-symbols: cmd complete "b -function code_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: no-data-symbols: cmd complete "b code_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: no-data-symbols: tab complete "b -function code_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: no-data-symbols: tab complete "b code_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b -function opera"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b -function operat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b -function operato"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b -function operator"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b -function operator<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b -function operator<
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b opera"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b operat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b operato"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b operator"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b operator<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: cmd complete "b operator<
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: compare "b -function operator<
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: compare "b operator<
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b -function opera"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b -function operat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b -function operato"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b -function operator"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b -function operator<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b -function operator<
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b opera"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b operat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b operato"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b operator"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b operator<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: operator<: tab complete "b operator<
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: cmd complete "b -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: cmd complete "b overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: tab complete "b -function overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: all: tab complete "b overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: cmd complete "b
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: cmd complete "b -function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: compare "b
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: compare "b -function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: tab complete "b
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: tab complete "b -function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: cmd complete "b -function ns_overload2_test::overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: cmd complete "b ns_overload2_test::overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: tab complete "b -function ns_overload2_test::overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: tab complete "b ns_overload2_test::overload2_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: unique completion: cmd complete "b -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: unique completion: cmd complete "b ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: unique completion: compare "b -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: unique completion: compare "b ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: unique completion: tab complete "b -function ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-2: unique completion: tab complete "b ns_overload2_test::
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b -function overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: cmd complete "b overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b -function overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: all overloads: tab complete "b overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b -function overload3_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: cmd complete "b overload3_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: compare "b -function overload3_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: compare "b overload3_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: tab complete "b -function overload3_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: tab complete "b overload3_function
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: cmd complete "b -function struct_overload3_test::overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: cmd complete "b struct_overload3_test::overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: tab complete "b -function struct_overload3_test::overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: tab complete "b struct_overload3_test::overload3_func"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: cmd complete "b -function overload_ambiguous_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: cmd complete "b -function overload_ambiguous_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: cmd complete "b overload_ambiguous_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: cmd complete "b overload_ambiguous_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: tab complete "b -function overload_ambiguous_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: tab complete "b -function overload_ambiguous_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: tab complete "b overload_ambiguous_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: overload: tab complete "b overload_ambiguous_test
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b "cpls-"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b "cpls-hyphen"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b "cpls2."
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b "cpls2.c"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b "cpls2.cc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b 'cpls-"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b 'cpls-hyphen"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b 'cpls2."
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b 'cpls2.c"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b 'cpls2.cc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b cpls-"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b cpls-hyphen"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b cpls2."
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b cpls2.c"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: cmd complete "b cpls2.cc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b "cpls-"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b "cpls-hyphen"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b "cpls2."
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b "cpls2.c"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b "cpls2.cc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b 'cpls-"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b 'cpls-hyphen"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b 'cpls2."
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b 'cpls2.c"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b 'cpls2.cc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b cpls-"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b cpls-hyphen"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b cpls2."
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b cpls2.c"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: tab complete "b cpls2.cc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: cmd complete "b -function template_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: cmd complete "b template_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: tab complete "b -function template_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-overload: tab complete "b template_overload_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b -function template2_struct<template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int> template2_struct<template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int> template2_struct<template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b -function template2_struct<template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_s"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int> template2_struct<template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_ret_type<int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_st"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_str"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_stru"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struc"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_r"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_re"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_ty"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_typ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >:"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::te"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::tem"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::temp"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::templ"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::templa"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::templat"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_f"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, "
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, i"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, in"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, int"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::template2_fn<int,"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int>"
new FAIL: gdb.linespec/cpexplicit.exp:
new FAIL: gdb.linespec/cpls-abi-tag.exp:
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: cmd complete "b -function test_abi_tag_in_para"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: cmd complete "b -function test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: cmd complete "b test_abi_tag_in_para"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: cmd complete "b test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: compare "b -function test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: compare "b test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b -function test_abi_tag_in_para"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b -function test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b test_abi_tag_in_para"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: tab complete "b test_abi_tag_in_params
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b -function test_abi_tag_ovld2_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b -function test_abi_tag_ovld2_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b -function test_abi_tag_ovld2_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b -function test_abi_tag_ovld2_function[abi:tag2"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b test_abi_tag_ovld2_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b test_abi_tag_ovld2_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b test_abi_tag_ovld2_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: cmd complete "b test_abi_tag_ovld2_function[abi:tag2"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b -function test_abi_tag_ovld2_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b -function test_abi_tag_ovld2_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b -function test_abi_tag_ovld2_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b -function test_abi_tag_ovld2_function[abi:tag2"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b test_abi_tag_ovld2_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b test_abi_tag_ovld2_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b test_abi_tag_ovld2_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: tab complete "b test_abi_tag_ovld2_function[abi:tag2"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: cmd complete "b -function test_abi_tag_ovld_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: cmd complete "b -function test_abi_tag_ovld_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: cmd complete "b test_abi_tag_ovld_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: cmd complete "b test_abi_tag_ovld_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b -function test_abi_tag_ovld_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b -function test_abi_tag_ovld_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b test_abi_tag_ovld_f"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: tab complete "b test_abi_tag_ovld_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b -function test_abi_tag_struc"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b -function test_abi_tag_struct::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b -function test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b -function test_abi_tag_struct[abi:tag1]::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b -function test_abi_tag_struct[abi:tag1]::test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b test_abi_tag_struc"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b test_abi_tag_struct::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b test_abi_tag_struct[abi:tag1]::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: cmd complete "b test_abi_tag_struct[abi:tag1]::test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b -function test_abi_tag_struc"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b -function test_abi_tag_struct::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b -function test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b -function test_abi_tag_struct[abi:tag1]::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b -function test_abi_tag_struct[abi:tag1]::test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b test_abi_tag_struc"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b test_abi_tag_struct::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b test_abi_tag_struct[abi:tag1]::t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: tab complete "b test_abi_tag_struct[abi:tag1]::test_abi_tag_struct["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[a"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[ab"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi:"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi:t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi:ta"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi:tag"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi:tag1]"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b -function test_abi_tag_function[abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[a"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[ab"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi:"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi:t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi:ta"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi:tag"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi:tag1]"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: cmd complete "b test_abi_tag_function[abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[a"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[ab"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi:"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi:t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi:ta"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi:tag"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi:tag1]"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b -function test_abi_tag_function[abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function["
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[a"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[ab"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi:"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi:t"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi:ta"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi:tag"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi:tag1"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi:tag1]"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: tab complete "b test_abi_tag_function[abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: cmd complete "b -function test_abi_tag_function"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: cmd complete "b -function test_abi_tag_function
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: cmd complete "b test_abi_tag_function"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: cmd complete "b test_abi_tag_function
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: tab complete "b -function test_abi_tag_function"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: tab complete "b -function test_abi_tag_function
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: tab complete "b test_abi_tag_function"
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: tab complete "b test_abi_tag_function
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: cmd complete "b -function test_abi_tag_function [abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: cmd complete "b test_abi_tag_function [abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: tab complete "b -function test_abi_tag_function [abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: tab complete "b test_abi_tag_function [abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]
new FAIL: gdb.linespec/cpls-ops.exp:
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::operator ->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::operator->"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b -function test_op_arrow::operator->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::operator ->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::operator->"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: cmd complete "b test_op_arrow::operator->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::operator ->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::operator->"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b -function test_op_arrow::operator->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::operator ->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::operator->"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: arrow-operator: tab complete "b test_op_arrow::operator->
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::operator =
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b -function test_op_assign::operator=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::operator =
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: cmd complete "b test_op_assign::operator=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::operator =
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b -function test_op_assign::operator=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::operator =
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: assignment-operator: tab complete "b test_op_assign::operator=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator t"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator te"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator tes"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conv"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conve"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conver"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_convers"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversi"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversio"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_r"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_re"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res cons"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const v"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const vo"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const vol"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const vola"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volati"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volatil"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volatile * *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volatile"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volatile*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volatile**"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const volatile**
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res const"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator test_op_conversion_res"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b -function test_op_conversion::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator t"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator te"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator tes"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conv"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conve"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conver"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_convers"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversi"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversio"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_r"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_re"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res cons"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const v"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const vo"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const vol"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const vola"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volati"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volatil"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volatile * *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volatile"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volatile*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volatile**"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const volatile**
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator t"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator te"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator tes"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conv"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conve"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conver"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_convers"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversi"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversio"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_r"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_re"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res cons"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const v"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const vo"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const vol"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const vola"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volati"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volatil"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volatile * *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volatile"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volatile*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volatile**"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const volatile**
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res const"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator test_op_conversion_res"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b -function test_op_conversion::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator t"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator te"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator tes"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conv"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conve"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conver"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_convers"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversi"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversio"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_r"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_re"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res c"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res co"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res con"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res cons"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const v"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const vo"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const vol"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const vola"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volati"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volatil"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volatile * *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volatile"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volatile*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volatile**"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const volatile**
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator delete
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b -function test_op_delete::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator delete
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: cmd complete "b test_op_delete::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator delete
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b -function test_op_delete::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator delete
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete: tab complete "b test_op_delete::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator delete []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator delete["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator delete[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator delete[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b -function test_op_delete_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator delete []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator delete["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator delete[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator delete[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: cmd complete "b test_op_delete_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator delete []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator delete["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator delete[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator delete[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b -function test_op_delete_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator d"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator de"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator del"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator dele"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator delet"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator delete "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator delete []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator delete"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator delete["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator delete[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator delete[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-delete[]: tab complete "b test_op_delete_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator new
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b -function test_op_new::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator new
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: cmd complete "b test_op_new::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: get size_t underlying type
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator new
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b -function test_op_new::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator new
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new: tab complete "b test_op_new::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator new[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b -function test_op_new_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator new[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: cmd complete "b test_op_new_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: get size_t underlying type
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator new[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b -function test_op_new_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator n"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator ne"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator new[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator-new[]: tab complete "b test_op_new_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b -function test_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b -function test_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b -function test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b -function void test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b test_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b test_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: cmd complete "b void test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function void test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b void test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b -function test_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b -function test_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b -function test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b -function void test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b test_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b test_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: tab complete "b void test_op_array::operator[]<int>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operator [ ]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operator ["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operator []"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operator["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b -function test_unique_op_array::operator[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator [ ]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator ["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator []"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: cmd complete "b test_unique_op_array::operator[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: matches
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operator [ ]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operator ["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operator []"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operator["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b -function test_unique_op_array::operator[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array:"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::o"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::op"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::ope"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::oper"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::opera"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operat"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operato"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator [ ]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator [ ]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator ["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator []"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator["
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator[]"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: operator[]-unique: tab complete "b test_unique_op_array::operator[]
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b test_ops::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b test_ops::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_AND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_AND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_AND::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_AND_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_AND_A::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_AND_A::operator&="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_AND_A::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_O::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_O::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_BIT_O::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_COMMA::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_COMMA::operator,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_COMMA::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_DIV::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_DIV::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_DIV::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_DIV_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_DIV_A::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_DIV_A::operator/="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_DIV_A::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_EQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_EQ::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_EQ::operator=="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_EQ::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_GT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_GT::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_GT::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_GTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_GTE::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_GTE::operator>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_GTE::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LAND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LAND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LAND::operator&&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LAND::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LOR::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LOR::operator||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LOR::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LT::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LT::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LTE::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LTE::operator<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_LTE::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MINUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MINUS::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MINUS::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MINUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MINUS_A::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MINUS_A::operator-="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MINUS_A::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MOD::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MOD::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MOD::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MOD_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MOD_A::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MOD_A::operator%="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MOD_A::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MUL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MUL::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MUL::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MUL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MUL_A::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MUL_A::operator*="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_MUL_A::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NEG::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NEG::operator~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NEG::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NEQ::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NEQ::operator!="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NEQ::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NEQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NOT::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NOT::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_NOT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_OE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_OE::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_OE::operator|="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_OE::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PLUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PLUS::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PLUS::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PLUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PLUS_A::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PLUS_A::operator+="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PLUS_A::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_POST_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_PRE_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL_A::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL_A::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL_A::operator<<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SL_A::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR_A::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR_A::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR_A::operator>>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_SR_A::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_XOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_XOR::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_XOR::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_XOR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_XOR_A::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_XOR_A::operator^="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b -function test_op_XOR_A::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_AND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_AND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_AND::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_AND_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_AND_A::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_AND_A::operator&="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_AND_A::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_O::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_O::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_BIT_O::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_COMMA::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_COMMA::operator,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_COMMA::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_DIV::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_DIV::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_DIV::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_DIV_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_DIV_A::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_DIV_A::operator/="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_DIV_A::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_EQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_EQ::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_EQ::operator=="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_EQ::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GT::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GT::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GTE::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GTE::operator>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GTE::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LAND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LAND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LAND::operator&&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LAND::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LOR::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LOR::operator||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LOR::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LT::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LT::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LTE::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LTE::operator<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LTE::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MINUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MINUS::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MINUS::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MINUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MINUS_A::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MINUS_A::operator-="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MINUS_A::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MOD::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MOD::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MOD::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MOD_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MOD_A::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MOD_A::operator%="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MOD_A::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MUL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MUL::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MUL::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MUL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MUL_A::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MUL_A::operator*="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_MUL_A::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEG::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEG::operator~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEG::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEQ::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEQ::operator!="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEQ::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NOT::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NOT::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NOT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_OE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_OE::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_OE::operator|="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_OE::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PLUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PLUS::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PLUS::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PLUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PLUS_A::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PLUS_A::operator+="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PLUS_A::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_POST_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_PRE_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL_A::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL_A::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL_A::operator<<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SL_A::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR_A::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR_A::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR_A::operator>>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_SR_A::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_XOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_XOR::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_XOR::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_XOR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_XOR_A::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_XOR_A::operator^="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_XOR_A::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_AND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_AND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_AND::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_AND_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_AND_A::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_AND_A::operator&="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_AND_A::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_O::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_O::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_BIT_O::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_COMMA::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_COMMA::operator,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_COMMA::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_DIV::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_DIV::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_DIV::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_DIV_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_DIV_A::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_DIV_A::operator/="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_DIV_A::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_EQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_EQ::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_EQ::operator=="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_EQ::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_GT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_GT::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_GT::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_GTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_GTE::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_GTE::operator>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_GTE::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LAND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LAND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LAND::operator&&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LAND::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LOR::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LOR::operator||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LOR::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LT::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LT::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LTE::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LTE::operator<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_LTE::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MINUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MINUS::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MINUS::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MINUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MINUS_A::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MINUS_A::operator-="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MINUS_A::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MOD::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MOD::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MOD::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MOD_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MOD_A::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MOD_A::operator%="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MOD_A::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MUL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MUL::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MUL::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MUL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MUL_A::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MUL_A::operator*="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_MUL_A::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NEG::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NEG::operator~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NEG::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NEQ::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NEQ::operator!="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NEQ::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NEQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NOT::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NOT::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_NOT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_OE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_OE::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_OE::operator|="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_OE::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PLUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PLUS::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PLUS::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PLUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PLUS_A::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PLUS_A::operator+="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PLUS_A::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_POST_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_PRE_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL_A::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL_A::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL_A::operator<<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SL_A::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR_A::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR_A::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR_A::operator>>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_SR_A::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_XOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_XOR::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_XOR::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_XOR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_XOR_A::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_XOR_A::operator^="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b -function test_op_XOR_A::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_AND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_AND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_AND::operator&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_AND_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_AND_A::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_AND_A::operator&="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_AND_A::operator&=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_O::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_O::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_BIT_O::operator|
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_COMMA::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_COMMA::operator,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_COMMA::operator,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_DIV::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_DIV::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_DIV::operator/
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_DIV_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_DIV_A::operator/"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_DIV_A::operator/="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_DIV_A::operator/=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_EQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_EQ::operator="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_EQ::operator=="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_EQ::operator==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GT::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GT::operator>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GTE::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GTE::operator>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GTE::operator>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LAND::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LAND::operator&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LAND::operator&&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LAND::operator&&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LOR::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LOR::operator||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LOR::operator||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LT::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LT::operator<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LTE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LTE::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LTE::operator<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LTE::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MINUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MINUS::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MINUS::operator-
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MINUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MINUS_A::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MINUS_A::operator-="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MINUS_A::operator-=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MOD::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MOD::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MOD::operator%
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MOD_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MOD_A::operator%"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MOD_A::operator%="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MOD_A::operator%=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MUL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MUL::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MUL::operator*
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MUL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MUL_A::operator*"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MUL_A::operator*="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_MUL_A::operator*=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEG::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEG::operator~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEG::operator~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEQ::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEQ::operator!="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEQ::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEQ::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NOT::operator!"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NOT::operator!
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NOT::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_OE::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_OE::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_OE::operator|="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_OE::operator|=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PLUS::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PLUS::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PLUS::operator+
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PLUS_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PLUS_A::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PLUS_A::operator+="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PLUS_A::operator+=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_POST_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_DEC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_DEC::operator-"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_DEC::operator--"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_DEC::operator--
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_INC::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_INC::operator+"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_INC::operator++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_PRE_INC::operator++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL::operator<<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL_A::operator<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL_A::operator<<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL_A::operator<<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SL_A::operator<<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR::operator>>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR_A::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR_A::operator>>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR_A::operator>>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_SR_A::operator>>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_XOR::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_XOR::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_XOR::operator^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_XOR_A::operator"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_XOR_A::operator^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_XOR_A::operator^="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_XOR_A::operator^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_AND::operator & "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_AND::operator &
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_AND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_AND_A::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_AND_A::operator &= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_AND_A::operator &=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_AND_A::operator &="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_O::operator | "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_O::operator |
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_BIT_O::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_COMMA::operator , "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_COMMA::operator ,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_COMMA::operator ,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_DIV::operator / "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_DIV::operator /
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_DIV::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_DIV_A::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_DIV_A::operator /= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_DIV_A::operator /=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_DIV_A::operator /="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_EQ::operator ="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_EQ::operator == "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_EQ::operator ==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_EQ::operator =="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_GT::operator > "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_GT::operator >
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_GT::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_GTE::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_GTE::operator >= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_GTE::operator >=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_GTE::operator >="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LAND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LAND::operator && "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LAND::operator &&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LAND::operator &&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LOR::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LOR::operator || "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LOR::operator ||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LOR::operator ||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LT::operator < "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LT::operator <
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LT::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LTE::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LTE::operator <= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LTE::operator <=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_LTE::operator <="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MINUS::operator - "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MINUS::operator -
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MINUS::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MINUS_A::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MINUS_A::operator -= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MINUS_A::operator -=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MINUS_A::operator -="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MOD::operator % "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MOD::operator %
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MOD::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MOD_A::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MOD_A::operator %= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MOD_A::operator %=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MOD_A::operator %="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MUL::operator * "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MUL::operator *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MUL::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MUL_A::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MUL_A::operator *= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MUL_A::operator *=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_MUL_A::operator *="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NEG::operator ~ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NEG::operator ~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NEG::operator ~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NEQ::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NEQ::operator != "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NEQ::operator !=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NEQ::operator !="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NOT::operator ! "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NOT::operator !
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_NOT::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_OE::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_OE::operator |= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_OE::operator |=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_OE::operator |="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PLUS::operator + "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PLUS::operator +
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PLUS::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PLUS_A::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PLUS_A::operator += "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PLUS_A::operator +=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PLUS_A::operator +="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_POST_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_PRE_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL::operator << "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL::operator <<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL_A::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL_A::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL_A::operator <<= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL_A::operator <<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL_A::operator <<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR::operator >> "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR::operator >>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR_A::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR_A::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR_A::operator >>= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR_A::operator >>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SR_A::operator >>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_XOR::operator ^ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_XOR::operator ^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_XOR::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_XOR_A::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_XOR_A::operator ^= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_XOR_A::operator ^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_XOR_A::operator ^="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_AND::operator & "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_AND::operator &
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_AND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_AND_A::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_AND_A::operator &= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_AND_A::operator &=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_AND_A::operator &="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_O::operator | "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_O::operator |
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_BIT_O::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_COMMA::operator , "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_COMMA::operator ,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_COMMA::operator ,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_DIV::operator / "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_DIV::operator /
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_DIV::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_DIV_A::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_DIV_A::operator /= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_DIV_A::operator /=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_DIV_A::operator /="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_EQ::operator ="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_EQ::operator == "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_EQ::operator ==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_EQ::operator =="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_GT::operator > "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_GT::operator >
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_GT::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_GTE::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_GTE::operator >= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_GTE::operator >=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_GTE::operator >="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LAND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LAND::operator && "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LAND::operator &&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LAND::operator &&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LOR::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LOR::operator || "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LOR::operator ||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LOR::operator ||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LT::operator < "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LT::operator <
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LT::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LTE::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LTE::operator <= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LTE::operator <=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_LTE::operator <="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MINUS::operator - "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MINUS::operator -
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MINUS::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MINUS_A::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MINUS_A::operator -= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MINUS_A::operator -=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MINUS_A::operator -="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MOD::operator % "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MOD::operator %
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MOD::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MOD_A::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MOD_A::operator %= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MOD_A::operator %=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MOD_A::operator %="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MUL::operator * "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MUL::operator *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MUL::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MUL_A::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MUL_A::operator *= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MUL_A::operator *=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_MUL_A::operator *="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NEG::operator ~ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NEG::operator ~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NEG::operator ~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NEQ::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NEQ::operator != "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NEQ::operator !=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NEQ::operator !="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NOT::operator ! "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NOT::operator !
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_NOT::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_OE::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_OE::operator |= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_OE::operator |=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_OE::operator |="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PLUS::operator + "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PLUS::operator +
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PLUS::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PLUS_A::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PLUS_A::operator += "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PLUS_A::operator +=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PLUS_A::operator +="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_PRE_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL::operator << "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL::operator <<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL_A::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL_A::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL_A::operator <<= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL_A::operator <<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SL_A::operator <<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR::operator >> "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR::operator >>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR_A::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR_A::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR_A::operator >>= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR_A::operator >>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_SR_A::operator >>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_XOR::operator ^ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_XOR::operator ^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_XOR::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_XOR_A::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_XOR_A::operator ^= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_XOR_A::operator ^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_XOR_A::operator ^="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_AND::operator & "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_AND::operator &
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_AND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_AND_A::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_AND_A::operator &= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_AND_A::operator &=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_AND_A::operator &="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_O::operator | "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_O::operator |
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_BIT_O::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_COMMA::operator , "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_COMMA::operator ,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_COMMA::operator ,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_DIV::operator / "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_DIV::operator /
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_DIV::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_DIV_A::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_DIV_A::operator /= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_DIV_A::operator /=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_DIV_A::operator /="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_EQ::operator ="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_EQ::operator == "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_EQ::operator ==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_EQ::operator =="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_GT::operator > "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_GT::operator >
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_GT::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_GTE::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_GTE::operator >= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_GTE::operator >=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_GTE::operator >="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LAND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LAND::operator && "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LAND::operator &&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LAND::operator &&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LOR::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LOR::operator || "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LOR::operator ||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LOR::operator ||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LT::operator < "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LT::operator <
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LT::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LTE::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LTE::operator <= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LTE::operator <=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_LTE::operator <="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MINUS::operator - "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MINUS::operator -
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MINUS::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MINUS_A::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MINUS_A::operator -= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MINUS_A::operator -=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MINUS_A::operator -="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MOD::operator % "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MOD::operator %
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MOD::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MOD_A::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MOD_A::operator %= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MOD_A::operator %=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MOD_A::operator %="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MUL::operator * "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MUL::operator *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MUL::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MUL_A::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MUL_A::operator *= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MUL_A::operator *=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_MUL_A::operator *="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NEG::operator ~ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NEG::operator ~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NEG::operator ~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NEQ::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NEQ::operator != "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NEQ::operator !=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NEQ::operator !="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NOT::operator ! "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NOT::operator !
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_NOT::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_OE::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_OE::operator |= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_OE::operator |=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_OE::operator |="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PLUS::operator + "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PLUS::operator +
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PLUS::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PLUS_A::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PLUS_A::operator += "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PLUS_A::operator +=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PLUS_A::operator +="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_POST_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_PRE_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL::operator << "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL::operator <<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL_A::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL_A::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL_A::operator <<= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL_A::operator <<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL_A::operator <<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR::operator >> "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR::operator >>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR_A::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR_A::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR_A::operator >>= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR_A::operator >>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SR_A::operator >>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_XOR::operator ^ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_XOR::operator ^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_XOR::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_XOR_A::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_XOR_A::operator ^= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_XOR_A::operator ^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_XOR_A::operator ^="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_AND::operator & "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_AND::operator &
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_AND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_AND_A::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_AND_A::operator &= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_AND_A::operator &=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_AND_A::operator &="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_O::operator | "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_O::operator |
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_BIT_O::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_COMMA::operator , "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_COMMA::operator ,
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_COMMA::operator ,"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_DIV::operator / "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_DIV::operator /
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_DIV::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_DIV_A::operator /"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_DIV_A::operator /= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_DIV_A::operator /=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_DIV_A::operator /="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_EQ::operator ="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_EQ::operator == "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_EQ::operator ==
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_EQ::operator =="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_GT::operator > "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_GT::operator >
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_GT::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_GTE::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_GTE::operator >= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_GTE::operator >=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_GTE::operator >="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LAND::operator &"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LAND::operator && "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LAND::operator &&
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LAND::operator &&"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LOR::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LOR::operator || "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LOR::operator ||
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LOR::operator ||"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LT::operator < "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LT::operator <
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LT::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LTE::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LTE::operator <= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LTE::operator <=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_LTE::operator <="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MINUS::operator - "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MINUS::operator -
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MINUS::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MINUS_A::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MINUS_A::operator -= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MINUS_A::operator -=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MINUS_A::operator -="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MOD::operator % "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MOD::operator %
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MOD::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MOD_A::operator %"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MOD_A::operator %= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MOD_A::operator %=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MOD_A::operator %="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MUL::operator * "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MUL::operator *
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MUL::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MUL_A::operator *"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MUL_A::operator *= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MUL_A::operator *=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_MUL_A::operator *="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NEG::operator ~ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NEG::operator ~
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NEG::operator ~"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NEQ::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NEQ::operator != "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NEQ::operator !=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NEQ::operator !="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NOT::operator ! "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NOT::operator !
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_NOT::operator !"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_OE::operator |"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_OE::operator |= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_OE::operator |=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_OE::operator |="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PLUS::operator + "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PLUS::operator +
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PLUS::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PLUS_A::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PLUS_A::operator += "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PLUS_A::operator +=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PLUS_A::operator +="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_DEC::operator -"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_DEC::operator --
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_DEC::operator --"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_INC::operator +"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_INC::operator ++ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_INC::operator ++
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_PRE_INC::operator ++"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL::operator << "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL::operator <<
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL_A::operator <"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL_A::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL_A::operator <<= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL_A::operator <<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SL_A::operator <<="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR::operator >> "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR::operator >>
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR_A::operator >"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR_A::operator >>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR_A::operator >>= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR_A::operator >>=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_SR_A::operator >>="
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_XOR::operator ^ "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_XOR::operator ^
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_XOR::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_XOR_A::operator ^"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_XOR_A::operator ^= "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_XOR_A::operator ^=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_XOR_A::operator ^="
new FAIL: gdb.linespec/explicit.exp:
new FAIL: gdb.linespec/keywords.exp:
new FAIL: gdb.linespec/keywords.exp: can't run to main
new FAIL: gdb.linespec/linespec.exp:
PASS -> FAIL: gdb.linespec/linespec.exp: clear breakpoint using dir/file:line
PASS -> FAIL: gdb.linespec/linespec.exp: complete condition
PASS -> FAIL: gdb.linespec/linespec.exp: complete non-unique function name in two source files
PASS -> FAIL: gdb.linespec/linespec.exp: complete unique function name in disambiguated source file
PASS -> FAIL: gdb.linespec/linespec.exp: complete unique function name in two source files
PASS -> FAIL: gdb.linespec/linespec.exp: multi-location break using duplicate function name
PASS -> FAIL: gdb.linespec/linespec.exp: multi-location break using duplicate function name and label
PASS -> FAIL: gdb.linespec/linespec.exp: multi-location break using file:line
PASS -> FAIL: gdb.linespec/linespec.exp: set break in function in non-existing absolute path
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint at all instances of NameSpace::overload
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint at lspec.cc instance of NameSpace::overload
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint at main in both inferiors
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint at non-existent lspec.cc instance of NameSpace::overload
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint at specific instance of NameSpace::overload
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint in body.h
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint in f1
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint on non-existent function
PASS -> FAIL: gdb.linespec/linespec.exp: set the new inferior file for linespec tests
PASS -> FAIL: gdb.linespec/linespec.exp: single-location break using dir/file:line
new FAIL: gdb.linespec/ls-dollar.exp:
PASS -> FAIL: gdb.linespec/ls-dollar.exp: break $dollar_func
PASS -> FAIL: gdb.linespec/ls-dollar.exp: break ls-dollar.cc:$theline
PASS -> FAIL: gdb.linespec/ls-dollar.exp: list $dollar_var
PASS -> FAIL: gdb.linespec/ls-dollar.exp: list ls-dollar.cc:$theline
new FAIL: gdb.linespec/ls-errs.exp: lang=C++:
new FAIL: gdb.linespec/ls-errs.exp: lang=C++: can't run to main
new FAIL: gdb.linespec/ls-errs.exp: lang=C:
new FAIL: gdb.linespec/ls-errs.exp: lang=C: can't run to main
new FAIL: gdb.linespec/macro-relative.exp:
new FAIL: gdb.linespec/skip-two.exp:
new FAIL: gdb.linespec/thread.exp:
new FAIL: gdb.linespec/thread.exp: can't run to main
PASS -> UNRESOLVED: gdb.mi/dw2-ref-missing-frame.exp: breakpoint at func_loopfb_marker
PASS -> UNRESOLVED: gdb.mi/dw2-ref-missing-frame.exp: breakpoint at func_nofb_marker
PASS -> UNRESOLVED: gdb.mi/dw2-ref-missing-frame.exp: test func_loopfb_var
PASS -> UNRESOLVED: gdb.mi/dw2-ref-missing-frame.exp: test func_nofb_marker
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: breakpoint at main
PASS -> FAIL: gdb.mi/gdb2549.exp: register values d
PASS -> FAIL: gdb.mi/gdb2549.exp: register values f
PASS -> FAIL: gdb.mi/gdb2549.exp: register values o
PASS -> FAIL: gdb.mi/gdb2549.exp: register values t
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: register values x
PASS -> FAIL: gdb.mi/gdb669.exp: -thread-list-ids
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: breakpoint at main
PASS -> FAIL: gdb.mi/gdb669.exp: finding MI result string
PASS -> FAIL: gdb.mi/gdb669.exp: finding number of threads in MI output
PASS -> FAIL: gdb.mi/gdb669.exp: info threads
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 0
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 1
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 2
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 3
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: breakpoint at main
PASS -> FAIL: gdb.mi/gdb701.exp: create fooPtr
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr.x
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr.y
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr.z
PASS -> FAIL: gdb.mi/gdb701.exp: step over "foo = 0"
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: create var for class A
PASS -> FAIL: gdb.mi/gdb792.exp: create var for class C which has baseclass A
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.private
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected.b
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected.b.private
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected.b.public
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.public
PASS -> FAIL: gdb.mi/gdb792.exp: list children of class A
PASS -> FAIL: gdb.mi/gdb792.exp: list children of class C
PASS -> FAIL: gdb.mi/mi-async-run.exp: expect interrupt
PASS -> UNRESOLVED: gdb.mi/mi-async-run.exp: send interrupt command
new FAIL: gdb.mi/mi-async.exp: CLI next: send
PASS -> FAIL: gdb.mi/mi-async.exp: CLI next: stop
new FAIL: gdb.mi/mi-async.exp: restart: send
PASS -> FAIL: gdb.mi/mi-async.exp: restart: stop
new UNRESOLVED: gdb.mi/mi-async.exp: start: send
PASS -> FAIL: gdb.mi/mi-async.exp: start: stop
PASS -> FAIL: gdb.mi/mi-basics.exp: file-exec-and-symbols operation
PASS -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -t operation
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at nonexistent function
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: check that commands are cleared
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: check that commands are set
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: clear commands
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2
UNRESOLVED -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint with garbage after location
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: conditional breakpoint with garbage after location
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: create varobj for function call
UNRESOLVED -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: insert breakpoint with ignore count at callme
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: insert temp breakpoint at "<fullfilename>":$line_callee4_head
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: insert temp breakpoint at basics.c:$line_callee3_head
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: insert temp breakpoint at basics.c:callee2
PASS -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: run to breakpoint with ignore count
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: test disabled creation
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: test disabled creation: cleanup
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: update varobj for function call
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: -break-after 5 1
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: -break-condition 2 main == 0x0
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: -break-disable 3
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: -break-enable 3
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: -break-passcount 4 1
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: breakpoint at main
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: catch syscall
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: change command
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: condition 2 main > 0x0
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: delete 3
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: delete 4
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: delete 5
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: delete 6
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: disable 3
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: dprintf marker, "arg" "
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: enable 3
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: ignore 5 1
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: passcount 1 4
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: trace marker
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: watch watch
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved:
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: breakpoint on pendfunc1 resolved
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: breakpoint on pendfunc3 pending again
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: breakpoint on pendfunc3 resolved
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continue to marker 1
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continue to marker 2
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continue to pendfunc1 breakpoint
new FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing execution to marker
new FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing to exit
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: delete breakpoint on pendfunc1
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: insert breakpoint on marker
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: insert breakpoint on pendfunc1
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: insert breakpoint on pendfunc3
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: -break-enable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: -break-info
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: break add
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: breakpoint at main
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: dis 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: en 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=0: insert breakpoint with MI command
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: -break-enable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: -break-info
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: break add
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: breakpoint at main
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: dis 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: en 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: insert breakpoint with MI command
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=2: use_fix_flag=1: send -fix-multi-location-breakpoint-output
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: -break-enable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: -break-info
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: break add
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: breakpoint at main
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: dis 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: en 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=0: insert breakpoint with MI command
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: -break-enable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: -break-info
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: break add
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: breakpoint at main
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: dis 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: en 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: insert breakpoint with MI command
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=3: use_fix_flag=1: send -fix-multi-location-breakpoint-output
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: -break-enable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: -break-info
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: break add
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: breakpoint at main
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: dis 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: en 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=0: insert breakpoint with MI command
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: -break-enable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: -break-info
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: break add
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: breakpoint at main
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: dis 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: en 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: insert breakpoint with MI command
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-multiple-locations.exp: mi_version=: use_fix_flag=1: send -fix-multi-location-breakpoint-output
new FAIL: gdb.mi/mi-catch-load.exp:
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: auto-solib-add on
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-load: catch load
new FAIL: gdb.mi/mi-catch-load.exp: catch-load: continue
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: auto-solib-add on
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-unload: catch unload
new FAIL: gdb.mi/mi-catch-load.exp: catch-unload: continue
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "file $binfile"
new FAIL: gdb.mi/mi-cmd-param-changed.exp:
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete "b mai"
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete "b push_ba", wildmatching
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete bogus
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -complete br
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 0
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 1
PASS -> FAIL: gdb.mi/mi-complete.exp: -info-gdb-mi-command complete
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-complete.exp: set max-completions 0
PASS -> FAIL: gdb.mi/mi-complete.exp: set max-completions 1
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: breakpoint at test
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: insert conditional breakpoint
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: mt: insert end breakpoint
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: mt: no spurious *running notifications
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: breakpoint at test
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: insert conditional breakpoint
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: st: insert end breakpoint
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: st: no spurious *running notifications
PASS -> UNRESOLVED: gdb.mi/mi-console.exp: Testing console output
PASS -> UNRESOLVED: gdb.mi/mi-console.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-console.exp: finished step over hello
PASS -> UNRESOLVED: gdb.mi/mi-detach.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-detach.exp: detach
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble bogus address, -a
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble bogus address, -s -e
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble bogus filename
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly only
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly with opcodes
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed with opcodes
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly mixed
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly only
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly only
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly with opcodes
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble function around pc assembly only
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble function callee4 assembly only
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble mix different args
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed with opcodes
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble wrong mode arg
PASS -> UNRESOLVED: gdb.mi/mi-dprintf-pending.exp: mi dprintf
PASS -> FAIL: gdb.mi/mi-dprintf-pending.exp: mi dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf-pending.exp: mi insert breakpoint bp_location1
PASS -> UNRESOLVED: gdb.mi/mi-dprintf-pending.exp: mi set dprintf
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf
new FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf continue
PASS -> FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: explicit breakpoint at mi-dprintf.c:30
PASS -> FAIL: gdb.mi/mi-dprintf.exp: explicit dprintf at main
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf
new FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf continue
PASS -> FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf
new FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf continue
PASS -> FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: invalid explicit dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi info dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi insert breakpoint bp_location1
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi insert breakpoint main
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi insert breakpoint without format string
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi insert dprintf dp_location1
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert dprintf foo
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi insert second breakpoint without format string
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert without location
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi set dprintf channel
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi set dprintf style to an unrecognized type
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi set dprintf style to call
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi set dprintf-channel stderr
new FAIL: gdb.mi/mi-dprintf.exp: set dprintf style to agent
PASS -> UNRESOLVED: gdb.mi/mi-eval.exp: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-eval.exp: eval &A
PASS -> FAIL: gdb.mi/mi-eval.exp: eval A
PASS -> FAIL: gdb.mi/mi-eval.exp: eval A + 3
PASS -> FAIL: gdb.mi/mi-eval.exp: eval A+3
PASS -> FAIL: gdb.mi/mi-eval.exp: next at callee4
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=0: breakpoint hit reported on mi
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on console
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on mi
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=0: breakpoint hit reported on mi
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on console
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on mi
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
PASS -> FAIL: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups after exit shows exit-code
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups during run shows no exit-code
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: breakpoint at main
new FAIL: gdb.mi/mi-exit-code.exp: first run: continuing to inferior exit
PASS -> FAIL: gdb.mi/mi-exit-code.exp: first run: exit normally
PASS -> FAIL: gdb.mi/mi-file-transfer.exp: compare binary file
PASS -> FAIL: gdb.mi/mi-file-transfer.exp: compare intermediate binary file
PASS -> FAIL: gdb.mi/mi-file-transfer.exp: deleted binary file
PASS -> FAIL: gdb.mi/mi-file-transfer.exp: get binary file
PASS -> UNRESOLVED: gdb.mi/mi-file-transfer.exp: put binary file
PASS -> FAIL: gdb.mi/mi-file.exp: Getting a list of source files.
PASS -> UNRESOLVED: gdb.mi/mi-file.exp: request path info of current source file
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: memory successfully filled
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: memory successfully written
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: next at main
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: no arguments
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: one argument missing
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: pattern correctly read from memory
PASS -> UNRESOLVED: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: breakpoint at main
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: breakpoint hit in callee3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 0
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 1
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 2
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 0
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 1
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 2
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 3
PASS -> UNRESOLVED: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: insert breakpoint at basics.c:callee3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: next instruction in callee3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var1 has changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var2 has changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var3 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var4 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var5 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var6 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var7 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var8 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: -var-update for frame 1
PASS -> UNRESOLVED: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: breakpoint at main
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: breakpoint hit in callee1
PASS -> UNRESOLVED: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: create varobj for pc in frame 0
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: insert breakpoint at basics.c:callee1
PASS -> FAIL: gdb.mi/mi-fullname-deleted.exp: compare_filenames_for_search does match
PASS -> FAIL: gdb.mi/mi-fullname-deleted.exp: compare_filenames_for_search does not match
PASS -> FAIL: gdb.mi/mi-fullname-deleted.exp: fullname present
PASS -> UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: set substitute-path
PASS -> FAIL: gdb.mi/mi-fullname-deleted.exp: substituted fullname
PASS -> FAIL: gdb.mi/mi-inheritance-syntax-error.exp: -var-info-path-expression var1.A
PASS -> UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: breakpoint at C::testLocation
PASS -> UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: create var for THIS
PASS -> FAIL: gdb.mi/mi-inheritance-syntax-error.exp: list children of THIS
new FAIL: gdb.mi/mi-linespec-err-cp.exp:
PASS -> UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-linespec-err-cp.exp: breakpoint hit
PASS -> UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp: set breakpoint
PASS -> UNRESOLVED: gdb.mi/mi-logging.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: change C thru. -data-write-memory-bytes
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: change C thru. varobj
PASS -> UNRESOLVED: gdb.mi/mi-memory-changed.exp: continue to callee4
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: create objvar for C
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: get address of main
PASS -> UNRESOLVED: gdb.mi/mi-memory-changed.exp: insert breakpoint
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: set var C = 4
PASS -> FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on mi-pendshr.c:pendfunc2 if x==4
PASS -> UNRESOLVED: gdb.mi/mi-pending.exp: MI pending breakpoint on pendfunc1
PASS -> FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on pendfunc3
PASS -> FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on thread_func
PASS -> UNRESOLVED: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1
PASS -> FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1 a second time
PASS -> FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc2 with x==4
PASS -> FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on thread_func
new FAIL: gdb.mi/mi-pending.exp: continuing execution to conditional bp
new FAIL: gdb.mi/mi-pending.exp: continuing execution to skip conditional bp
new FAIL: gdb.mi/mi-pending.exp: continuing execution to thread condition
new FAIL: gdb.mi/mi-pending.exp: continuing execution to thread creation
PASS -> FAIL: gdb.mi/mi-pending.exp: delete breakpoint 3
PASS -> FAIL: gdb.mi/mi-pending.exp: run till MI pending breakpoint on pendfunc3 on thread 2
PASS -> UNRESOLVED: gdb.mi/mi-pthreads.exp: -thread_list_ids
PASS -> UNRESOLVED: gdb.mi/mi-pthreads.exp: breakpoint at done_making_threads
PASS -> FAIL: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select
PASS -> FAIL: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 123456789
PASS -> FAIL: gdb.mi/mi-pthreads.exp: finding threads in MI output
PASS -> FAIL: gdb.mi/mi-read-memory.exp: 3x2, one byte
PASS -> FAIL: gdb.mi/mi-read-memory.exp: 3x2, one byte offset by -6
PASS -> FAIL: gdb.mi/mi-read-memory.exp: ascii and data
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-read-memory.exp: decimal
PASS -> FAIL: gdb.mi/mi-read-memory.exp: expression in quotes
PASS -> FAIL: gdb.mi/mi-read-memory.exp: next at main
PASS -> FAIL: gdb.mi/mi-read-memory.exp: no arguments
PASS -> FAIL: gdb.mi/mi-read-memory.exp: octal
PASS -> UNRESOLVED: gdb.mi/mi-record-changed.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-record-changed.exp: record
PASS -> FAIL: gdb.mi/mi-record-changed.exp: record end
PASS -> FAIL: gdb.mi/mi-record-changed.exp: target record
PASS -> UNRESOLVED: gdb.mi/mi-return.exp: breakpoint at callee4
PASS -> UNRESOLVED: gdb.mi/mi-return.exp: delete all breakpoints
PASS -> FAIL: gdb.mi/mi-return.exp: return from callee4 now
PASS -> UNRESOLVED: gdb.mi/mi-reverse.exp: Turn on process record
PASS -> UNRESOLVED: gdb.mi/mi-reverse.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: break-insert operation
PASS -> FAIL: gdb.mi/mi-simplerun.exp: continue to end
PASS -> FAIL: gdb.mi/mi-simplerun.exp: disabling of breakpoints
PASS -> FAIL: gdb.mi/mi-simplerun.exp: exec-finish
PASS -> FAIL: gdb.mi/mi-simplerun.exp: insert breakpoint at "<fullfilename>":$line_callee4_head
PASS -> FAIL: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:$line_callee3_head
PASS -> FAIL: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:callee2
PASS -> FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints
PASS -> FAIL: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled
PASS -> FAIL: gdb.mi/mi-simplerun.exp: next at main
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: run to main
PASS -> FAIL: gdb.mi/mi-simplerun.exp: step at main
PASS -> FAIL: gdb.mi/mi-simplerun.exp: step to callee4
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: breakpoint at main
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: get the list of shared libraries
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: mi runto main
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: CLI prints solib event
PASS -> FAIL: gdb.mi/mi-solib.exp: test_stop_on_solib_events: check for solib event
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: set stop-on-solib-events
PASS -> FAIL: gdb.mi/mi-solib.exp: test_stop_on_solib_events: unset stop-on-solib-events
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-stack.exp: next's in callee4
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: run to 27
PASS -> FAIL: gdb.mi/mi-stack.exp: selected frame listing
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 0
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 0 1 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 0 1 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1 1 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1 1 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1 1 300
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing wrong
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing 1 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing 1 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing 1 300
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing wrong
PASS -> FAIL: gdb.mi/mi-stack.exp: stack info-depth
PASS -> FAIL: gdb.mi/mi-stack.exp: stack info-depth 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack info-depth 99
PASS -> FAIL: gdb.mi/mi-stack.exp: stack info-depth wrong usage
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals for same frame
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing for new frame
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing of names
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing of names and values
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing wrong
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing, simple types: names and values, complex type: names and types
PASS -> FAIL: gdb.mi/mi-stack.exp: stack select frame 1
new FAIL: gdb.mi/mi-stack.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-start.exp: -list-features includes "exec-run-start-option"
PASS -> UNRESOLVED: gdb.mi/mi-start.exp: run to main
PASS -> UNRESOLVED: gdb.mi/mi-stepi.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-stepi.exp: next-instruction at main
PASS -> FAIL: gdb.mi/mi-stepi.exp: next-instruction at main 2
PASS -> FAIL: gdb.mi/mi-stepi.exp: step-instruction at main
PASS -> UNRESOLVED: gdb.mi/mi-stepn.exp: breakpoint at main
new FAIL: gdb.mi/mi-sym-info.exp:
PASS -> FAIL: gdb.mi/mi-sym-info.exp: -symbol-info-functions --max-results 0
PASS -> FAIL: gdb.mi/mi-sym-info.exp: -symbol-info-functions --max-results 1
PASS -> FAIL: gdb.mi/mi-sym-info.exp: -symbol-info-functions --max-results 2
PASS -> FAIL: gdb.mi/mi-sym-info.exp: -symbol-info-types --max-results 4
PASS -> FAIL: gdb.mi/mi-sym-info.exp: -symbol-info-variables --max-results 3
PASS -> FAIL: gdb.mi/mi-sym-info.exp: List all functions
PASS -> UNRESOLVED: gdb.mi/mi-sym-info.exp: List all functions from debug information only
PASS -> UNRESOLVED: gdb.mi/mi-sym-info.exp: List all functions matching pattern f3
PASS -> FAIL: gdb.mi/mi-sym-info.exp: List all functions matching type void
PASS -> FAIL: gdb.mi/mi-sym-info.exp: List all types
PASS -> FAIL: gdb.mi/mi-sym-info.exp: List all types matching _int_
PASS -> UNRESOLVED: gdb.mi/mi-sym-info.exp: List all variables
PASS -> FAIL: gdb.mi/mi-sym-info.exp: List all variables from debug information only
PASS -> FAIL: gdb.mi/mi-sym-info.exp: List all variables matching pattern global_f2
PASS -> FAIL: gdb.mi/mi-sym-info.exp: List all variables matching type float
PASS -> UNRESOLVED: gdb.mi/mi-sym-info.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: backtrace from inferior function at exception
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: backtrace from inferior function stopped at bp, showing gdb dummy frame
PASS -> UNRESOLVED: gdb.mi/mi-syn-frame.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: call inferior function which raises exception
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: call inferior's function with a breakpoint set in it
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: data evaluate expression
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: finished exec continue
PASS -> UNRESOLVED: gdb.mi/mi-syn-frame.exp: insert breakpoint foo
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: insert breakpoint subroutine
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: list stack frames
new FAIL: gdb.mi/mi-syn-frame.exp: testing exec continue
PASS -> UNRESOLVED: gdb.mi/mi-threads-interrupt.exp: breakpoint at all_threads_created
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.mi/mi-until.exp: break-delete 1
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: break-insert operation
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: run to main
PASS -> FAIL: gdb.mi/mi-until.exp: until after current function
KFAIL -> FAIL: gdb.mi/mi-until.exp: until after while loop
PASS -> FAIL: gdb.mi/mi-until.exp: until line number
PASS -> FAIL: gdb.mi/mi-until.exp: until line number:file
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: breakpoint at do_block_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable cb
PASS -> FAIL: gdb.mi/mi-var-block.exp: create local variable foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: create local variable foo2
PASS -> FAIL: gdb.mi/mi-var-block.exp: create local variable inner_foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var cb
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var foo 1
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var foo 2
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var foo2
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var inner_foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 1
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 2
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 3
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 4
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 5
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 6
PASS -> FAIL: gdb.mi/mi-var-block.exp: try to create local variable foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: update all vars: cb foo changed
PASS -> FAIL: gdb.mi/mi-var-block.exp: update cb
PASS -> FAIL: gdb.mi/mi-var-block.exp: update foo: did not change
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: breakpoint at do_children_tests
new FAIL: gdb.mi/mi-var-child.exp: child_deletion: go to line 339
new FAIL: gdb.mi/mi-var-child.exp: child_deletion: step over 339
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable  psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable  psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable  psnp->ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: delete var struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: delete var weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: delete var weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.long_array editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.long_array.0 editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.u1.a editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.u1.b editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.u1.c editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird->int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.s2 editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.u1 editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: listing of children, simple types: names, type and values, complex types: names and types
PASS -> FAIL: gdb.mi/mi-var-child.exp: listing of names and values of children
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: run to 229
PASS -> FAIL: gdb.mi/mi-var-child.exp: run to mi-var-child.c:339
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 1
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 4
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 5
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 6
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 7
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 8
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_a0_0
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 1
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 2
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 3
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 4
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 1
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 2
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 3
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 4
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 5
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 6
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 7
PASS -> FAIL: gdb.mi/mi-var-child.exp: step to line $line_dct_123
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars int_ptr_ptr and children changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->next->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_ptr changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_struct changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.integer
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.0 changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.1 changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.10 changed, don't print values.
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.11 changed, print values.
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.2 changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars. None changed
new FAIL: gdb.mi/mi-var-child.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign array to pointer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign same array to pointer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign same value to func
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to func
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to global_simple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to ldouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to linteger again, same value
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lpfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lplong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lsimple->integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lsimple.character
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lsimple.integer
new FAIL: gdb.mi/mi-var-cmd.exp: bitfield: go to line 526
new FAIL: gdb.mi/mi-var-cmd.exp: bitfield: step over 526
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: breakpoint at do_locals_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: breakpoint at do_special_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: breakpoint at incr_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: breakpoint at subroutine1
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: check F inside callee
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: continue to where i is initialized
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create endvar
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create global variable
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create global variable array_ptr
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create i
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create int
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create l
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable func
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable ldouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpdouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lplong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create lsimple->integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create lsimple.character
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create lsimple.integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create non-existent variable
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create null_ptr
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create out of scope variable
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create selected_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete array_ptr
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete endvar
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete null_ptr
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete selected_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var  lsimple->integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var func
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var i
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var l
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var ldouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpdouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lplong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lsimple.character
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lsimple.integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lplong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: floating varobj invalidation
new FAIL: gdb.mi/mi-var-cmd.exp: floating: go to line 469
new FAIL: gdb.mi/mi-var-cmd.exp: floating: step over 469
new FAIL: gdb.mi/mi-var-cmd.exp: frozen: go to line 367
new FAIL: gdb.mi/mi-var-cmd.exp: frozen: step over 367
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: check initial value
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: create varobj
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: inside breakpoint inside callee
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: kill program before endvar
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto do_special_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto incr_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto subroutine1
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: next out of subroutine1
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: return from incr_a to do_special_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to 148
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:367
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:469
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:526
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step a line in incr_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step at do_locals_test
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step at do_locals_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step at subroutine1
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update F inside callee
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: all now out of scope
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: func and lpsimple changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: i changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lcharacter changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed after assign
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: linteger not changed after same assign
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: llong changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpcharacter changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed after assign
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lsimple and others changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: many changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: no changes on second update
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update endvar
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update null_ptr
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update selected_a in do_special_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update selected_a in incr_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update varobj before running inferior
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: var update
new FAIL: gdb.mi/mi-var-cmd.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: create root varobj for a
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
new FAIL: gdb.mi/mi-var-cp.exp: base_in_reference: go to line 45
new FAIL: gdb.mi/mi-var-cp.exp: base_in_reference: step over 45
PASS -> FAIL: gdb.mi/mi-var-cp.exp: break in anonymous_structs_and_unions
PASS -> FAIL: gdb.mi/mi-var-cp.exp: continue to anonymous_structs breakpoint
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public.b
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public.c
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.e
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.d
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public.b
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public.c
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.e
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.d
new FAIL: gdb.mi/mi-var-cp.exp: path_expression: go to line 144
new FAIL: gdb.mi/mi-var-cp.exp: path_expression: step over 144
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_pointer: go to line 81
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_pointer: step over 81
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_struct: go to line 104
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_struct: step over 104
new FAIL: gdb.mi/mi-var-cp.exp: reference_update: go to line 19
new FAIL: gdb.mi/mi-var-cp.exp: reference_update: step over 19
PASS -> FAIL: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:104
PASS -> FAIL: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:144
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:19
PASS -> FAIL: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:45
PASS -> FAIL: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:81
new UNRESOLVED: gdb.mi/mi-var-cp.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-var-display.exp: assing to variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: assing to variable foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: break-insert operation
PASS -> FAIL: gdb.mi/mi-var-display.exp: break-insert operation 2
PASS -> FAIL: gdb.mi/mi-var-display.exp: breakpoint at incr_a
PASS -> FAIL: gdb.mi/mi-var-display.exp: continue to do_special_tests
PASS -> FAIL: gdb.mi/mi-var-display.exp: create duplicate local variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable a1
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable e
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable s
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable u
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: delete var bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: delete var foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: delete var weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable -f decimal foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable -f nat foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable -f octal foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable bar with new format
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable bar with new value
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable e
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in binary
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable s
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable u
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children local variable weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of e
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of s
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of u
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of e
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of s
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of u
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable e
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable s
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable u
PASS -> FAIL: gdb.mi/mi-var-display.exp: is anone editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is anons editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is anonu editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is e editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is s editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is u editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: mi runto incr_a
PASS -> FAIL: gdb.mi/mi-var-display.exp: print FP register
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: run to main
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable bar in decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable bar in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable bar in zero-padded hexadecimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable foo decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable foo in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.char_ptr
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.character
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in zero-padded hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in zero-padded hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_struct
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.integer
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.long_array
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.long_int
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.s2
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.u1
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in binary
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: breakpoint at do_locals_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: create floating variable
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: create global variable
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: create local variable linteger
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: global_simple not anymore in scope due to binary changes
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: global_simple still alive
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: linteger not anymore in scope due to binary changes
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: linteger not valid anymore due to binary changes
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: no type for invalid variable global_simple
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: set format variable float_simple
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: type simpleton for valid variable global_simple
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: create variable object
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #1
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #2
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 41
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 43
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: set print object on
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: update variable object
new FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:250
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:306
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:36
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:63
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
new FAIL: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: go to line 306
new FAIL: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: step over 306
new FAIL: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: go to line 250
new FAIL: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: step over 250
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: go to line 36
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: step over 36
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: go to line 93
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: step over 93
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: go to line 63
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: step over 63
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: go to line 148
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: step over 148
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: go to line 201
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: step over 201
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: create local variable vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: eval variable vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate complete vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate vla[0]
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate vla[2]
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate vla[4]
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: get children of vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: info type variable vla
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: insert breakpoint at line 28 after vla is filled
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: run to breakpoint at line 28
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: show format variable vla
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: break-watch operation
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=sw: break-watch operation
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=sw: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=sw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=sw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: break-watch operation
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: break-watch operation
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi2-cli-display.exp: breakpoint at do_tests
PASS -> FAIL: gdb.mi/mi2-cli-display.exp: check display and source line x=24
PASS -> FAIL: gdb.mi/mi2-cli-display.exp: check display and source line x=25
PASS -> UNRESOLVED: gdb.mi/mi2-cli-display.exp: display x
new FAIL: gdb.mi/mi2-cli-display.exp: exec-next
PASS -> FAIL: gdb.mi/mi2-cli-display.exp: next
PASS -> FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: break in do_anonymous_type_tests
PASS -> FAIL: gdb.mi/mi2-var-child.exp: break in do_nested_struct_union_tests
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: breakpoint at do_children_tests
PASS -> FAIL: gdb.mi/mi2-var-child.exp: continue to do_anonymous_type_tests breakpoint
new FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable  psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable  psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable  psnp->ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: delete var struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: delete var weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: delete var weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c.*c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array.0 editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.a editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.b editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.c editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird->int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.s2 editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.u1 editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c.*c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: run to 251
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_nothing
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_nothing + 1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step to line $line_dct_123
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars int_ptr_ptr and children changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->next->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.0 changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.1 changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.2 changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars. None changed
new FAIL: gdb.mi/mi2-var-child.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/new-ui-mi-sync.exp: sync-command=continue: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint at main
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2
PASS -> UNRESOLVED: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": set breakpoint
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": set watchpoint
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": set x
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
PASS -> UNRESOLVED: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint at main
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2
PASS -> UNRESOLVED: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": set breakpoint
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": set watchpoint
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": set x
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again, event on MI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: breakpoint at main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: can't run to main
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: select frame 1, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again, event on MI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame, event on MI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: breakpoint at main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: can't run to main
new FAIL: gdb.modula2/max-depth.exp:
new FAIL: gdb.modula2/max-depth.exp: can't run to main
new FAIL: gdb.modula2/unbounded-array.exp:
PASS -> FAIL: gdb.multi/base.exp: 'info functions commonfun' in inferior 1
PASS -> FAIL: gdb.multi/base.exp: 'info functions commonfun' in inferior 3
new FAIL: gdb.multi/base.exp:
PASS -> FAIL: gdb.multi/base.exp: add inferior 3 with -exec goodbye
PASS -> FAIL: gdb.multi/base.exp: list commonfun in goodbye
PASS -> FAIL: gdb.multi/base.exp: list commonfun in hello
PASS -> FAIL: gdb.multi/base.exp: load hangout file in inferior 2
PASS -> FAIL: gdb.multi/base.exp: print gglob
PASS -> FAIL: gdb.multi/base.exp: print glob
PASS -> FAIL: gdb.multi/base.exp: print hglob
new FAIL: gdb.multi/bkpt-multi-exec.exp:
new FAIL: gdb.multi/dummy-frame-restore.exp:
new FAIL: gdb.multi/dummy-frame-restore.exp: can't run to f1
new FAIL: gdb.multi/info-threads.exp:
new FAIL: gdb.multi/multi-arch.exp:
new FAIL: gdb.multi/multi-attach.exp:
PASS -> FAIL: gdb.multi/multi-attach.exp: add second inferior
PASS -> FAIL: gdb.multi/multi-attach.exp: attach to program 1
PASS -> FAIL: gdb.multi/multi-attach.exp: attach to program 2
PASS -> FAIL: gdb.multi/multi-attach.exp: backtrace 1
PASS -> FAIL: gdb.multi/multi-attach.exp: backtrace 2
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: stop with control-c
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: run to main
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: run to main
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: stop with control-c
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: run to main
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: stop with control-c
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty:
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: stop with control-c
new FAIL: gdb.multi/remove-inferiors.exp:
new FAIL: gdb.multi/remove-inferiors.exp: couldn't run to main.
PASS -> FAIL: gdb.multi/remove-inferiors.exp: load binary
new FAIL: gdb.multi/tids.exp:
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=detach:
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit:
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill:
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi.exp:
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: awatch b on inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: awatch c on inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch b on inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch c on inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 2
new FAIL: gdb.multi/watchpoint-multi.exp: setting breakpoint at main
new FAIL: gdb.multi/watchpoint-multi.exp: setting breakpoint at marker_exit
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 2
new FAIL: gdb.opt/clobbered-registers-O2.exp:
new FAIL: gdb.opt/clobbered-registers-O2.exp: run to start_sequence
new FAIL: gdb.opt/inline-break.exp:
PASS -> FAIL: gdb.opt/inline-break.exp: break func1
PASS -> FAIL: gdb.opt/inline-break.exp: break func2
PASS -> FAIL: gdb.opt/inline-break.exp: break func3b
PASS -> FAIL: gdb.opt/inline-break.exp: break func4b
PASS -> FAIL: gdb.opt/inline-break.exp: break func5b
PASS -> FAIL: gdb.opt/inline-break.exp: break func6b
PASS -> FAIL: gdb.opt/inline-break.exp: break func7b
PASS -> FAIL: gdb.opt/inline-break.exp: break func8b
PASS -> FAIL: gdb.opt/inline-break.exp: info break 1
PASS -> FAIL: gdb.opt/inline-break.exp: info break 2
PASS -> FAIL: gdb.opt/inline-break.exp: info break 3
PASS -> FAIL: gdb.opt/inline-break.exp: info break 4
PASS -> FAIL: gdb.opt/inline-break.exp: info break 5
PASS -> FAIL: gdb.opt/inline-break.exp: info break 6
PASS -> FAIL: gdb.opt/inline-break.exp: info break 7
PASS -> FAIL: gdb.opt/inline-break.exp: info break 8
PASS -> FAIL: gdb.opt/inline-break.exp: print func1
PASS -> FAIL: gdb.opt/inline-break.exp: print func2
new FAIL: gdb.opt/inline-bt.exp:
new UNRESOLVED: gdb.opt/inline-bt.exp: skipping inline frame tests
new FAIL: gdb.opt/inline-cmds.exp:
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new FAIL: gdb.opt/inline-locals.exp:
new UNRESOLVED: gdb.opt/inline-locals.exp: inline-bt.exp
new FAIL: gdb.opt/solib-intra-step.exp:
new FAIL: gdb.python/lib-types.exp:
new FAIL: gdb.python/lib-types.exp: can't run to main
new FAIL: gdb.python/py-arch.exp:
new FAIL: gdb.python/py-as-string.exp:
new FAIL: gdb.python/py-as-string.exp: couldn't run to main.
new FAIL: gdb.python/py-bad-printers.exp:
new FAIL: gdb.python/py-bad-printers.exp: can't run to main
new FAIL: gdb.python/py-block.exp:
new FAIL: gdb.python/py-block.exp: can't run to main
new FAIL: gdb.python/py-breakpoint-create-fail.exp:
new FAIL: gdb.python/py-breakpoint.exp:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_address: eval address of main
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_address: long value of main
PASS -> FAIL: gdb.python/py-breakpoint.exp: test_bkpt_address: python gdb.Breakpoint
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_basic:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_basic: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_cond_and_cmds:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_cond_and_cmds: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_deletion:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_deletion: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events:
PASS -> FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: check for breakpoint_created event
PASS -> FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: check for breakpoint_deleted event
PASS -> FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: check for breakpoint_modified event
PASS -> FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: delete 1
PASS -> FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: disable 1
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: setting breakpoint at 52
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_invisible:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_invisible: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_qualified:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_qualified: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_temporary:
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_temporary: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints:
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: cannot run to main.
new FAIL: gdb.python/py-caller-is.exp:
new FAIL: gdb.python/py-cmd.exp:
new FAIL: gdb.python/py-cmd.exp: cannot run to main.
new FAIL: gdb.python/py-events.exp:
PASS -> FAIL: gdb.python/py-events.exp: continue
PASS -> FAIL: gdb.python/py-events.exp: get address of do_nothing
PASS -> FAIL: gdb.python/py-events.exp: get current thread
PASS -> FAIL: gdb.python/py-events.exp: new objfile notification
new FAIL: gdb.python/py-events.exp: setting breakpoint at do_nothing
new FAIL: gdb.python/py-events.exp: setting breakpoint at first
new FAIL: gdb.python/py-events.exp: setting breakpoint at main
PASS -> FAIL: gdb.python/py-events.exp: step 3
new FAIL: gdb.python/py-evsignal.exp:
new FAIL: gdb.python/py-evsignal.exp: signal Thread 3
new FAIL: gdb.python/py-evthreads.exp:
PASS -> FAIL: gdb.python/py-evthreads.exp: continue thread 1
PASS -> FAIL: gdb.python/py-evthreads.exp: reached breakpoint 2
PASS -> FAIL: gdb.python/py-evthreads.exp: reached breakpoint 3
PASS -> FAIL: gdb.python/py-evthreads.exp: run to breakpoint 1
new FAIL: gdb.python/py-evthreads.exp: setting breakpoint at main
new FAIL: gdb.python/py-evthreads.exp: setting breakpoint at thread2
new FAIL: gdb.python/py-evthreads.exp: setting breakpoint at thread3
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 2
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 3
new FAIL: gdb.python/py-explore-cc.exp:
new FAIL: gdb.python/py-explore.exp:
new FAIL: gdb.python/py-finish-breakpoint.exp:
new FAIL: gdb.python/py-finish-breakpoint.exp: cannot run to main.
new FAIL: gdb.python/py-finish-breakpoint2.exp:
new FAIL: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new FAIL: gdb.python/py-format-string.exp: format_string: lang_c:
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_big_string: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_binary_string_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option 12
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option format='xd'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option invalid=True
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option raw='hello'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option raw=True, format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t with option unions: unions=true
PASS -> UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_point_t_pointer: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_string: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option pretty_structs=True, unions=False
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_struct_with_union: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option symbols=False, format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: a_symbol_pointer: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option array_indexes=True, pretty_arrays=True
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_array_with_repetition: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: an_enum: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: another_point: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: disable pretty-printer '' test_lookup_function: a_point_t with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: disable pretty-printer '' test_lookup_function: a_point_t with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: disable pretty-printer '' test_lookup_function: a_point_t with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: disable pretty-printer '' test_lookup_function: a_point_t with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: disable pretty-printer '' test_lookup_function: a_point_t: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: disable pretty-printer '' test_lookup_function: a_point_t: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_big_string with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_binary_string with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_binary_string_array with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_point_t with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_point_t_pointer with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_string with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_struct_with_union with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': a_symbol_pointer with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': an_array with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': an_array_with_repetition with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': an_enum with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='d': another_point with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_big_string with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_binary_string with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_binary_string_array with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_point_t with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_point_t_pointer with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_string with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_struct_with_union with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': a_symbol_pointer with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': an_array with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': an_array_with_repetition with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': an_enum with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: format='x': another_point with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_depth=-1: a_struct_with_union with option max_depth=-1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_depth=0: a_struct_with_union with option max_depth=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_depth=1: a_struct_with_union with option max_depth=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_depth=2: a_struct_with_union with option max_depth=2
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_big_string with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_binary_string with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_binary_string_array with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_point_t with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_point_t_pointer with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_string with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_struct_with_union with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: a_symbol_pointer with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: an_array with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: an_array_with_repetition with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: an_enum with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=0: another_point with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_big_string with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_binary_string with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_binary_string_array with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_point_t with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_point_t_pointer with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_string with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_struct_with_union with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: a_symbol_pointer with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: an_array with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: an_array_with_repetition with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: an_enum with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=1000: another_point with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_big_string with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_binary_string with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_binary_string_array with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_point_t with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_point_t_pointer with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_string with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_struct_with_union with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: a_symbol_pointer with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: an_array with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: an_array_with_repetition with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: an_enum with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=200: another_point with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_big_string with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_binary_string with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_binary_string_array with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_point_t with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_point_t_pointer with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_string with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_struct_with_union with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: a_symbol_pointer with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: an_array with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: an_array_with_repetition with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: an_enum with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: max_elements=3: another_point with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_big_string with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_binary_string with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_binary_string_array with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_point_t with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_point_t_pointer with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_string with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_struct_with_union with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: a_symbol_pointer with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: an_array with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: an_array_with_repetition with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: an_enum with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=0: another_point with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_big_string with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_binary_string with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_binary_string_array with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_point_t with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_point_t_pointer with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_string with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_struct_with_union with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: a_symbol_pointer with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: an_array with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: an_array_with_repetition with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: an_enum with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=100: another_point with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_big_string with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_binary_string with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_binary_string_array with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_point_t with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_point_t_pointer with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_string with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_struct_with_union with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: a_symbol_pointer with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: an_array with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: an_array_with_repetition with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: an_enum with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=10: another_point with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_big_string with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_binary_string with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_binary_string_array with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_point_t with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_point_t_pointer with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_string with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_struct_with_union with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: a_symbol_pointer with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: an_array with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: an_array_with_repetition with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: an_enum with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=1: another_point with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_big_string with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_binary_string with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_binary_string_array with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_point_t with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_point_t_pointer with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_string with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_struct_with_union with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: a_symbol_pointer with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: an_array with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: an_array_with_repetition with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: an_enum with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: repeat_threshold=3: another_point with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array_with_repetition with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array on: an_array_with_repetition: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array_with_repetition with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array_with_repetition with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print array-indexes on: an_array_with_repetition: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print elements 4: a_binary_string with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print elements 4: a_binary_string_array with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print elements 4: a_string with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print elements 4: an_array_with_repetition with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print repeats 1: an_array_with_repetition with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print structs on: a_struct_with_union with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print structs on: a_struct_with_union with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print structs on: a_struct_with_union: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print structs on: a_struct_with_union: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print symbol off: a_symbol_pointer with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print symbol off: a_symbol_pointer with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print symbol off: a_symbol_pointer: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print symbol off: a_symbol_pointer: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print union off: a_struct_with_union with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print union off: a_struct_with_union with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print union off: a_struct_with_union: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_c: set print union off: a_struct_with_union: str
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp:
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option deref_refs=True, static_members=False
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_big_string: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_binary_string_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option 12
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option format='xd'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option invalid=True
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option raw='hello'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option raw=True, format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t with option unions: unions=true
PASS -> UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_pointer: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option deref_refs=True, actual_objects=True, raw=True
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_point_t_ref: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_string: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_structs=True, unions=False
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option symbols=False, format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_symbol_pointer: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option array_indexes=True, pretty_arrays=True
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_array_with_repetition: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: an_enum: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option deref_refs: deref_refs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option deref_refs: deref_refs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: another_point: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: disable pretty-printer '' test_lookup_function: a_point_t with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: disable pretty-printer '' test_lookup_function: a_point_t with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: disable pretty-printer '' test_lookup_function: a_point_t with option raw: raw=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: disable pretty-printer '' test_lookup_function: a_point_t with option raw: raw=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: disable pretty-printer '' test_lookup_function: a_point_t: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: disable pretty-printer '' test_lookup_function: a_point_t: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_base_ref with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_big_string with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_binary_string with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_binary_string_array with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_point_t with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_point_t_pointer with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_point_t_ref with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_string with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_struct_with_union with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_symbol_pointer with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': an_array with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': an_array_with_repetition with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': an_enum with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': another_point with option format='d'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_base_ref with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_big_string with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_binary_string with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_binary_string_array with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_point_t with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_point_t_pointer with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_point_t_ref with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_string with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_struct_with_union with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_symbol_pointer with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': an_array with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': an_array_with_repetition with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': an_enum with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': another_point with option format='x'
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_depth=-1: a_struct_with_union with option max_depth=-1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_depth=0: a_struct_with_union with option max_depth=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_depth=1: a_struct_with_union with option max_depth=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_depth=2: a_struct_with_union with option max_depth=2
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_base_ref with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_big_string with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_binary_string with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_binary_string_array with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_point_t with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_point_t_pointer with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_point_t_ref with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_string with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_struct_with_union with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_symbol_pointer with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: an_array with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: an_array_with_repetition with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: an_enum with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: another_point with option max_elements=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_base_ref with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_big_string with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_binary_string with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_binary_string_array with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_point_t with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_point_t_pointer with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_point_t_ref with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_string with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_struct_with_union with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_symbol_pointer with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: an_array with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: an_array_with_repetition with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: an_enum with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: another_point with option max_elements=1000
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_base_ref with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_big_string with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_binary_string with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_binary_string_array with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_point_t with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_point_t_pointer with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_point_t_ref with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_string with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_struct_with_union with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_symbol_pointer with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: an_array with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: an_array_with_repetition with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: an_enum with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: another_point with option max_elements=200
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_base_ref with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_big_string with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_binary_string with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_binary_string_array with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_point_t with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_point_t_pointer with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_point_t_ref with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_string with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_struct_with_union with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_symbol_pointer with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: an_array with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: an_array_with_repetition with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: an_enum with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: another_point with option max_elements=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_base_ref with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_big_string with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_binary_string with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_binary_string_array with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_point_t with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_point_t_pointer with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_point_t_ref with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_string with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_struct_with_union with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_symbol_pointer with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: an_array with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: an_array_with_repetition with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: an_enum with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: another_point with option repeat_threshold=0
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_base_ref with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_big_string with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_binary_string with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_binary_string_array with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_point_t with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_point_t_pointer with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_point_t_ref with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_string with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_struct_with_union with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_symbol_pointer with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: an_array with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: an_array_with_repetition with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: an_enum with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: another_point with option repeat_threshold=100
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_base_ref with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_big_string with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_binary_string with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_binary_string_array with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_point_t with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_point_t_pointer with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_point_t_ref with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_string with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_struct_with_union with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_symbol_pointer with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: an_array with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: an_array_with_repetition with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: an_enum with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: another_point with option repeat_threshold=10
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_base_ref with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_big_string with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_binary_string with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_binary_string_array with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_point_t with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_point_t_pointer with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_point_t_ref with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_string with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_struct_with_union with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_symbol_pointer with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: an_array with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: an_array_with_repetition with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: an_enum with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: another_point with option repeat_threshold=1
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_base_ref with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_big_string with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_binary_string with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_binary_string_array with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_point_t with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_point_t_pointer with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_point_t_ref with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_string with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_struct_with_union with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_symbol_pointer with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: an_array with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: an_array_with_repetition with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: an_enum with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: another_point with option repeat_threshold=3
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array_with_repetition with option pretty_arrays: pretty_arrays=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array_with_repetition with option pretty_arrays: pretty_arrays=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array on: an_array_with_repetition: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array_with_repetition with option array_indexes: array_indexes=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array_with_repetition with option array_indexes: array_indexes=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array_with_repetition: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print array-indexes on: an_array_with_repetition: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print elements 4: a_binary_string with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print elements 4: a_binary_string_array with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print elements 4: a_string with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print elements 4: an_array_with_repetition with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_base_ref with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_base_ref with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_base_ref: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_base_ref: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_point_t_ref with option actual_objects: actual_objects=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_point_t_ref with option actual_objects: actual_objects=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_point_t_ref: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print object on: a_point_t_ref: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print repeats 1: an_array_with_repetition with option
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_base_ref with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_base_ref with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_base_ref: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_base_ref: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_point_t_ref with option static_members: static_members=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_point_t_ref with option static_members: static_members=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_point_t_ref: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print static-members off: a_point_t_ref: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print structs on: a_struct_with_union with option pretty_structs: pretty_structs=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print structs on: a_struct_with_union with option pretty_structs: pretty_structs=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print structs on: a_struct_with_union: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print structs on: a_struct_with_union: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print symbol off: a_symbol_pointer with option symbols: symbols=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print symbol off: a_symbol_pointer with option symbols: symbols=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print symbol off: a_symbol_pointer: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print symbol off: a_symbol_pointer: str
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print union off: a_struct_with_union with option unions: unions=false
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print union off: a_struct_with_union with option unions: unions=true
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print union off: a_struct_with_union: no opts
PASS -> FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print union off: a_struct_with_union: str
new FAIL: gdb.python/py-frame-args.exp:
new FAIL: gdb.python/py-frame-inline.exp:
new FAIL: gdb.python/py-frame-inline.exp: can't run to function f
new FAIL: gdb.python/py-frame.exp:
new FAIL: gdb.python/py-frame.exp: can't run to main
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: python support is disabled
new FAIL: gdb.python/py-framefilter.exp:
PASS -> FAIL: gdb.python/py-framefilter.exp: Test auto-load had loaded python scripts
new FAIL: gdb.python/py-inferior.exp:
new FAIL: gdb.python/py-inferior.exp: can't run to main
new FAIL: gdb.python/py-infthread.exp:
new FAIL: gdb.python/py-infthread.exp: can't run to main
new FAIL: gdb.python/py-lazy-string.exp:
PASS -> FAIL: gdb.python/py-mi-events.exp: file-exec-and-symbols operation
PASS -> FAIL: gdb.python/py-mi-objfile.exp: file-exec-and-symbols operation
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-create c1 * &c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.car.atom.ival
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.cdr
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.cdr.cdr
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car.atom
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.cdr
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: run to 61
new FAIL: gdb.python/py-mi-var-info-path-expression.exp: wait for stop
new UNRESOLVED: gdb.python/py-mi.exp: python support is disabled
new FAIL: gdb.python/py-nested-maps.exp:
new FAIL: gdb.python/py-objfile-script.exp:
PASS -> FAIL: gdb.python/py-objfile-script.exp: info auto-load python-scripts
new FAIL: gdb.python/py-objfile.exp:
new FAIL: gdb.python/py-objfile.exp: can't run to main
new FAIL: gdb.python/py-pp-integral.exp:
new FAIL: gdb.python/py-pp-maint.exp:
new FAIL: gdb.python/py-pp-maint.exp: can't run to main
new FAIL: gdb.python/py-pp-re-notag.exp:
new FAIL: gdb.python/py-pp-registration.exp:
new FAIL: gdb.python/py-pp-registration.exp: can't run to main
new UNRESOLVED: gdb.python/py-prettyprint.exp:
new UNRESOLVED: gdb.python/py-prettyprint.exp: c++:
new FAIL: gdb.python/py-prettyprint.exp: c:
new FAIL: gdb.python/py-progspace.exp:
new FAIL: gdb.python/py-progspace.exp: can't run to main
PASS -> FAIL: gdb.python/py-progspace.exp: current progspace filename
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new FAIL: gdb.python/py-rbreak.exp:
new FAIL: gdb.python/py-rbreak.exp: can't run to main
new FAIL: gdb.python/py-record-full.exp:
new FAIL: gdb.python/py-record-full.exp: can't run to main
new FAIL: gdb.python/py-recurse-unwind.exp:
new FAIL: gdb.python/py-recurse-unwind.exp: can't run to main
new FAIL: gdb.python/py-rvalue-ref-value-cc.exp:
new FAIL: gdb.python/py-section-script.exp:
PASS -> FAIL: gdb.python/py-section-script.exp: info auto-load python-scripts py-section-script
PASS -> FAIL: gdb.python/py-section-script.exp: verify scripts loaded
PASS -> FAIL: gdb.python/py-section-script.exp: verify scripts not loaded
new FAIL: gdb.python/py-shared.exp:
new FAIL: gdb.python/py-shared.exp: can't run to main
new FAIL: gdb.python/py-strfns.exp:
new FAIL: gdb.python/py-symbol.exp:
new FAIL: gdb.python/py-symbol.exp: can't run to main
PASS -> FAIL: gdb.python/py-symbol.exp: print
PASS -> FAIL: gdb.python/py-symbol.exp: print line number of qq
PASS -> FAIL: gdb.python/py-symbol.exp: print line number of rr
PASS -> FAIL: gdb.python/py-symbol.exp: print value of main
PASS -> FAIL: gdb.python/py-symbol.exp: print value of qq
PASS -> FAIL: gdb.python/py-symbol.exp: print value of rr
PASS -> FAIL: gdb.python/py-symbol.exp: print whether qq needs a frame
PASS -> FAIL: gdb.python/py-symbol.exp: print whether rr needs a frame
PASS -> FAIL: gdb.python/py-symbol.exp: test main_func.is_function
new FAIL: gdb.python/py-symtab.exp:
new FAIL: gdb.python/py-symtab.exp: can't run to main
new FAIL: gdb.python/py-sync-interp.exp:
PASS -> FAIL: gdb.python/py-sync-interp.exp: attach and where
new UNRESOLVED: gdb.python/py-template.exp:
new FAIL: gdb.python/py-thrhandle.exp:
new FAIL: gdb.python/py-thrhandle.exp: Get pthread_t type
PASS -> FAIL: gdb.python/py-thrhandle.exp: Pass overly large object to thread_from_handle
PASS -> FAIL: gdb.python/py-thrhandle.exp: Pass too small of an object to thread_from_handle
PASS -> FAIL: gdb.python/py-thrhandle.exp: TypeError when passing a symbol object to thread_from_handle
PASS -> FAIL: gdb.python/py-thrhandle.exp: breakpoint on after_mc_barrier
PASS -> FAIL: gdb.python/py-thrhandle.exp: breakpoint on do_something
PASS -> FAIL: gdb.python/py-thrhandle.exp: delete after_mc_barrier breakpoint
PASS -> FAIL: gdb.python/py-thrhandle.exp: info threads
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread for bogus handle thrs[3]
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread for bogus handle thrs[4]
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[0]
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[1]
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[2]
PASS -> FAIL: gdb.python/py-thrhandle.exp: run to after_mc_barrier
PASS -> FAIL: gdb.python/py-thrhandle.exp: run to do_something
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 0: fetch thread handle from inferior
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 0: fetch thread handle from thread
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 0: verify that handles are the same
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 1: fetch thread handle from inferior
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 1: fetch thread handle from thread
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 1: verify that handles are the same
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 2: fetch thread handle from inferior
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 2: fetch thread handle from thread
PASS -> FAIL: gdb.python/py-thrhandle.exp: thread 2: verify that handles are the same
new FAIL: gdb.python/py-type.exp:
PASS -> FAIL: gdb.python/py-type.exp: lang_c: continue to breakpoint: break to inspect struct and array.
new FAIL: gdb.python/py-type.exp: lang_c: setting breakpoint at 117
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: Check enum fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: Check num fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check enum field lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check enum field[0] name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check enum field[1]name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check the number of enum fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check the number of type fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: extract type fields from e
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check ss_fields[0].name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check ss_fields[1].name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: c typedef field list
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to array with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to array with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check array field type
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check field name exists test
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check field name nonexists test
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check fields lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check length of ss_fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check structure field a name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check structure field b name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check the number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check type.objfile
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: get fields from ss.type
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: init ss
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: python print
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: set vec1
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: set vec2
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: set vec3
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: continue to breakpoint: break to inspect struct and array.
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: get type of temvar
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: python print
new UNRESOLVED: gdb.python/py-type.exp: lang_cpp: setting breakpoint at 117
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_base_class: check base class
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_base_class: check the number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_base_class: extract type fields from d
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_base_class: get value
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: Check enum fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: Check num fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check enum field lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check enum field[0] name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check enum field[1]name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check the number of enum fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check the number of type fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: extract type fields from e
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: get value
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check ss_fields[0].name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check ss_fields[1].name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check that dir includes name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: c++ typedef field list
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check array field type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check class field c name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check class field d name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check conversion to bool
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check field name exists test
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check field name nonexists test
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check fields lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check length of ss_fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check structure field a name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check structure field b name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check the number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check type.objfile
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from c.type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from ss.type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from st.type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: get value
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: init ss
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: python print
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: set vec1
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: set vec2
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: set vec3
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged type: check range high bound
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged type: check range low bound
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged type: get fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged type: get value
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged value: check correct tuple length
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged value: check range high bound
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged value: check range low bound
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged value: get value
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on unranged value: check range for non ranged type.
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on unranged value: get value
PASS -> FAIL: gdb.python/py-type.exp: python print
new FAIL: gdb.python/py-typeprint.exp:
new FAIL: gdb.python/py-typeprint.exp: basic test // parse failed
new FAIL: gdb.python/py-typeprint.exp: raw test // parse failed
PASS -> FAIL: gdb.python/py-typeprint.exp: whatis s
PASS -> FAIL: gdb.python/py-typeprint.exp: whatis with disabled printer
PASS -> FAIL: gdb.python/py-typeprint.exp: whatis with enabled printer
new FAIL: gdb.python/py-unwind-maint.exp:
new FAIL: gdb.python/py-unwind-maint.exp: can't run to main
new FAIL: gdb.python/py-unwind.exp:
new FAIL: gdb.python/py-value-cc.exp:
new FAIL: gdb.python/py-value.exp:
new FAIL: gdb.python/py-value.exp: can't run to main
PASS -> FAIL: gdb.python/py-value.exp: print evalue
PASS -> FAIL: gdb.python/py-value.exp: py-value in file.filename
PASS -> FAIL: gdb.python/py-value.exp: python evalue = gdb.history
PASS -> FAIL: gdb.python/py-value.exp: python gdb.objfiles
new FAIL: gdb.python/py-xmethods.exp:
new FAIL: gdb.python/python.exp:
new FAIL: gdb.python/python.exp: can't run to main
new FAIL: gdb.reverse/break-precsave.exp:
PASS -> FAIL: gdb.reverse/break-precsave.exp: BP at end of main
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: bar backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: bar forward after restore
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: bar forward again
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: foo backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: foo forward after restore
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: foo forward again
PASS -> FAIL: gdb.reverse/break-precsave.exp: end of record log
PASS -> FAIL: gdb.reverse/break-precsave.exp: go to end of main forward
PASS -> FAIL: gdb.reverse/break-precsave.exp: main backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/break-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/break-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/break-precsave.exp: set breakpoint on bar
PASS -> FAIL: gdb.reverse/break-precsave.exp: set breakpoint on foo
PASS -> FAIL: gdb.reverse/break-precsave.exp: set forward
PASS -> FAIL: gdb.reverse/break-precsave.exp: set reverse
PASS -> FAIL: gdb.reverse/break-precsave.exp: turn on process record
new FAIL: gdb.reverse/break-reverse.exp:
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: bar backward
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: bar forward again
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: bar forward, the first time
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: end forward, the first time
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: foo backward
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: foo forward again
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: foo forward, the first time
PASS -> FAIL: gdb.reverse/break-reverse.exp: end of record log
PASS -> FAIL: gdb.reverse/break-reverse.exp: main backward
PASS -> FAIL: gdb.reverse/break-reverse.exp: set breakpoint at end of main
PASS -> FAIL: gdb.reverse/break-reverse.exp: set breakpoint on bar
PASS -> FAIL: gdb.reverse/break-reverse.exp: set breakpoint on foo
PASS -> FAIL: gdb.reverse/break-reverse.exp: set forward
PASS -> FAIL: gdb.reverse/break-reverse.exp: set reverse
PASS -> FAIL: gdb.reverse/break-reverse.exp: turn on process record
new FAIL: gdb.reverse/consecutive-precsave.exp:
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: get breakpoint address for foo
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: set bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: set reverse execution
new FAIL: gdb.reverse/consecutive-precsave.exp: setting breakpoint at foo
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: stopped at bp in reverse, 1st instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: turn on process record
new FAIL: gdb.reverse/consecutive-reverse.exp:
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: continue to breakpoint in foo
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: get breakpoint address for foo
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: set bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: set reverse execution
new FAIL: gdb.reverse/consecutive-reverse.exp: setting breakpoint at foo
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: stopped at bp in reverse, 1st instr
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: turn on process record
new FAIL: gdb.reverse/finish-precsave.exp:
PASS -> FAIL: gdb.reverse/finish-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func backward
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func backward
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func backward
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_long_func backward
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func backward
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func backward
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/finish-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set breakpoint on char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set breakpoint on int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set breakpoint on long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set breakpoint on long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set breakpoint on short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set breakpoint on void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/finish-precsave.exp: turn on process record
new FAIL: gdb.reverse/finish-reverse-bkpt.exp:
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: can't run to main
new FAIL: gdb.reverse/finish-reverse.exp:
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: char_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: char_func backward
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: int_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: int_func backward
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_func backward
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_long_func backward
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: short_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: short_func backward
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: void_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: void_func backward
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from char_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from int_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from short_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from void_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from char_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from int_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from short_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from void_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set breakpoint on char_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set breakpoint on int_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set breakpoint on long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set breakpoint on long_long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set breakpoint on short_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set breakpoint on void_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/finish-reverse.exp: turn on process record
new FAIL: gdb.reverse/fstatat-reverse.exp:
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: check fstatat record
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: turn on process record
new FAIL: gdb.reverse/getresuid-reverse.exp:
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: check egid record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: check euid record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: check rgid record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: check ruid record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: check sgid record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: check suid record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: turn on process record
new FAIL: gdb.reverse/insn-reverse.exp:
new FAIL: gdb.reverse/insn-reverse.exp: run to main
new FAIL: gdb.reverse/machinestate-precsave.exp:
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var step post-change
new FAIL: gdb.reverse/machinestate-precsave.exp: break 100
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 33
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 45
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 57
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 71
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 85
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: go to end of main forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global forward past bp
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global reverse-step to bp
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var reverse step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var step post-change, first time
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var step post-change, second time
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reload prec save file
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 33
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 45
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 57
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 71
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 85
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to main
new FAIL: gdb.reverse/machinestate-precsave.exp: reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: save process recfile
new FAIL: gdb.reverse/machinestate-precsave.exp: step
new FAIL: gdb.reverse/machinestate-precsave.exp: tbreak 33
new FAIL: gdb.reverse/machinestate-precsave.exp: tbreak 45
new FAIL: gdb.reverse/machinestate-precsave.exp: tbreak 57
new FAIL: gdb.reverse/machinestate-precsave.exp: tbreak 71
new FAIL: gdb.reverse/machinestate-precsave.exp: tbreak 85
new FAIL: gdb.reverse/machinestate-precsave.exp: tbreak 94
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: turn on process record
new FAIL: gdb.reverse/machinestate.exp:
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var forward
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var reverse-step
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var step post-change
new FAIL: gdb.reverse/machinestate.exp: break 100
PASS -> FAIL: gdb.reverse/machinestate.exp: continue to breakpoint: end of main
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 33
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 45
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 57
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 71
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 85
PASS -> FAIL: gdb.reverse/machinestate.exp: function static forward
PASS -> FAIL: gdb.reverse/machinestate.exp: function static forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: function static forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: function static reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: function static reverse-step
PASS -> FAIL: gdb.reverse/machinestate.exp: function static step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: module global forward past bp
PASS -> FAIL: gdb.reverse/machinestate.exp: module global forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: module global forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: module global reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: module global reverse-step to bp
PASS -> FAIL: gdb.reverse/machinestate.exp: module global step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: module static forward
PASS -> FAIL: gdb.reverse/machinestate.exp: module static forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: module static forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: module static reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: module static reverse-step
PASS -> FAIL: gdb.reverse/machinestate.exp: module static step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: register var forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: register var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: register var reverse step-to, first time
PASS -> FAIL: gdb.reverse/machinestate.exp: register var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: register var step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: register var step post-change, second time
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 33
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 45
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 57
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 71
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 85
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to main
new FAIL: gdb.reverse/machinestate.exp: reverse-step
new FAIL: gdb.reverse/machinestate.exp: step
new FAIL: gdb.reverse/machinestate.exp: tbreak 33
new FAIL: gdb.reverse/machinestate.exp: tbreak 45
new FAIL: gdb.reverse/machinestate.exp: tbreak 57
new FAIL: gdb.reverse/machinestate.exp: tbreak 71
new FAIL: gdb.reverse/machinestate.exp: tbreak 85
new FAIL: gdb.reverse/machinestate.exp: tbreak 94
PASS -> FAIL: gdb.reverse/machinestate.exp: turn on process record
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp:
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: can't run to main
new FAIL: gdb.reverse/pipe-reverse.exp:
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: check pipe record
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: turn on process record
new FAIL: gdb.reverse/readv-reverse.exp:
PASS -> FAIL: gdb.reverse/readv-reverse.exp: check readv record for buf[0]
PASS -> FAIL: gdb.reverse/readv-reverse.exp: check readv record for buf[1]
PASS -> FAIL: gdb.reverse/readv-reverse.exp: check readv record for buf[2]
PASS -> FAIL: gdb.reverse/readv-reverse.exp: check readv record for buf[3]
PASS -> FAIL: gdb.reverse/readv-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/readv-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/readv-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/readv-reverse.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/readv-reverse.exp: turn on process record
new FAIL: gdb.reverse/recvmsg-reverse.exp:
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: check recvmsg record - cmsg
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: check recvmsg record - rdata
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: check recvmsg record - rmsg.msg_controllen
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: check recvmsg record - rmsg.msg_flags
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: turn on process record
new FAIL: gdb.reverse/rerun-prec.exp:
PASS -> FAIL: gdb.reverse/rerun-prec.exp: restarting inferior
PASS -> FAIL: gdb.reverse/rerun-prec.exp: turn on process record
new FAIL: gdb.reverse/sigall-precsave.exp:
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TERM
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_33
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_34
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_35
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_36
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_37
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_38
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_39
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_40
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_41
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_42
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_43
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_44
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_45
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_46
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_47
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_48
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_49
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_50
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_51
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_52
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_53
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_54
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_55
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_56
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_57
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_58
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_59
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_60
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_61
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_62
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_63
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_ABRT
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_ALRM
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_BUS
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_CHLD
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_CONT
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_DANGER
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_EMT
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_FPE
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_GRANT
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_HUP
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_ILL
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_IO
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_LOST
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_LWP
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_MSG
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_PHONE
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_PIPE
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_POLL
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_PRIO
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_PROF
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_PWR
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_QUIT
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_RETRACT
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_SAK
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_SEGV
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_SOUND
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_SYS
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_TERM
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_TSTP
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_TTIN
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_TTOU
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_URG
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_USR1
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_USR2
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_VTALRM
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_WAITING
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_WINCH
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_WIND
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_XCPU
new FAIL: gdb.reverse/sigall-precsave.exp: break *handle_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: continue to sigall exit
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XFSZ
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 33
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 34
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 35
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 36
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 37
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 38
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 39
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 40
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 41
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 42
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 43
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 44
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 45
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 46
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 47
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 48
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 49
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 50
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 51
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 52
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 53
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 54
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 55
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 56
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 57
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 58
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 59
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 60
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 61
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 62
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CONT
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal DANGER
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal FPE
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal IO
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LOST
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LWP
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal MSG
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PIPE
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal POLL
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal QUIT
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal RETRACT
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SEGV
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal VTALRM
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WINCH
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XFSZ
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 33
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 34
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 35
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 36
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 37
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 38
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 39
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 40
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 41
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 42
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 43
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 44
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 45
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 46
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 47
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 48
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 49
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 50
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 51
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 52
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 53
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 54
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 55
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 56
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 57
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 58
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 59
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 60
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 61
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 62
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CONT
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal DANGER
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal FPE
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal IO
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LOST
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LWP
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal MSG
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PIPE
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal POLL
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal QUIT
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal RETRACT
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SEGV
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal VTALRM
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WINCH
new FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: turn on process record
new FAIL: gdb.reverse/sigall-reverse.exp:
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XFSZ
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 33
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 34
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 35
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 36
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 37
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 38
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 39
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 40
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 41
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 42
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 43
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 44
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 45
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 46
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 47
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 48
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 49
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 50
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 51
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 52
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 53
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 54
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 55
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 56
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 57
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 58
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 59
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 60
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 61
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 62
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CONT
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal DANGER
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal FPE
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal IO
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LOST
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LWP
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal MSG
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PIPE
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal POLL
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal QUIT
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal RETRACT
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SEGV
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal VTALRM
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WINCH
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XFSZ
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 33
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 34
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 35
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 36
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 37
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 38
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 39
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 40
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 41
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 42
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 43
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 44
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 45
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 46
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 47
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 48
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 49
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 50
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 51
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 52
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 53
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 54
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 55
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 56
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 57
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 58
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 59
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 60
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 61
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 62
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CONT
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal DANGER
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal FPE
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal IO
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LOST
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LWP
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal MSG
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PIPE
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal POLL
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal QUIT
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal RETRACT
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SEGV
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal VTALRM
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WINCH
new FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: turn on process record
new FAIL: gdb.reverse/solib-precsave.exp:
PASS -> FAIL: gdb.reverse/solib-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/solib-precsave.exp: forward to end part one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/solib-precsave.exp: turn on process record
new FAIL: gdb.reverse/solib-reverse.exp:
PASS -> FAIL: gdb.reverse/solib-reverse.exp: forward to end part one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next first shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next generic
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next over solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next second shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next third shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step first shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step generic
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step second shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step third shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: run until end part one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: turn on process record
new FAIL: gdb.reverse/step-precsave.exp:
PASS -> FAIL: gdb.reverse/step-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/step-precsave.exp: finish out of fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: next test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step into fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi thru function return
PASS -> FAIL: gdb.reverse/step-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/step-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/step-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: step into call
PASS -> FAIL: gdb.reverse/step-precsave.exp: step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: step up to call
PASS -> FAIL: gdb.reverse/step-precsave.exp: stepi back from function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: stepi into function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: turn on process record
new FAIL: gdb.reverse/step-reverse.exp:
PASS -> FAIL: gdb.reverse/step-reverse.exp: finish out of fn call
PASS -> FAIL: gdb.reverse/step-reverse.exp: next over call
PASS -> FAIL: gdb.reverse/step-reverse.exp: next test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: next test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step into fn call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse stepi thru function return
PASS -> FAIL: gdb.reverse/step-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/step-reverse.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-reverse.exp: simple stepi
PASS -> FAIL: gdb.reverse/step-reverse.exp: step into call
PASS -> FAIL: gdb.reverse/step-reverse.exp: step test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: step test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: step up to call
PASS -> FAIL: gdb.reverse/step-reverse.exp: stepi back from function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: stepi into function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: turn on process record
new FAIL: gdb.reverse/until-precsave.exp:
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/until-precsave.exp: finish to main
PASS -> FAIL: gdb.reverse/until-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/until-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/until-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/until-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function
PASS -> FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame
PASS -> FAIL: gdb.reverse/until-precsave.exp: until line number
new FAIL: gdb.reverse/until-reverse.exp:
PASS -> FAIL: gdb.reverse/until-reverse.exp: advance factorial
PASS -> FAIL: gdb.reverse/until-reverse.exp: advance to marker2
PASS -> FAIL: gdb.reverse/until-reverse.exp: finish to main
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-advance to final return of factorial
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-advance to marker2
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-finish from marker2
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-until to entry of factorial
PASS -> FAIL: gdb.reverse/until-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/until-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-reverse.exp: until factorial, recursive function
PASS -> FAIL: gdb.reverse/until-reverse.exp: until func, not called by current frame
PASS -> FAIL: gdb.reverse/until-reverse.exp: until line number
new FAIL: gdb.reverse/waitpid-reverse.exp:
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: check waitpid record
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: turn on process record
new FAIL: gdb.reverse/watch-precsave.exp:
PASS -> FAIL: gdb.reverse/watch-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/watch-precsave.exp: continue to breakpoint: marker1
PASS -> FAIL: gdb.reverse/watch-precsave.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/watch-precsave.exp: replay forward to marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/watch-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set forward
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set reverse, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set reverse, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set watchpoint on ival3
PASS -> FAIL: gdb.reverse/watch-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, third time
new FAIL: gdb.reverse/watch-reverse.exp:
PASS -> FAIL: gdb.reverse/watch-reverse.exp: continue to breakpoint: marker1
PASS -> FAIL: gdb.reverse/watch-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/watch-reverse.exp: replay forward to marker2
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set breakpoint at marker2
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set forward
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set reverse, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set reverse, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set watchpoint on ival3
PASS -> FAIL: gdb.reverse/watch-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, third time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, third time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, third time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, third time
new FAIL: gdb.server/abspath.exp:
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
new FAIL: gdb.server/connect-stopped-target.exp:
new FAIL: gdb.server/connect-stopped-target.exp: non-stop=off:
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=off: connect and print pc
PASS -> UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=off: print pc again
new FAIL: gdb.server/connect-stopped-target.exp: non-stop=on:
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
new FAIL: gdb.server/connect-with-no-symbol-file.exp:
new FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto:
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: break main
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: continue to main
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: target remote
new FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off:
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: break main
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: continue to main
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
new FAIL: gdb.server/ext-attach.exp:
PASS -> FAIL: gdb.server/ext-attach.exp: attach to remote program 1
PASS -> FAIL: gdb.server/ext-attach.exp: attach to remote program 2
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace 1
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace 2
new FAIL: gdb.server/ext-restart.exp:
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: run to main
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
new FAIL: gdb.server/ext-run.exp:
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
new FAIL: gdb.server/ext-run.exp: setting breakpoint at main
new FAIL: gdb.server/ext-wrapper.exp:
PASS -> FAIL: gdb.server/ext-wrapper.exp: print d
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: print d
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: run to marker
new FAIL: gdb.server/ext-wrapper.exp: setting breakpoint at marker
new FAIL: gdb.server/file-transfer.exp:
PASS -> FAIL: gdb.server/file-transfer.exp: compare binary file
PASS -> FAIL: gdb.server/file-transfer.exp: compare intermediate binary file
PASS -> FAIL: gdb.server/file-transfer.exp: compare intermediate text file
PASS -> FAIL: gdb.server/file-transfer.exp: compare text file
PASS -> FAIL: gdb.server/file-transfer.exp: deleted binary file
PASS -> FAIL: gdb.server/file-transfer.exp: deleted text file
PASS -> FAIL: gdb.server/file-transfer.exp: get binary file
PASS -> FAIL: gdb.server/file-transfer.exp: get text file
PASS -> FAIL: gdb.server/file-transfer.exp: put binary file
PASS -> FAIL: gdb.server/file-transfer.exp: put text file
new FAIL: gdb.server/no-thread-db.exp:
PASS -> FAIL: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> FAIL: gdb.server/no-thread-db.exp: libthread-db is now unresolvable
PASS -> FAIL: gdb.server/no-thread-db.exp: print foo
new FAIL: gdb.server/no-thread-db.exp: setting breakpoint at no-thread-db.c:26
new FAIL: gdb.server/reconnect-ctrl-c.exp:
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
new FAIL: gdb.server/run-without-local-binary.exp:
PASS -> FAIL: gdb.server/run-without-local-binary.exp: run test program until the end
new FAIL: gdb.server/server-connect.exp:
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> UNRESOLVED: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> UNRESOLVED: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> UNRESOLVED: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> UNRESOLVED: gdb.server/server-connect.exp: udp4: connect to gdbserver using udp4:127.0.0.1
PASS -> UNRESOLVED: gdb.server/server-connect.exp: udp6-with-brackets: connect to gdbserver using udp6:[::1]
PASS -> UNRESOLVED: gdb.server/server-connect.exp: udp6: connect to gdbserver using udp6:::1
new FAIL: gdb.server/server-exec-info.exp:
PASS -> FAIL: gdb.server/server-exec-info.exp: set sysroot remote:
new FAIL: gdb.server/server-kill.exp:
PASS -> FAIL: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
PASS -> FAIL: gdb.server/server-kill.exp: p server_pid
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
new FAIL: gdb.server/server-mon.exp:
PASS -> FAIL: gdb.server/server-mon.exp: monitor
PASS -> FAIL: gdb.server/server-mon.exp: monitor help
PASS -> FAIL: gdb.server/server-mon.exp: monitor set debug 0
PASS -> FAIL: gdb.server/server-mon.exp: monitor set debug 1
PASS -> FAIL: gdb.server/server-mon.exp: monitor set debug-format all
PASS -> FAIL: gdb.server/server-mon.exp: monitor set debug-format none
PASS -> FAIL: gdb.server/server-mon.exp: monitor set remote-debug 0
PASS -> FAIL: gdb.server/server-mon.exp: monitor set remote-debug 1
new FAIL: gdb.server/server-run.exp:
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
new FAIL: gdb.server/server-run.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: file binfile
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: sharedlibrary
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: target remote
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: file binfile
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: sharedlibrary
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
new FAIL: gdb.server/stop-reply-no-thread.exp:
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
PASS -> FAIL: gdb.server/sysroot.exp: sysroot=local: connect to remote and read binary
PASS -> FAIL: gdb.server/sysroot.exp: sysroot=local: continue to main
PASS -> FAIL: gdb.server/sysroot.exp: sysroot=local: continue to printf
new FAIL: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at main
new FAIL: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at printf
PASS -> FAIL: gdb.server/sysroot.exp: sysroot=remote: connect to remote and read binary
PASS -> FAIL: gdb.server/sysroot.exp: sysroot=remote: continue to main
PASS -> FAIL: gdb.server/sysroot.exp: sysroot=remote: continue to printf
new FAIL: gdb.server/sysroot.exp: sysroot=remote: setting breakpoint at main
new FAIL: gdb.server/sysroot.exp: sysroot=remote: setting breakpoint at printf
new FAIL: gdb.server/wrapper.exp:
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
PASS -> FAIL: gdb.server/wrapper.exp: print d
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.stabs/exclfwd.exp:
new FAIL: gdb.stabs/gdb11479.exp:
new FAIL: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
new FAIL: gdb.threads/attach-into-signal.exp: nonthreaded:
PASS -> FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attach
new FAIL: gdb.threads/attach-into-signal.exp: threaded:
PASS -> FAIL: gdb.threads/attach-into-signal.exp: threaded: attach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp:
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
new FAIL: gdb.threads/attach-slow-waitpid.exp:
PASS -> FAIL: gdb.threads/attach-slow-waitpid.exp: attach to target
new FAIL: gdb.threads/attach-stopped.exp:
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
PASS -> FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt
PASS -> FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped, after setting file
new FAIL: gdb.threads/bp_in_thread.exp:
new FAIL: gdb.threads/break-while-running.exp:
new FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all-stop:
new FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: non-stop:
new FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-stop:
new FAIL: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: non-stop:
new FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: all-stop:
new FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: non-stop:
new FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all-stop:
new FAIL: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: non-stop:
new FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so fully initialized:
new FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized:
new FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: setting breakpoint at break_here
new FAIL: gdb.threads/check-libthread-db.exp: user-initiated check:
new FAIL: gdb.threads/check-libthread-db.exp: user-initiated check: setting breakpoint at break_here
new FAIL: gdb.threads/clone-attach-detach.exp:
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 1: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 2: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 3: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 1: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 2: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 3: attach
new FAIL: gdb.threads/clone-new-thread-event.exp:
new FAIL: gdb.threads/clone-thread_db.exp:
new FAIL: gdb.threads/continue-pending-after-query.exp:
new FAIL: gdb.threads/continue-pending-status.exp:
new FAIL: gdb.threads/corethreads.exp:
new FAIL: gdb.threads/create-fail.exp: iteration 1:
new FAIL: gdb.threads/current-lwp-dead.exp:
new FAIL: gdb.threads/dlopen-libpthread.exp:
new FAIL: gdb.threads/execl.exp:
new FAIL: gdb.threads/fork-child-threads.exp:
new FAIL: gdb.threads/fork-child-threads.exp: can't run to main
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off:
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on:
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/fork-thread-pending.exp:
new FAIL: gdb.threads/fork-thread-pending.exp: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off:
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on:
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off:
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on:
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support:
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
new FAIL: gdb.threads/gcore-stale-thread.exp:
new FAIL: gdb.threads/gcore-thread.exp:
new FAIL: gdb.threads/hand-call-in-threads.exp:
new FAIL: gdb.threads/hand-call-in-threads.exp: can't run to main
new FAIL: gdb.threads/hand-call-new-thread.exp:
new FAIL: gdb.threads/ia64-sigill.exp:
new FAIL: gdb.threads/info-threads-cur-sal.exp:
new FAIL: gdb.threads/interrupt-while-step-over.exp:
new FAIL: gdb.threads/interrupt-while-step-over.exp: can't run to main
new FAIL: gdb.threads/interrupted-hand-call.exp:
new FAIL: gdb.threads/interrupted-hand-call.exp: can't run to main
new FAIL: gdb.threads/kill.exp: non-threaded:
new FAIL: gdb.threads/kill.exp: non-threaded: run to main
new FAIL: gdb.threads/kill.exp: threaded:
new FAIL: gdb.threads/kill.exp: threaded: run to main
new FAIL: gdb.threads/killed.exp:
new FAIL: gdb.threads/leader-exit.exp:
new FAIL: gdb.threads/linux-dp.exp:
new FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 1
new FAIL: gdb.threads/linux-dp.exp: setting breakpoint at 192
new FAIL: gdb.threads/linux-dp.exp: setting breakpoint at 199
new FAIL: gdb.threads/linux-dp.exp: setting breakpoint at print_philosopher thread 5
new FAIL: gdb.threads/local-watch-wrong-thread.exp:
new FAIL: gdb.threads/local-watch-wrong-thread.exp: can't run to main
new FAIL: gdb.threads/manythreads.exp:
new FAIL: gdb.threads/multi-create-ns-info-thr.exp:
new FAIL: gdb.threads/multi-create.exp:
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 0
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 1
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 10
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 11
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 12
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 13
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 14
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 15
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 16
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 17
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 18
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 19
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 2
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 20
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 21
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 22
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 23
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 24
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 25
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 26
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 27
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 28
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 29
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 3
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 30
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 31
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 4
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 5
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 6
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 7
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 8
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 9
new FAIL: gdb.threads/multi-create.exp: setting breakpoint at multi-create.c:45
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: continue: setting breakpoint at 111
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: continue: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: next: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: step: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setting breakpoint at 111
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup:
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup:
new FAIL: gdb.threads/multiple-successive-infcall.exp:
new FAIL: gdb.threads/multiple-successive-infcall.exp: can't run to main
new FAIL: gdb.threads/names.exp:
new FAIL: gdb.threads/next-bp-other-thread.exp:
new FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off:
new FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=on:
new FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=step:
new FAIL: gdb.threads/next-while-other-thread-longjmps.exp:
new FAIL: gdb.threads/next-while-other-thread-longjmps.exp: can't run to main
new FAIL: gdb.threads/no-unwaited-for-left.exp:
new FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=off,non-stop=off:
new FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=off,non-stop=on:
new FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=on,non-stop=off:
new FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=off:
new FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=on:
new FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched=on,non-stop=off:
new FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched=off,non-stop=off:
new FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched=off,non-stop=on:
new FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched=on,non-stop=off:
new FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=off:
new FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=on:
new FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off:
new FAIL: gdb.threads/non-ldr-exit.exp:
new FAIL: gdb.threads/non-ldr-exit.exp: can't run to main
new FAIL: gdb.threads/non-stop-fair-events.exp:
new FAIL: gdb.threads/omp-par-scope.exp:
new FAIL: gdb.threads/pending-step.exp:
new FAIL: gdb.threads/pending-step.exp: can't run to main
new FAIL: gdb.threads/print-threads.exp:
new FAIL: gdb.threads/print-threads.exp: setting breakpoint at kill
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach:
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside:
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint:
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach:
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside:
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint:
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach:
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside:
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint:
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach:
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside:
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint:
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0:
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1:
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0:
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1:
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: can't run to main
new FAIL: gdb.threads/pthread_cond_wait.exp:
new FAIL: gdb.threads/pthreads.exp:
new FAIL: gdb.threads/queue-signal.exp:
UNRESOLVED -> FAIL: gdb.threads/queue-signal.exp: can't run to main
new FAIL: gdb.threads/schedlock.exp:
new FAIL: gdb.threads/siginfo-threads.exp:
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no:
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: can't run to main
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes:
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off:
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on:
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue:
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0:
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
new FAIL: gdb.threads/signal-sigtrap.exp:
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1:
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: can't run to thread_function
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2:
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: can't run to thread_function
new FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
new FAIL: gdb.threads/sigstep-threads.exp:
new FAIL: gdb.threads/sigthread.exp:
new FAIL: gdb.threads/sigthread.exp: can't run to main
new FAIL: gdb.threads/staticthreads.exp:
new FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp:
new FAIL: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: next:
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: step:
new FAIL: gdb.threads/stepi-random-signal.exp:
new FAIL: gdb.threads/stop-with-handle.exp:
new FAIL: gdb.threads/stop-with-handle.exp: can't run to main
new FAIL: gdb.threads/switch-threads.exp:
new FAIL: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
new FAIL: gdb.threads/thread-execl.exp: non-stop:
new FAIL: gdb.threads/thread-execl.exp: schedlock off:
new FAIL: gdb.threads/thread-execl.exp: schedlock on:
new FAIL: gdb.threads/thread-execl.exp: schedlock step:
new FAIL: gdb.threads/thread-find.exp:
new FAIL: gdb.threads/thread-find.exp: setting breakpoint at 199
new FAIL: gdb.threads/thread-specific-bp.exp:
new FAIL: gdb.threads/thread-specific.exp:
new FAIL: gdb.threads/thread-specific.exp: setting breakpoint at 39
new FAIL: gdb.threads/thread-unwindonsignal.exp:
new FAIL: gdb.threads/thread-unwindonsignal.exp: can't run to main
new FAIL: gdb.threads/thread_check.exp:
new FAIL: gdb.threads/thread_check.exp: can't run to main
new FAIL: gdb.threads/thread_events.exp:
new FAIL: gdb.threads/thread_events.exp: can't run to main with messages disabled
new FAIL: gdb.threads/thread_events.exp: can't run to main with messages enabled
new FAIL: gdb.threads/threadapply.exp:
new FAIL: gdb.threads/threadapply.exp: can't run to main
new FAIL: gdb.threads/threxit-hop-specific.exp:
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: continue to thread start
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: get past the thread specific breakpoint
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: set thread specific breakpoint
new FAIL: gdb.threads/threxit-hop-specific.exp: setting breakpoint at 47
new FAIL: gdb.threads/threxit-hop-specific.exp: setting breakpoint at thread_function
new FAIL: gdb.threads/tid-reuse.exp:
new FAIL: gdb.threads/tid-reuse.exp: can't run to main
new FAIL: gdb.threads/tls-core.exp:
PASS -> FAIL: gdb.threads/tls-core.exp: gcore
new FAIL: gdb.threads/tls-core.exp: gcore:
new FAIL: gdb.threads/tls-core.exp: native:
PASS -> FAIL: gdb.threads/tls-core.exp: native: load core file
new FAIL: gdb.threads/tls-core.exp: native: unsupported output from 'core' command
new FAIL: gdb.threads/tls-nodebug-pie.exp:
new FAIL: gdb.threads/tls-nodebug.exp:
new FAIL: gdb.threads/tls-nodebug.exp: can't run to main
new FAIL: gdb.threads/tls-shared.exp:
new FAIL: gdb.threads/tls-shared.exp: can't run to main
new FAIL: gdb.threads/tls-so_extern.exp:
new FAIL: gdb.threads/tls-so_extern.exp: can't run to main
new FAIL: gdb.threads/tls-var.exp:
new FAIL: gdb.threads/tls.exp:
new FAIL: gdb.threads/tls.exp: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=off:
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=on:
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off:
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=on:
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded:
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded:
new FAIL: gdb.threads/watchthreads-reorder.exp: reorder0:
new FAIL: gdb.threads/watchthreads.exp:
new FAIL: gdb.threads/watchthreads.exp: can't run to main
new FAIL: gdb.threads/watchthreads2.exp:
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
new FAIL: gdb.threads/wp-replication.exp:
new FAIL: gdb.threads/wp-replication.exp: failed to run to main
new FAIL: gdb.trace/actions-changed.exp:
new FAIL: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/actions.exp:
new FAIL: gdb.trace/actions.exp: could not find gdb_recursion_test function
new FAIL: gdb.trace/ax.exp:
new FAIL: gdb.trace/backtrace.exp:
new FAIL: gdb.trace/backtrace.exp: can't run to main to check for trace support
new FAIL: gdb.trace/change-loc.exp:
new FAIL: gdb.trace/change-loc.exp: can't run to main to check for trace support
new FAIL: gdb.trace/circ.exp:
new FAIL: gdb.trace/circ.exp: can't run to main to check for trace support
new FAIL: gdb.trace/collection.exp:
new FAIL: gdb.trace/deltrace.exp:
new FAIL: gdb.trace/deltrace.exp: could not find gdb_recursion_test function
new FAIL: gdb.trace/entry-values.exp:
new FAIL: gdb.trace/entry-values.exp: disassemble bar
new FAIL: gdb.trace/entry-values.exp: find the call or branch instruction offset in bar
new FAIL: gdb.trace/ftrace-lock.exp:
new FAIL: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
new FAIL: gdb.trace/ftrace.exp:
new FAIL: gdb.trace/ftrace.exp: can't run to main to check for trace support
new FAIL: gdb.trace/infotrace.exp:
new FAIL: gdb.trace/infotrace.exp: setting tracepoints
new FAIL: gdb.trace/infotrace.exp: trace gdb_asm_test
new FAIL: gdb.trace/infotrace.exp: trace gdb_c_test
new FAIL: gdb.trace/mi-trace-frame-collected.exp:
new FAIL: gdb.trace/mi-trace-frame-collected.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-trace-unavailable.exp:
new FAIL: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-traceframe-changed.exp:
new FAIL: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tracepoint-changed.exp:
new FAIL: gdb.trace/mi-tracepoint-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp:
new FAIL: gdb.trace/mi-tsv-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify:
new FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: can't run to main to check for trace support
new FAIL: gdb.trace/no-attach-trace.exp:
new FAIL: gdb.trace/packetlen.exp:
new FAIL: gdb.trace/passc-dyn.exp:
new FAIL: gdb.trace/passcount.exp:
new FAIL: gdb.trace/passcount.exp: could not find gdb_recursion_test function
new FAIL: gdb.trace/pending.exp:
new FAIL: gdb.trace/pending.exp: can't run to main to check for trace support
new FAIL: gdb.trace/pr16508.exp:
new FAIL: gdb.trace/pr16508.exp: can't run to main to check for trace support
new FAIL: gdb.trace/qtro.exp:
new FAIL: gdb.trace/qtro.exp: can't run to main to check for trace support
new FAIL: gdb.trace/range-stepping.exp:
new FAIL: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new FAIL: gdb.trace/read-memory.exp:
new FAIL: gdb.trace/read-memory.exp: can't run to main to check for trace support
new FAIL: gdb.trace/report.exp:
new FAIL: gdb.trace/save-trace.exp:
new FAIL: gdb.trace/save-trace.exp: could not find gdb_recursion_test function
new FAIL: gdb.trace/signal.exp:
new FAIL: gdb.trace/signal.exp: can't run to main to check for trace support
new FAIL: gdb.trace/status-stop.exp:
new FAIL: gdb.trace/status-stop.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tfile.exp:
new FAIL: gdb.trace/tfind.exp:
new FAIL: gdb.trace/trace-break.exp:
new FAIL: gdb.trace/trace-break.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-buffer-size.exp:
new FAIL: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-condition.exp:
new FAIL: gdb.trace/trace-condition.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-enable-disable.exp:
new FAIL: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-mt.exp:
new FAIL: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tracecmd.exp:
new FAIL: gdb.trace/tracecmd.exp: could not find gdb_recursion_test function
new FAIL: gdb.trace/tspeed.exp:
new FAIL: gdb.trace/tspeed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tstatus.exp:
new FAIL: gdb.trace/tstatus.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tsv.exp:
new FAIL: gdb.trace/unavailable-dwarf-piece.exp:
new FAIL: gdb.trace/unavailable.exp:
new FAIL: gdb.trace/while-dyn.exp:
new FAIL: gdb.trace/while-stepping.exp:
new FAIL: gdb.trace/while-stepping.exp: could not find gdb_c_test function
new FAIL: gdb.trace/while-stepping.exp: trace gdb_c_test
new FAIL: gdb.tui/basic.exp:
new FAIL: gdb.tui/corefile-run.exp:
new FAIL: gdb.tui/list.exp:
new FAIL: gdb.tui/regs.exp:
new FAIL: gdb.tui/resize.exp:
new FAIL: gdb.tui/tui-disasm-long-lines.exp:
new FAIL: gdb.tui/tui-layout.exp:
new FAIL: gdb.tui/tui-layout.exp: execution=0: layout=asm:
new FAIL: gdb.tui/tui-layout.exp: execution=0: layout=reg:
new FAIL: gdb.tui/tui-layout.exp: execution=0: layout=split:
new FAIL: gdb.tui/tui-layout.exp: execution=0: layout=src:
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=asm:
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=reg:
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=split:
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=src:
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
new FAIL: gdb.tui/winheight.exp:
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7c/7cac64af7bc6a7f7a86f90a1465f7c3d2b6f07e8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7c/7cac64af7bc6a7f7a86f90a1465f7c3d2b6f07e8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-13  2:09 [binutils-gdb] Make the objfile destructor private gdb-buildbot
@ 2019-12-13  1:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-13  1:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1404

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        268e4f09144c48e02f01d82ab3aab359457df214

Subject of commit:
        Make the objfile destructor private

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/268e4f09144c48e02f01d82ab3aab359457df214/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/queue-signal.exp: can't run to main
new UNRESOLVED: gdb.threads/queue-signal.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/268e4f09144c48e02f01d82ab3aab359457df214//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/268e4f09144c48e02f01d82ab3aab359457df214//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-13  0:12 [binutils-gdb] Make the objfile constructor private gdb-buildbot
@ 2019-12-13  0:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-13  0:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1402

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        bda13cdcf0db4d9cee648bfa0bfc7f1a4415d2a7

Subject of commit:
        Make the objfile constructor private

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bd/bda13cdcf0db4d9cee648bfa0bfc7f1a4415d2a7/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bd/bda13cdcf0db4d9cee648bfa0bfc7f1a4415d2a7//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bd/bda13cdcf0db4d9cee648bfa0bfc7f1a4415d2a7//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-12 20:49 [binutils-gdb] Replace xmalloc/xfree with vector in jit.c gdb-buildbot
@ 2019-12-12 20:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-12 20:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1401

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1

Subject of commit:
        Replace xmalloc/xfree with vector in jit.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new UNRESOLVED: gdb.threads/queue-signal.exp: can't run to main
new UNRESOLVED: gdb.threads/queue-signal.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-12 20:34 [binutils-gdb] Remove some calls to malloc_failure gdb-buildbot
@ 2019-12-12 20:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-12 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1400

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d61df89700bcf1633ca9db0ea403c2108c3cac3e

Subject of commit:
        Remove some calls to malloc_failure

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d61df89700bcf1633ca9db0ea403c2108c3cac3e/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d61df89700bcf1633ca9db0ea403c2108c3cac3e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d61df89700bcf1633ca9db0ea403c2108c3cac3e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-12  5:08 [binutils-gdb] Re-apply the current layout when resizing gdb-buildbot
@ 2019-12-12  5:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-12  5:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1392

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3d97994549706f8f65fe9726b1fec1f0d643f822

Subject of commit:
        Re-apply the current layout when resizing

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d97994549706f8f65fe9726b1fec1f0d643f822/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d97994549706f8f65fe9726b1fec1f0d643f822//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d97994549706f8f65fe9726b1fec1f0d643f822//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-12  3:32 [binutils-gdb] Introduce new layout code gdb-buildbot
@ 2019-12-12  3:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-12  3:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1390

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        389e7ddbc2b08bd5cac8c8f44a03e93609fd43d1

Subject of commit:
        Introduce new layout code

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/389e7ddbc2b08bd5cac8c8f44a03e93609fd43d1/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/389e7ddbc2b08bd5cac8c8f44a03e93609fd43d1//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/389e7ddbc2b08bd5cac8c8f44a03e93609fd43d1//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-12  2:31 [binutils-gdb] Remove struct tui_point gdb-buildbot
@ 2019-12-12  2:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-12  2:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1389

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        fb3184d8ee941e75d61b3d9ce8fcf7028c8877b8

Subject of commit:
        Remove struct tui_point

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb3184d8ee941e75d61b3d9ce8fcf7028c8877b8/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb3184d8ee941e75d61b3d9ce8fcf7028c8877b8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fb/fb3184d8ee941e75d61b3d9ce8fcf7028c8877b8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-12  1:44 [binutils-gdb] Introduce the tui_gen_win_info::min_height method gdb-buildbot
@ 2019-12-12  1:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-12  1:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1388

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        dc7ff8a60818f002d7b759210202e0aaabfeebc3

Subject of commit:
        Introduce the tui_gen_win_info::min_height method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dc7ff8a60818f002d7b759210202e0aaabfeebc3/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: setting breakpoint at 49
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: setting breakpoint at 66
new 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dc7ff8a60818f002d7b759210202e0aaabfeebc3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dc7ff8a60818f002d7b759210202e0aaabfeebc3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-12  0:09 [binutils-gdb] Move max_height method to tui_gen_win_info gdb-buildbot
@ 2019-12-11 23:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 23:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1386

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        c8ec2f433c54dae7746db144a872da6f808e5d73

Subject of commit:
        Move max_height method to tui_gen_win_info

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c8ec2f433c54dae7746db144a872da6f808e5d73/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c8ec2f433c54dae7746db144a872da6f808e5d73//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c8ec2f433c54dae7746db144a872da6f808e5d73//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11 23:05 [binutils-gdb] Update NEWS post GDB 9 branch creation gdb-buildbot
@ 2019-12-11 23:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 23:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1385

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        4decd62b214e9cb3e66f5e90b28cfab9062c1464

Subject of commit:
        Update NEWS post GDB 9 branch creation.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4decd62b214e9cb3e66f5e90b28cfab9062c1464/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: step: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4decd62b214e9cb3e66f5e90b28cfab9062c1464//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4decd62b214e9cb3e66f5e90b28cfab9062c1464//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11 22:13 [binutils-gdb] Bump version to 10.0.50.DATE-git gdb-buildbot
@ 2019-12-11 22:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 22:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1384

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        d746744ebbb319b8a75e522a36bbd9a4d9cf5747

Subject of commit:
        Bump version to 10.0.50.DATE-git.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d746744ebbb319b8a75e522a36bbd9a4d9cf5747/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new FAIL: gdb.base/default.exp: show convenience
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d746744ebbb319b8a75e522a36bbd9a4d9cf5747//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d746744ebbb319b8a75e522a36bbd9a4d9cf5747//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11 19:24 [binutils-gdb] Implement 'print -raw-values' and 'set print raw-values on|off' gdb-buildbot
@ 2019-12-11 19:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 19:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1378

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        d8edc8b768f0f611088161161392e1075134d635

Subject of commit:
        Implement 'print -raw-values' and 'set print raw-values on|off'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8edc8b768f0f611088161161392e1075134d635/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8edc8b768f0f611088161161392e1075134d635//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d8edc8b768f0f611088161161392e1075134d635//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11 17:05 [binutils-gdb] ubsan: v850: left shift cannot be represented in type 'long' gdb-buildbot
@ 2019-12-11 16:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1375

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        2a81ccbbbf81ab9c66ba366a0c1da7abb6460423

Subject of commit:
        ubsan: v850: left shift cannot be represented in type 'long'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2a81ccbbbf81ab9c66ba366a0c1da7abb6460423/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2a81ccbbbf81ab9c66ba366a0c1da7abb6460423//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2a81ccbbbf81ab9c66ba366a0c1da7abb6460423//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11 14:22 [binutils-gdb] ubsan: s12z: left shift cannot be represented in type 'int' gdb-buildbot
@ 2019-12-11 14:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 14:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1372

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        205c426a9bb387204a21165e2275e31c32248035

Subject of commit:
        ubsan: s12z: left shift cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/205c426a9bb387204a21165e2275e31c32248035/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/205c426a9bb387204a21165e2275e31c32248035//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/205c426a9bb387204a21165e2275e31c32248035//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11 12:45 [binutils-gdb] ubsan: nios2: left shift cannot be represented in type 'int' gdb-buildbot
@ 2019-12-11 12:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 12:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1370

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        96f1f60460a87fa63c33e1004f2c98d30f686d8d

Subject of commit:
        ubsan: nios2: left shift cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96f1f60460a87fa63c33e1004f2c98d30f686d8d/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96f1f60460a87fa63c33e1004f2c98d30f686d8d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96f1f60460a87fa63c33e1004f2c98d30f686d8d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11 11:58 [binutils-gdb] ubsan: moxie: left shift of negative value gdb-buildbot
@ 2019-12-11 12:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11 12:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1369

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8c9b4171877df495a55b75365203258785da0041

Subject of commit:
        ubsan: moxie: left shift of negative value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c9b4171877df495a55b75365203258785da0041/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c9b4171877df495a55b75365203258785da0041//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c9b4171877df495a55b75365203258785da0041//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11  9:31 [binutils-gdb] ussan: d30v: index out of bounds gdb-buildbot
@ 2019-12-11  9:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11  9:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1366

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        159653d8c0bcc45b479e4329c2e5f304fa942280

Subject of commit:
        ussan: d30v: index out of bounds

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/15/159653d8c0bcc45b479e4329c2e5f304fa942280/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/15/159653d8c0bcc45b479e4329c2e5f304fa942280//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/15/159653d8c0bcc45b479e4329c2e5f304fa942280//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11  7:52 [binutils-gdb] ubsan: cris: signed integer overflow gdb-buildbot
@ 2019-12-11  7:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11  7:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1364

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        c202f69e5130fed314afa079ce30abaad4d34991

Subject of commit:
        ubsan: cris: signed integer overflow

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c2/c202f69e5130fed314afa079ce30abaad4d34991/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c2/c202f69e5130fed314afa079ce30abaad4d34991//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c2/c202f69e5130fed314afa079ce30abaad4d34991//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11  4:13 [binutils-gdb] ubsan: left shift of cannot be represented in type 'int' gdb-buildbot
@ 2019-12-11  3:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11  3:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1359

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        76bba5ee850ea391ebdbb54dda5a06a567526dbf

Subject of commit:
        ubsan: left shift of cannot be represented in type 'int'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/76/76bba5ee850ea391ebdbb54dda5a06a567526dbf/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.arch/aarch64-tagged-pointer.exp: bptype=hbreak: run until breakpoint set *func_ptr
new FAIL: gdb.base/watchpoint-unaligned.exp: continue
new FAIL: gdb.base/watchpoint-unaligned.exp: delete 3
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/76/76bba5ee850ea391ebdbb54dda5a06a567526dbf//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/76/76bba5ee850ea391ebdbb54dda5a06a567526dbf//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-11  1:34 [binutils-gdb] ubsan: ia64: left shift of negative value gdb-buildbot
@ 2019-12-11  1:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-11  1:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1356

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8ff23dba80b80a9f47d75dd43812e041f6674763

Subject of commit:
        ubsan: ia64: left shift of negative value

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8ff23dba80b80a9f47d75dd43812e041f6674763/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8ff23dba80b80a9f47d75dd43812e041f6674763//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8ff23dba80b80a9f47d75dd43812e041f6674763//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-10 20:07 [binutils-gdb] Suppress the "unused function" warning for select_strerror_r gdb-buildbot
@ 2019-12-10 20:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-10 20:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1352

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        cb51113052d534b628c635ac7b86b95fe436d60d

Subject of commit:
        Suppress the "unused function" warning for select_strerror_r

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cb51113052d534b628c635ac7b86b95fe436d60d/

*** Diff to previous build ***
==============================================
new 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cb51113052d534b628c635ac7b86b95fe436d60d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cb51113052d534b628c635ac7b86b95fe436d60d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-10 16:39 [binutils-gdb] Normalize Ada ptype to use a single "?" gdb-buildbot
@ 2019-12-10 16:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-10 16:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1350

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        6c71eb7d70c3678f595cd8e66d78c9da5bd3ef4e

Subject of commit:
        Normalize Ada ptype to use a single "?"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6c/6c71eb7d70c3678f595cd8e66d78c9da5bd3ef4e/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6c/6c71eb7d70c3678f595cd8e66d78c9da5bd3ef4e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6c/6c71eb7d70c3678f595cd8e66d78c9da5bd3ef4e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-10  2:07 [binutils-gdb] PR24960, Memory leak from disassembler gdb-buildbot
@ 2019-12-10  1:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-10  1:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1349

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        20135676fc4c3912297c313b3e0d3cbd6cc402e3

Subject of commit:
        PR24960, Memory leak from disassembler

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/20135676fc4c3912297c313b3e0d3cbd6cc402e3/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: find addresses: info breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: setting breakpoint at 38
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/20135676fc4c3912297c313b3e0d3cbd6cc402e3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/20/20135676fc4c3912297c313b3e0d3cbd6cc402e3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-09 15:50 [binutils-gdb] gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-modules.exp gdb-buildbot
@ 2019-12-09 15:45 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-09 15:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1343

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        b43315e206362a09ae70da71a6631bb5e2770554

Subject of commit:
        gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-modules.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b43315e206362a09ae70da71a6631bb5e2770554/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b43315e206362a09ae70da71a6631bb5e2770554//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b43315e206362a09ae70da71a6631bb5e2770554//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-09 15:16 [binutils-gdb] gdb/testsuite: kfail some tests if using broken gcc gdb-buildbot
@ 2019-12-09 14:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-09 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1342

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        54f73dad3b74cdba860b2031f414ba628534a45e

Subject of commit:
        gdb/testsuite: kfail some tests if using broken gcc

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54f73dad3b74cdba860b2031f414ba628534a45e/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54f73dad3b74cdba860b2031f414ba628534a45e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54f73dad3b74cdba860b2031f414ba628534a45e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-09 14:21 [binutils-gdb] gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+ gdb-buildbot
@ 2019-12-09 14:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-09 14:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1341

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        d57cbee932f86df06251498daa93154046dc77c0

Subject of commit:
        gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d5/d57cbee932f86df06251498daa93154046dc77c0/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.trace/mi-tracepoint-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-tracepoint-changed.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d5/d57cbee932f86df06251498daa93154046dc77c0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d5/d57cbee932f86df06251498daa93154046dc77c0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-09 13:33 [binutils-gdb] gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl gdb-buildbot
@ 2019-12-09 13:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-09 13:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1340

Author:
        Wataru Ashihara <wataash@wataash.com>

Commit tested:
        b1f0c0b90bc8e93eb2d8592c675cba018ac50739

Subject of commit:
        gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b1/b1f0c0b90bc8e93eb2d8592c675cba018ac50739/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b1/b1f0c0b90bc8e93eb2d8592c675cba018ac50739//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b1/b1f0c0b90bc8e93eb2d8592c675cba018ac50739//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-08 12:22 [binutils-gdb] S12Z disassembler memory leak gdb-buildbot
@ 2019-12-08 12:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-08 12:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1339

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        0a6aef6b6695537ac05bbe34b03907e3f1fe93d5

Subject of commit:
        S12Z disassembler memory leak

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a6aef6b6695537ac05bbe34b03907e3f1fe93d5/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.trace/pr16508.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/pr16508.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/qtro.exp: can't run to main to check for trace support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a6aef6b6695537ac05bbe34b03907e3f1fe93d5//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a6aef6b6695537ac05bbe34b03907e3f1fe93d5//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-08 11:05 [binutils-gdb] Fix inter-CU references using intra-CU form in imported-unit gdb-buildbot
@ 2019-12-08 10:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-08 10:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1338

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        c14aab8cd3135a86915f4be4ea711b30de674bb3

Subject of commit:
        Fix inter-CU references using intra-CU form in imported-unit

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c14aab8cd3135a86915f4be4ea711b30de674bb3/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c14aab8cd3135a86915f4be4ea711b30de674bb3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c14aab8cd3135a86915f4be4ea711b30de674bb3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-06 21:47 [binutils-gdb] [ARM, sim] Fix build error and warnings gdb-buildbot
@ 2019-12-06 21:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-06 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1334

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        851c0536cabb661847c45c73ebd796eb3299066b

Subject of commit:
        [ARM, sim] Fix build error and warnings

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/851c0536cabb661847c45c73ebd796eb3299066b/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/851c0536cabb661847c45c73ebd796eb3299066b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/851c0536cabb661847c45c73ebd796eb3299066b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-06 19:54 [binutils-gdb] Put bcache inside "namespace gdb" gdb-buildbot
@ 2019-12-06 19:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-06 19:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1333

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        dfb65191d80afcc7d8ce79d3d9f92ea2e1ab3fc9

Subject of commit:
        Put bcache inside "namespace gdb"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfb65191d80afcc7d8ce79d3d9f92ea2e1ab3fc9/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfb65191d80afcc7d8ce79d3d9f92ea2e1ab3fc9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfb65191d80afcc7d8ce79d3d9f92ea2e1ab3fc9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-06  7:54 [binutils-gdb] gdb: fix overload resolution for see-through references gdb-buildbot
@ 2019-12-06  7:45 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-06  7:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1330

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        06acc08f0aa81d0053e9a60bc3bdc1ea3321962e

Subject of commit:
        gdb: fix overload resolution for see-through references

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/06acc08f0aa81d0053e9a60bc3bdc1ea3321962e/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/06acc08f0aa81d0053e9a60bc3bdc1ea3321962e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/06acc08f0aa81d0053e9a60bc3bdc1ea3321962e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-05 20:37 [binutils-gdb] Remove gdbarch parameter of lookup_typename gdb-buildbot
@ 2019-12-05 20:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-05 20:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1326

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        b858499daf0a824a518bac8bc13495ad856ab10d

Subject of commit:
        Remove gdbarch parameter of lookup_typename

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b8/b858499daf0a824a518bac8bc13495ad856ab10d/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b8/b858499daf0a824a518bac8bc13495ad856ab10d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b8/b858499daf0a824a518bac8bc13495ad856ab10d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-05  8:21 [binutils-gdb] Arm64: simplify Crypto arch extension handling gdb-buildbot
@ 2019-12-05  8:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-05  8:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1324

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        2dc4b12fcd647b883223efeb308c277e629b369c

Subject of commit:
        Arm64: simplify Crypto arch extension handling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2dc4b12fcd647b883223efeb308c277e629b369c/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 6: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2dc4b12fcd647b883223efeb308c277e629b369c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2dc4b12fcd647b883223efeb308c277e629b369c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-05  4:13 [binutils-gdb] Fix (most) OpenBSD link errors gdb-buildbot
@ 2019-12-05  4:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-05  4:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1322

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        3a8fa2282b180a1dc49dae5ae27170d36a7e8029

Subject of commit:
        Fix (most) OpenBSD link errors

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a8fa2282b180a1dc49dae5ae27170d36a7e8029/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a8fa2282b180a1dc49dae5ae27170d36a7e8029//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a8fa2282b180a1dc49dae5ae27170d36a7e8029//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-05  3:21 [binutils-gdb] Use metadata style in a few more places gdb-buildbot
@ 2019-12-05  3:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-05  3:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1321

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        2dbc041e4e9e7325de2794d11e9ef5a8c4f6b02d

Subject of commit:
        Use metadata style in a few more places

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2dbc041e4e9e7325de2794d11e9ef5a8c4f6b02d/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2dbc041e4e9e7325de2794d11e9ef5a8c4f6b02d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2dbc041e4e9e7325de2794d11e9ef5a8c4f6b02d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-05  1:46 [binutils-gdb] gdb/fortran: Support for single/double type modifiers gdb-buildbot
@ 2019-12-05  1:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-05  1:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1319

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        36c8fb93c9d4135ce3c1561f5f3886b1b0bf31f6

Subject of commit:
        gdb/fortran: Support for single/double type modifiers

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/36c8fb93c9d4135ce3c1561f5f3886b1b0bf31f6/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: can't run to main
new FAIL: gdb.threads/threadapply.exp: thread apply all: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/36c8fb93c9d4135ce3c1561f5f3886b1b0bf31f6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/36/36c8fb93c9d4135ce3c1561f5f3886b1b0bf31f6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-05  0:06 [binutils-gdb] Fix regcache::cooked_read_test selftest for mep gdb-buildbot
@ 2019-12-05  0:23 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-05  0:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1317

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        894ecaf4cad84e6d50d97d36f5ddaf3695734c35

Subject of commit:
        Fix regcache::cooked_read_test selftest for mep

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/894ecaf4cad84e6d50d97d36f5ddaf3695734c35/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/894ecaf4cad84e6d50d97d36f5ddaf3695734c35//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/894ecaf4cad84e6d50d97d36f5ddaf3695734c35//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-04 21:54 [binutils-gdb] Compare iterators, not values, in filtered_iterator::operator{==,!=} gdb-buildbot
@ 2019-12-04 21:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-04 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1314

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        610cfd618e4ea43a106d2b24ae4fe52af72de1f5

Subject of commit:
        Compare iterators, not values, in filtered_iterator::operator{==,!=}

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/610cfd618e4ea43a106d2b24ae4fe52af72de1f5/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/610cfd618e4ea43a106d2b24ae4fe52af72de1f5//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/610cfd618e4ea43a106d2b24ae4fe52af72de1f5//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-04 21:13 [binutils-gdb] sim-utils.c: prevent buffer overflow gdb-buildbot
@ 2019-12-04 20:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-04 20:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1313

Author:
        Pavel I. Kryukov <kryukov@frtk.ru>

Commit tested:
        f47674be8e90a84edae49ec2b781201ea2f050bd

Subject of commit:
        sim-utils.c: prevent buffer overflow.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f47674be8e90a84edae49ec2b781201ea2f050bd/

*** Diff to previous build ***
==============================================
new FAIL: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f47674be8e90a84edae49ec2b781201ea2f050bd//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f47674be8e90a84edae49ec2b781201ea2f050bd//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-04 20:10 [binutils-gdb] Add bit-field test for scalar_storage_order gdb-buildbot
@ 2019-12-04 20:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-04 20:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1312

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        4139ff008829d716830d18e8cfa8cbf5c0ae7562

Subject of commit:
        Add bit-field test for scalar_storage_order

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/4139ff008829d716830d18e8cfa8cbf5c0ae7562/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/4139ff008829d716830d18e8cfa8cbf5c0ae7562//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/4139ff008829d716830d18e8cfa8cbf5c0ae7562//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-04 18:40 [binutils-gdb] Remove gdbarch_bits_big_endian gdb-buildbot
@ 2019-12-04 18:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-04 18:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1310

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d5a22e77b56529eade787419ea80a7e9e7d2aa6f

Subject of commit:
        Remove gdbarch_bits_big_endian

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d5/d5a22e77b56529eade787419ea80a7e9e7d2aa6f/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d5/d5a22e77b56529eade787419ea80a7e9e7d2aa6f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d5/d5a22e77b56529eade787419ea80a7e9e7d2aa6f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-04 17:42 [binutils-gdb] Move type_byte_order earlier gdb-buildbot
@ 2019-12-04 17:45 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-04 17:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1309

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        7ab4a236ce85f1e0950e88e267e679a066b77bed

Subject of commit:
        Move type_byte_order earlier

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7ab4a236ce85f1e0950e88e267e679a066b77bed/

*** Diff to previous build ***
==============================================
new FAIL: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new FAIL: gdb.trace/while-stepping.exp: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7ab4a236ce85f1e0950e88e267e679a066b77bed//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7ab4a236ce85f1e0950e88e267e679a066b77bed//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-04 11:31 [binutils-gdb] x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifier gdb-buildbot
@ 2019-12-04 11:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-04 11:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1302

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        0ba59a29407a9d24559a653ce0401a26d9a37aaa

Subject of commit:
        x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifier

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0ba59a29407a9d24559a653ce0401a26d9a37aaa/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0ba59a29407a9d24559a653ce0401a26d9a37aaa//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0ba59a29407a9d24559a653ce0401a26d9a37aaa//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-03 10:53 [binutils-gdb] PR25230, addr2line fails on dwz output gdb-buildbot
@ 2019-12-03 10:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-03 10:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1297

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e63ef0954d02bec8ecb9cf7ff9fc14adc45e8010

Subject of commit:
        PR25230, addr2line fails on dwz output

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e63ef0954d02bec8ecb9cf7ff9fc14adc45e8010/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e63ef0954d02bec8ecb9cf7ff9fc14adc45e8010//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e63ef0954d02bec8ecb9cf7ff9fc14adc45e8010//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-03  7:55 [binutils-gdb] _bfd_dwarf2_find_nearest_line comment fix gdb-buildbot
@ 2019-12-03  7:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-03  7:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1293

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        2247a609df7ecd55c1e5a63a9fe1319f28f2b587

Subject of commit:
        _bfd_dwarf2_find_nearest_line comment fix

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/2247a609df7ecd55c1e5a63a9fe1319f28f2b587/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/2247a609df7ecd55c1e5a63a9fe1319f28f2b587//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/2247a609df7ecd55c1e5a63a9fe1319f28f2b587//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-01 22:18 [binutils-gdb] Treat inactive TUI specially in "info win" gdb-buildbot
@ 2019-12-01 22:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-01 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1286

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        82e3b5645f9c4edc1d84e57c32665d0e76bbbd77

Subject of commit:
        Treat inactive TUI specially in "info win"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/82/82e3b5645f9c4edc1d84e57c32665d0e76bbbd77/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: Test watchpoint write
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/82/82e3b5645f9c4edc1d84e57c32665d0e76bbbd77//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/82/82e3b5645f9c4edc1d84e57c32665d0e76bbbd77//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-01 20:50 [binutils-gdb] Re-highlight windows when needed during TUI startup gdb-buildbot
@ 2019-12-01 20:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-01 20:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1284

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        484c9b643c206edf636d15aad1cf618e515350b7

Subject of commit:
        Re-highlight windows when needed during TUI startup

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/484c9b643c206edf636d15aad1cf618e515350b7/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/next-bp-other-thread.exp: schedlock=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/next-bp-other-thread.exp: schedlock=step: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/484c9b643c206edf636d15aad1cf618e515350b7//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/484c9b643c206edf636d15aad1cf618e515350b7//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-01 19:22 [binutils-gdb] Allow using less horizontal space in TUI source window gdb-buildbot
@ 2019-12-01 19:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-01 19:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1282

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        d1da6b01608841c846aa75209248e276f49e1587

Subject of commit:
        Allow using less horizontal space in TUI source window

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d1da6b01608841c846aa75209248e276f49e1587/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d1da6b01608841c846aa75209248e276f49e1587//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d1da6b01608841c846aa75209248e276f49e1587//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-12-01  4:03 [binutils-gdb] Correctly compute length of DW_TAG_variant_part union gdb-buildbot
@ 2019-12-01  4:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-12-01  4:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1280

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        489dbda6a8d6d54bbc349c7048553fc5f791cb41

Subject of commit:
        Correctly compute length of DW_TAG_variant_part union

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/489dbda6a8d6d54bbc349c7048553fc5f791cb41/

*** Diff to previous build ***
==============================================
new FAIL: gdb.trace/mi-tracepoint-changed.exp: can't run to main to check for trace support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/489dbda6a8d6d54bbc349c7048553fc5f791cb41//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/489dbda6a8d6d54bbc349c7048553fc5f791cb41//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-29 11:39 [binutils-gdb] gdb: fix segfault in overload resolution debug output gdb-buildbot
@ 2019-11-29 11:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-29 11:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1274

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        e9194a1a0e49f0646d5ac415836cc5d133f14bbe

Subject of commit:
        gdb: fix segfault in overload resolution debug output

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e9/e9194a1a0e49f0646d5ac415836cc5d133f14bbe/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e9/e9194a1a0e49f0646d5ac415836cc5d133f14bbe//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e9/e9194a1a0e49f0646d5ac415836cc5d133f14bbe//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-28 16:40 [binutils-gdb] Fix creal_internal_fn comment gdb-buildbot
@ 2019-11-28 16:40 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-28 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1273

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        53a008a61e22c8d385eb57fb5f786eb0c47ba355

Subject of commit:
        Fix creal_internal_fn comment

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53a008a61e22c8d385eb57fb5f786eb0c47ba355/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: signal 0: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53a008a61e22c8d385eb57fb5f786eb0c47ba355//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53a008a61e22c8d385eb57fb5f786eb0c47ba355//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-28  9:26 [binutils-gdb] jit: minor improvement to debug logging gdb-buildbot
@ 2019-11-28  9:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-28  9:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1270

Author:
        Mihails Strasuns <mihails.strasuns@intel.com>

Commit tested:
        38b49e22b56e9ee93a5a5d4499c02caf2e41af25

Subject of commit:
        jit: minor improvement to debug logging

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/38b49e22b56e9ee93a5a5d4499c02caf2e41af25/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/38b49e22b56e9ee93a5a5d4499c02caf2e41af25//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/38b49e22b56e9ee93a5a5d4499c02caf2e41af25//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-28  5:17 [binutils-gdb] gdb/testsuite: Fix minor bug in skip_btrace*tests procs gdb-buildbot
@ 2019-11-28  5:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-28  5:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1269

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        dcdec67858b1db5a91c1947569d6085310bfabe6

Subject of commit:
        gdb/testsuite: Fix minor bug in skip_btrace*tests procs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dcdec67858b1db5a91c1947569d6085310bfabe6/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dcdec67858b1db5a91c1947569d6085310bfabe6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dcdec67858b1db5a91c1947569d6085310bfabe6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-28  3:51 [binutils-gdb] Turn off threaded minsym demangling by default gdb-buildbot
@ 2019-11-28  3:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-28  3:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1267

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        62e77f56f0ce8b10122881d8f0acd70e113fde93

Subject of commit:
        Turn off threaded minsym demangling by default

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62e77f56f0ce8b10122881d8f0acd70e113fde93/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62e77f56f0ce8b10122881d8f0acd70e113fde93//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/62e77f56f0ce8b10122881d8f0acd70e113fde93//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-28  3:06 [binutils-gdb] Compute msymbol hash codes in parallel gdb-buildbot
@ 2019-11-28  3:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-28  3:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1266

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        f29d7f6b83f60ca8dd64ec89ea803f79324ac12f

Subject of commit:
        Compute msymbol hash codes in parallel

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f2/f29d7f6b83f60ca8dd64ec89ea803f79324ac12f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/ext-run.exp: get process list
new FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
new FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f2/f29d7f6b83f60ca8dd64ec89ea803f79324ac12f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f2/f29d7f6b83f60ca8dd64ec89ea803f79324ac12f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-28  2:17 [binutils-gdb] Precompute hash value for symbol_set_names gdb-buildbot
@ 2019-11-28  2:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-28  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1265

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        e76b224615f88255a3fd20d613983dde6cc240b3

Subject of commit:
        Precompute hash value for symbol_set_names

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76b224615f88255a3fd20d613983dde6cc240b3/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
new FAIL: gdb.mi/mi-watch-nonstop.exp: resume 1
PASS -> FAIL: gdb.python/py-pp-registration.exp: verbose off: running to py-pp-registration.c:54 in runto
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76b224615f88255a3fd20d613983dde6cc240b3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76b224615f88255a3fd20d613983dde6cc240b3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-28  1:30 [binutils-gdb] gdb/testsuite: Fix race condition compiling fortran test gdb-buildbot
@ 2019-11-28  1:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-28  1:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1264

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        640ab94712483457b99bd1039b52821c510b28a7

Subject of commit:
        gdb/testsuite: Fix race condition compiling fortran test

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/640ab94712483457b99bd1039b52821c510b28a7/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: next: setup: setting breakpoint at 49
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: next: setup: setting breakpoint at 66
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/640ab94712483457b99bd1039b52821c510b28a7//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/64/640ab94712483457b99bd1039b52821c510b28a7//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 23:15 [binutils-gdb] Remove some unnecessary backslashes gdb-buildbot
@ 2019-11-27 23:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 23:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1261

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        fad03f6e5b7cf88d86e41734b1c44c31daf2fc2b

Subject of commit:
        Remove some unnecessary backslashes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fa/fad03f6e5b7cf88d86e41734b1c44c31daf2fc2b/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fa/fad03f6e5b7cf88d86e41734b1c44c31daf2fc2b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fa/fad03f6e5b7cf88d86e41734b1c44c31daf2fc2b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 22:30 [binutils-gdb] Replace SYMBOL_SET_LINKAGE_NAME with a member function gdb-buildbot
@ 2019-11-27 22:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1260

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        43678b0afe412f6e920e1edd6d403068918ab259

Subject of commit:
        Replace SYMBOL_SET_LINKAGE_NAME with a member function

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/43/43678b0afe412f6e920e1edd6d403068918ab259/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/43/43678b0afe412f6e920e1edd6d403068918ab259//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/43/43678b0afe412f6e920e1edd6d403068918ab259//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 19:31 [binutils-gdb] gdb: Introduce global_symbol_searcher gdb-buildbot
@ 2019-11-27 19:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 19:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1256

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        470c0b1c9a1d69e3c4f9281600399b1dadd40614

Subject of commit:
        gdb: Introduce global_symbol_searcher

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/470c0b1c9a1d69e3c4f9281600399b1dadd40614/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/470c0b1c9a1d69e3c4f9281600399b1dadd40614//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/470c0b1c9a1d69e3c4f9281600399b1dadd40614//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 18:02 [binutils-gdb] PR23652, Use symbols from debug bfd for _bfd_elf_find_function gdb-buildbot
@ 2019-11-27 18:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 18:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1254

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e76790600aeba4939225eda32e59642ed2813ac8

Subject of commit:
        PR23652, Use symbols from debug bfd for _bfd_elf_find_function

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76790600aeba4939225eda32e59642ed2813ac8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/pthreads.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76790600aeba4939225eda32e59642ed2813ac8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e76790600aeba4939225eda32e59642ed2813ac8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 17:15 [binutils-gdb] Correct R_SH_IND12W handling gdb-buildbot
@ 2019-11-27 17:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 17:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1253

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        96e2dbda089775359b130e16a337c169d67abc6b

Subject of commit:
        Correct R_SH_IND12W handling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96e2dbda089775359b130e16a337c169d67abc6b/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96e2dbda089775359b130e16a337c169d67abc6b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96e2dbda089775359b130e16a337c169d67abc6b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 15:49 [binutils-gdb] Let commands free "name" gdb-buildbot
@ 2019-11-27 15:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1251

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        3ea16160a66e0e3bc59842e27e41890411729a86

Subject of commit:
        Let commands free "name"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3ea16160a66e0e3bc59842e27e41890411729a86/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.tui/corefile-run.exp: verify tui support
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3ea16160a66e0e3bc59842e27e41890411729a86//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3ea16160a66e0e3bc59842e27e41890411729a86//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 14:34 [binutils-gdb] Add add_internal_function overload gdb-buildbot
@ 2019-11-27 14:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 14:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1250

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        1a6d41c6433a0980f302c480b1d1db71234b49e4

Subject of commit:
        Add add_internal_function overload

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6d41c6433a0980f302c480b1d1db71234b49e4/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6d41c6433a0980f302c480b1d1db71234b49e4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6d41c6433a0980f302c480b1d1db71234b49e4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27 12:05 [binutils-gdb] Add maint set/show worker-threads gdb-buildbot
@ 2019-11-27 12:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27 12:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1246

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        22138db609721897c213e5a08ccaca206c0fb1f6

Subject of commit:
        Add maint set/show worker-threads

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22138db609721897c213e5a08ccaca206c0fb1f6/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22138db609721897c213e5a08ccaca206c0fb1f6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22138db609721897c213e5a08ccaca206c0fb1f6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27  5:33 [binutils-gdb] Fix crashes due to python GIL released too early gdb-buildbot
@ 2019-11-27  5:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27  5:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1237

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        aa36950904393728b2d5e75fb5bca7a25418c00f

Subject of commit:
        Fix crashes due to python GIL released too early

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa36950904393728b2d5e75fb5bca7a25418c00f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new KPASS: gdb.cp/cpexprs.exp: p CV::m
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa36950904393728b2d5e75fb5bca7a25418c00f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa36950904393728b2d5e75fb5bca7a25418c00f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27  2:37 [binutils-gdb] Remove declaration of tui_set_var_cmd, make definition static gdb-buildbot
@ 2019-11-27  2:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27  2:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1233

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        3b5c1d49e09cd44ef772801f3365d0cbdc4673ee

Subject of commit:
        Remove declaration of tui_set_var_cmd, make definition static

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b5c1d49e09cd44ef772801f3365d0cbdc4673ee/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b5c1d49e09cd44ef772801f3365d0cbdc4673ee//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b5c1d49e09cd44ef772801f3365d0cbdc4673ee//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27  1:07 [binutils-gdb] Remove info_terminal_command declaration, make definition static gdb-buildbot
@ 2019-11-27  1:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27  1:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1231

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        fe3adccffd7a62096af96228a280a6457deb5896

Subject of commit:
        Remove info_terminal_command declaration, make definition static

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fe3adccffd7a62096af96228a280a6457deb5896/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/execl.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fe3adccffd7a62096af96228a280a6457deb5896//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fe3adccffd7a62096af96228a280a6457deb5896//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-27  0:17 [binutils-gdb] Remove unused overload of exit_inferior_silent gdb-buildbot
@ 2019-11-27  0:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-27  0:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1230

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        b926335f334fc8019643d14d4e6d247ed787746b

Subject of commit:
        Remove unused overload of exit_inferior_silent

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b926335f334fc8019643d14d4e6d247ed787746b/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b926335f334fc8019643d14d4e6d247ed787746b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b9/b926335f334fc8019643d14d4e6d247ed787746b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-26 18:24 [binutils-gdb] Use safe_strerror instead of strerror where possible gdb-buildbot
@ 2019-11-26 18:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-26 18:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1224

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        6d91ce9a659f5b65bb6ad2d30d74250da342150c

Subject of commit:
        Use safe_strerror instead of strerror where possible

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d91ce9a659f5b65bb6ad2d30d74250da342150c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: continue in inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: run to exit inferior 2
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: setting breakpoint at marker
PASS -> FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: switch back to inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch c on inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: switch back to inferior 1 again
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d91ce9a659f5b65bb6ad2d30d74250da342150c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d91ce9a659f5b65bb6ad2d30d74250da342150c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-25  5:02 [binutils-gdb] Introduce new section flag: SEC_ELF_OCTETS gdb-buildbot
@ 2019-11-25  5:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-25  5:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1217

Author:
        Christian Eggers <ceggers@gmx.de>

Commit tested:
        618265039f697eab9e72bb58b95fc2d32925df58

Subject of commit:
        Introduce new section flag: SEC_ELF_OCTETS

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/618265039f697eab9e72bb58b95fc2d32925df58/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/618265039f697eab9e72bb58b95fc2d32925df58//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/618265039f697eab9e72bb58b95fc2d32925df58//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-24 18:46 [binutils-gdb] Use bool in require_partial_symbols gdb-buildbot
@ 2019-11-24 18:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-24 18:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1214

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        26abc753cd1eb1349f6fa053caab016c93ca5302

Subject of commit:
        Use bool in require_partial_symbols

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26abc753cd1eb1349f6fa053caab016c93ca5302/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26abc753cd1eb1349f6fa053caab016c93ca5302//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26abc753cd1eb1349f6fa053caab016c93ca5302//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-22 23:11 [binutils-gdb] Restore parameter names in observable.h gdb-buildbot
@ 2019-11-22 23:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-22 23:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1212

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        012fc90932dae0347c03244807b975a57a8448c0

Subject of commit:
        Restore parameter names in observable.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/01/012fc90932dae0347c03244807b975a57a8448c0/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/staticthreads.exp:
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/01/012fc90932dae0347c03244807b975a57a8448c0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/01/012fc90932dae0347c03244807b975a57a8448c0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-22 22:45 [binutils-gdb] Avoid crash in print_ada_task_info gdb-buildbot
@ 2019-11-22 22:45 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-22 22:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1211

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        c83d8d32c9b3379a39c434fcaa9f304b6e4432ca

Subject of commit:
        Avoid crash in print_ada_task_info

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c83d8d32c9b3379a39c434fcaa9f304b6e4432ca/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c83d8d32c9b3379a39c434fcaa9f304b6e4432ca//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c8/c83d8d32c9b3379a39c434fcaa9f304b6e4432ca//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-22 18:57 [binutils-gdb] Replace SYMBOL_*_NAME accessors with member functions gdb-buildbot
@ 2019-11-22 18:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-22 18:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1210

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        987012b89bce7f6385ed88585547f852a8005a3f

Subject of commit:
        Replace SYMBOL_*_NAME accessors with member functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/987012b89bce7f6385ed88585547f852a8005a3f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: setting breakpoint at 49
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: setting breakpoint at 66
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/987012b89bce7f6385ed88585547f852a8005a3f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/987012b89bce7f6385ed88585547f852a8005a3f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-22 18:41 [binutils-gdb] Replace the MSYMBOL_*_NAME macros with member functions gdb-buildbot
@ 2019-11-22 18:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-22 18:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1209

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c9d95fa3d034ae614e33b631e0bc019015c444e9

Subject of commit:
        Replace the MSYMBOL_*_NAME macros with member functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c9d95fa3d034ae614e33b631e0bc019015c444e9/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c9d95fa3d034ae614e33b631e0bc019015c444e9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c9/c9d95fa3d034ae614e33b631e0bc019015c444e9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-22 18:02 [binutils-gdb] Create a correctly-sized demangled names hashtable gdb-buildbot
@ 2019-11-22 18:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-22 18:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1208

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        f8bab2d61d84b4e122ca667c4e458cd2ca29e3b6

Subject of commit:
        Create a correctly-sized demangled names hashtable

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f8bab2d61d84b4e122ca667c4e458cd2ca29e3b6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 7: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f8bab2d61d84b4e122ca667c4e458cd2ca29e3b6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f8bab2d61d84b4e122ca667c4e458cd2ca29e3b6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-22 15:55 [binutils-gdb] [gdb/contrib] Combine sed invocations in words.sh script gdb-buildbot
@ 2019-11-22 15:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-22 15:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1206

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        f618007364b84739f6f8663c1c634fb47bbc6732

Subject of commit:
        [gdb/contrib] Combine sed invocations in words.sh script

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f618007364b84739f6f8663c1c634fb47bbc6732/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f618007364b84739f6f8663c1c634fb47bbc6732//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f618007364b84739f6f8663c1c634fb47bbc6732//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-21 10:22 [binutils-gdb] [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode gdb-buildbot
@ 2019-11-21 10:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-21 10:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1197

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        65d1cd5f9cbcbb2df0b187cb7623949c1668728f

Subject of commit:
        [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/65/65d1cd5f9cbcbb2df0b187cb7623949c1668728f/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/65/65d1cd5f9cbcbb2df0b187cb7623949c1668728f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/65/65d1cd5f9cbcbb2df0b187cb7623949c1668728f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-20 22:05 [binutils-gdb] Add missing parentheses on 'print' (gdb.python/py-progspace.exp) gdb-buildbot
@ 2019-11-20 22:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-20 22:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1196

Author:
        Sergio Durigan Junior <sergiodj@redhat.com>

Commit tested:
        4f22c3f42ea5824134aaba555e5ad5bd82a36b36

Subject of commit:
        Add missing parentheses on 'print' (gdb.python/py-progspace.exp)

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f22c3f42ea5824134aaba555e5ad5bd82a36b36/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: setting breakpoint at 49
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: setting breakpoint at 66
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f22c3f42ea5824134aaba555e5ad5bd82a36b36//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4f/4f22c3f42ea5824134aaba555e5ad5bd82a36b36//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-19  2:41 [binutils-gdb] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp gdb-buildbot
@ 2019-11-19  2:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-19  2:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1189

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        0b8dbf3f1c359e26b25ce0e48634c83befd60994

Subject of commit:
        gdb/testsuite: Merge whatis.exp and ctf-whatis.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b8dbf3f1c359e26b25ce0e48634c83befd60994/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b8dbf3f1c359e26b25ce0e48634c83befd60994//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b8dbf3f1c359e26b25ce0e48634c83befd60994//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-19  1:21 [binutils-gdb] gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp gdb-buildbot
@ 2019-11-19  1:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-19  1:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1188

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        f833b7a7da710991d4b91b0e994abd1eef9a7d77

Subject of commit:
        gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f833b7a7da710991d4b91b0e994abd1eef9a7d77/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f833b7a7da710991d4b91b0e994abd1eef9a7d77//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f833b7a7da710991d4b91b0e994abd1eef9a7d77//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-15 23:42 [binutils-gdb] Use gnulib's strerror_r on MinGW gdb-buildbot
@ 2019-11-15 23:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-15 23:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1177

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        cd850b40cc84ff08c50b8b16a0968b3cd6b33664

Subject of commit:
        Use gnulib's strerror_r on MinGW

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd850b40cc84ff08c50b8b16a0968b3cd6b33664/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd850b40cc84ff08c50b8b16a0968b3cd6b33664//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd850b40cc84ff08c50b8b16a0968b3cd6b33664//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-15 22:25 [binutils-gdb] Add no-dist to gnulib configure gdb-buildbot
@ 2019-11-15 22:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-15 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1176

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        e176f82170871202640d53d8edc0caa5c450901f

Subject of commit:
        Add no-dist to gnulib configure

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e176f82170871202640d53d8edc0caa5c450901f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
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/var-tag.exp: global collision: print global
new KFAIL: gdb.cp/virtfunc.exp: print pEe->D::vg
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new FAIL: gdb.server/ext-run.exp: get process list
new FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
new FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e176f82170871202640d53d8edc0caa5c450901f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e176f82170871202640d53d8edc0caa5c450901f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-15 21:01 [binutils-gdb] Use ctime_r and localtime_r for threadsafety gdb-buildbot
@ 2019-11-15 21:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-15 21:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1174

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        53fea9c7e6d4993088016a16be56098fd819cebc

Subject of commit:
        Use ctime_r and localtime_r for threadsafety

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53fea9c7e6d4993088016a16be56098fd819cebc/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53fea9c7e6d4993088016a16be56098fd819cebc//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53fea9c7e6d4993088016a16be56098fd819cebc//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-15 19:34 [binutils-gdb] Generate gnulib's toplevel Makefile.in using automake gdb-buildbot
@ 2019-11-15 19:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-15 19:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1171

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        33bd0102c190c1331804c12774e578e33c367552

Subject of commit:
        Generate gnulib's toplevel Makefile.in using automake

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33bd0102c190c1331804c12774e578e33c367552/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33bd0102c190c1331804c12774e578e33c367552//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33bd0102c190c1331804c12774e578e33c367552//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-14 19:30 [binutils-gdb] Allow re-assigning to convenience variables gdb-buildbot
@ 2019-11-14 19:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-14 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1169

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        55708e99aca33f2ee9036732d778cd5899d2a2b0

Subject of commit:
        Allow re-assigning to convenience variables

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/55708e99aca33f2ee9036732d778cd5899d2a2b0/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/55708e99aca33f2ee9036732d778cd5899d2a2b0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/55708e99aca33f2ee9036732d778cd5899d2a2b0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-14 10:15 [binutils-gdb] x86: drop redundant SYSCALL/SYSRET templates gdb-buildbot
@ 2019-11-14 10:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-14 10:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1167

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        6aa385b96f0fddcf152c88f29e1145f3f618748c

Subject of commit:
        x86: drop redundant SYSCALL/SYSRET templates

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6aa385b96f0fddcf152c88f29e1145f3f618748c/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6aa385b96f0fddcf152c88f29e1145f3f618748c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6aa385b96f0fddcf152c88f29e1145f3f618748c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-13  0:55 [binutils-gdb] RISC-V: Fix ld relax failure with calls and align directives gdb-buildbot
@ 2019-11-13  0:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-13  0:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1159

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        c6261a00c3e70dd8e508062ea43a1bcb6d547621

Subject of commit:
        RISC-V: Fix ld relax failure with calls and align directives.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c6/c6261a00c3e70dd8e508062ea43a1bcb6d547621/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c6/c6261a00c3e70dd8e508062ea43a1bcb6d547621//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c6/c6261a00c3e70dd8e508062ea43a1bcb6d547621//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-12 22:14 [binutils-gdb] Make struct symbol inherit from general_symbol_info gdb-buildbot
@ 2019-11-12 22:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-12 22:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1157

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        468c0cbb327fadf28386a989f929fcbed4aed8b9

Subject of commit:
        Make struct symbol inherit from general_symbol_info

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/468c0cbb327fadf28386a989f929fcbed4aed8b9/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/468c0cbb327fadf28386a989f929fcbed4aed8b9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/468c0cbb327fadf28386a989f929fcbed4aed8b9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-12 21:30 [binutils-gdb] Consolidate setting of current_layout gdb-buildbot
@ 2019-11-12 21:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-12 21:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1156

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ed2c82c364043cf4726541cc7e8011197185b3f8

Subject of commit:
        Consolidate setting of current_layout

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed2c82c364043cf4726541cc7e8011197185b3f8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed2c82c364043cf4726541cc7e8011197185b3f8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed2c82c364043cf4726541cc7e8011197185b3f8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-12 20:17 [binutils-gdb] Move _initialize_tui_layout to end of file gdb-buildbot
@ 2019-11-12 20:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-12 20:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1155

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        d9fcefd53a7615b116cab0b0cd2085539d12bb6f

Subject of commit:
        Move _initialize_tui_layout to end of file

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9fcefd53a7615b116cab0b0cd2085539d12bb6f/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9fcefd53a7615b116cab0b0cd2085539d12bb6f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9fcefd53a7615b116cab0b0cd2085539d12bb6f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-12  9:56 [binutils-gdb] x86: fold EsSeg into IsString gdb-buildbot
@ 2019-11-12  9:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-12  9:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1152

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        51c8edf68bf1e16c6d05fbb31a36e0cc436a9750

Subject of commit:
        x86: fold EsSeg into IsString

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51c8edf68bf1e16c6d05fbb31a36e0cc436a9750/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51c8edf68bf1e16c6d05fbb31a36e0cc436a9750//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51c8edf68bf1e16c6d05fbb31a36e0cc436a9750//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-12  9:13 [binutils-gdb] x86: eliminate ImmExt abuse gdb-buildbot
@ 2019-11-12  9:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-12  9:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1151

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        474da251bf92a11a08583080af77fa197570767f

Subject of commit:
        x86: eliminate ImmExt abuse

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/474da251bf92a11a08583080af77fa197570767f/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.trace/collection.exp: current target does not support trace
new UNRESOLVED: gdb.trace/collection.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/ftrace.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/ftrace.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/474da251bf92a11a08583080af77fa197570767f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/474da251bf92a11a08583080af77fa197570767f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-10 21:22 [binutils-gdb] gdb: Convert frame_show_address to return a bool gdb-buildbot
@ 2019-11-10 21:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-10 21:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1142

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        621377757c83ccc8573cc2e979e1d4ba55335c13

Subject of commit:
        gdb: Convert frame_show_address to return a bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/621377757c83ccc8573cc2e979e1d4ba55335c13/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/621377757c83ccc8573cc2e979e1d4ba55335c13//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/62/621377757c83ccc8573cc2e979e1d4ba55335c13//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-08 17:48 [binutils-gdb] i386: Only check suffix in instruction mnemonic gdb-buildbot
@ 2019-11-08 17:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-08 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1136

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        dc2be329b9508395b7270b7c3bebc19a6f1e2e07

Subject of commit:
        i386: Only check suffix in instruction mnemonic

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dc2be329b9508395b7270b7c3bebc19a6f1e2e07/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dc2be329b9508395b7270b7c3bebc19a6f1e2e07//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dc2be329b9508395b7270b7c3bebc19a6f1e2e07//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-08  9:05 [binutils-gdb] x86: convert SReg from bitfield to enumerator gdb-buildbot
@ 2019-11-08  9:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-08  9:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1131

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        00cee14fbad24453ff56656c5726ef5e4b0de588

Subject of commit:
        x86: convert SReg from bitfield to enumerator

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/00cee14fbad24453ff56656c5726ef5e4b0de588/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/00cee14fbad24453ff56656c5726ef5e4b0de588//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/00cee14fbad24453ff56656c5726ef5e4b0de588//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-07 21:05 [binutils-gdb] [gas][aarch64] Add the v8.6 Data Gathering Hint mnemonic [10/X] gdb-buildbot
@ 2019-11-07 21:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-07 21:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1129

Author:
        Matthew Malcomson <matthew.malcomson@arm.com>

Commit tested:
        1f4cd317b6606fcb2a582a3fc1c1f9437ef7d7b6

Subject of commit:
        [gas][aarch64] Add the v8.6 Data Gathering Hint mnemonic [10/X]

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1f4cd317b6606fcb2a582a3fc1c1f9437ef7d7b6/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1f4cd317b6606fcb2a582a3fc1c1f9437ef7d7b6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1f4cd317b6606fcb2a582a3fc1c1f9437ef7d7b6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-07 20:24 [binutils-gdb] [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10] gdb-buildbot
@ 2019-11-07 20:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-07 20:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1128

Author:
        Matthew Malcomson <matthew.malcomson@arm.com>

Commit tested:
        616ce08e1cc98c28c42bc2afed6b92df449c7b00

Subject of commit:
        [Patch][binutils][arm]  Armv8.6-A Matrix Multiply extension [9/10]

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/616ce08e1cc98c28c42bc2afed6b92df449c7b00/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/siginfo-threads.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/616ce08e1cc98c28c42bc2afed6b92df449c7b00//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/616ce08e1cc98c28c42bc2afed6b92df449c7b00//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-07 10:22 [binutils-gdb] x86: support further AMD Zen2 instructions gdb-buildbot
@ 2019-11-07 10:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-07 10:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1120

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        142861dfd5b55fe4440c35351a068dcde4ad8ce9

Subject of commit:
        x86: support further AMD Zen2 instructions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/14/142861dfd5b55fe4440c35351a068dcde4ad8ce9/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/14/142861dfd5b55fe4440c35351a068dcde4ad8ce9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/14/142861dfd5b55fe4440c35351a068dcde4ad8ce9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-07  9:35 [binutils-gdb] x86: adjust register names printed for MONITOR/MWAIT gdb-buildbot
@ 2019-11-07  9:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-07  9:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1119

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        081e283fafb415b4e37f2ac1d5f945ad0b61e282

Subject of commit:
        x86: adjust register names printed for MONITOR/MWAIT

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/081e283fafb415b4e37f2ac1d5f945ad0b61e282/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 7: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/081e283fafb415b4e37f2ac1d5f945ad0b61e282//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/081e283fafb415b4e37f2ac1d5f945ad0b61e282//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-06  2:10 [binutils-gdb] Fix regression from TUI disassembly style patch gdb-buildbot
@ 2019-11-06  2:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-06  2:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1113

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        825165c57e43b25ef57c3cf2cc345ec6aa40a0d3

Subject of commit:
        Fix regression from TUI disassembly style patch

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/82/825165c57e43b25ef57c3cf2cc345ec6aa40a0d3/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/82/825165c57e43b25ef57c3cf2cc345ec6aa40a0d3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/82/825165c57e43b25ef57c3cf2cc345ec6aa40a0d3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-06  0:18 [binutils-gdb] Remove la_get_string member gdb-buildbot
@ 2019-11-06  0:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-06  0:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1112

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        91ae903f89f6869c8163d33cad1f90c87469d55b

Subject of commit:
        Remove la_get_string member

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/91/91ae903f89f6869c8163d33cad1f90c87469d55b/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: setting breakpoint at 49
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: setting breakpoint at 66
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/91/91ae903f89f6869c8163d33cad1f90c87469d55b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/91/91ae903f89f6869c8163d33cad1f90c87469d55b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-05 22:51 [binutils-gdb] Change tui_source_element::line to have type std::string gdb-buildbot
@ 2019-11-05 23:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-05 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1110

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        5d0510553eb447bf6861f4641b5ae3aaf9503a13

Subject of commit:
        Change tui_source_element::line to have type std::string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d0510553eb447bf6861f4641b5ae3aaf9503a13/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d0510553eb447bf6861f4641b5ae3aaf9503a13//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d0510553eb447bf6861f4641b5ae3aaf9503a13//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-05 16:19 [binutils-gdb] Fix memory allocation and release problems in the bfd documentation processor gdb-buildbot
@ 2019-11-05 16:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-05 16:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1108

Author:
        Tim R?hsen <tim.ruehsen@gmx.de>

Commit tested:
        3a70f7e8e3e480d1debf40b8d71d5444e32d69df

Subject of commit:
        Fix memory allocation and release problems in the bfd documentation processor.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a70f7e8e3e480d1debf40b8d71d5444e32d69df/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a70f7e8e3e480d1debf40b8d71d5444e32d69df//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a70f7e8e3e480d1debf40b8d71d5444e32d69df//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-01 17:42 [binutils-gdb] Simplify print_sys_errmsg gdb-buildbot
@ 2019-11-01 17:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-01 17:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1097

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        5df96a4e6e8f1521274acb5beb54063c35aeec6e

Subject of commit:
        Simplify print_sys_errmsg

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5df96a4e6e8f1521274acb5beb54063c35aeec6e/

*** Diff to previous build ***
==============================================
new 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5df96a4e6e8f1521274acb5beb54063c35aeec6e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5df96a4e6e8f1521274acb5beb54063c35aeec6e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-01  5:53 [binutils-gdb] gdb: Don't print a newline in language la_print_typedef methods gdb-buildbot
@ 2019-11-01  5:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-01  5:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1092

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        e170989694aecb458d1bbb6a1db6bb712ced707d

Subject of commit:
        gdb: Don't print a newline in language la_print_typedef methods

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e170989694aecb458d1bbb6a1db6bb712ced707d/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e170989694aecb458d1bbb6a1db6bb712ced707d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e170989694aecb458d1bbb6a1db6bb712ced707d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-01  2:59 [binutils-gdb] Test the convenience functions $_gdb_setting and $_gdb_setting_str gdb-buildbot
@ 2019-11-01  2:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-01  2:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1088

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        f3fb2519e629bf8533108c2b7b108e6db98c02f2

Subject of commit:
        Test the convenience functions $_gdb_setting and $_gdb_setting_str.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3fb2519e629bf8533108c2b7b108e6db98c02f2/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3fb2519e629bf8533108c2b7b108e6db98c02f2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f3/f3fb2519e629bf8533108c2b7b108e6db98c02f2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-01  1:46 [binutils-gdb] Implement convenience functions to examine GDB settings gdb-buildbot
@ 2019-11-01  1:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-01  1:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1087

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        9ad9b77d64920d3113a9e7ab9f022eb5a45cd49e

Subject of commit:
        Implement convenience functions to examine GDB settings.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ad9b77d64920d3113a9e7ab9f022eb5a45cd49e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ad9b77d64920d3113a9e7ab9f022eb5a45cd49e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9ad9b77d64920d3113a9e7ab9f022eb5a45cd49e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-11-01  0:50 [binutils-gdb] Also check for strerror_r in gdbserver gdb-buildbot
@ 2019-11-01  0:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-11-01  0:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1085

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        e7e97a2ecd0e605d8128b3d055a8a5f7c2284b80

Subject of commit:
        Also check for strerror_r in gdbserver

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e7e97a2ecd0e605d8128b3d055a8a5f7c2284b80/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e7e97a2ecd0e605d8128b3d055a8a5f7c2284b80//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e7/e7e97a2ecd0e605d8128b3d055a8a5f7c2284b80//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-31 22:39 [binutils-gdb] Regenerate config.in gdb-buildbot
@ 2019-10-31 22:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-31 22:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1082

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        33cb1647d68d9a57e6659a9392044ee0276fc24e

Subject of commit:
        Regenerate config.in

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33cb1647d68d9a57e6659a9392044ee0276fc24e/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33cb1647d68d9a57e6659a9392044ee0276fc24e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33cb1647d68d9a57e6659a9392044ee0276fc24e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-31 20:14 [binutils-gdb] [ARM] Store exception handling information per-bfd instead of per-objfile gdb-buildbot
@ 2019-10-31 20:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-31 20:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1079

Author:
        Luis Machado <luis.machado@linaro.org>

Commit tested:
        a2726d4ff80168a8134c68cb798e3f5f537b0eba

Subject of commit:
        [ARM] Store exception handling information per-bfd instead of per-objfile

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2726d4ff80168a8134c68cb798e3f5f537b0eba/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2726d4ff80168a8134c68cb798e3f5f537b0eba//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2726d4ff80168a8134c68cb798e3f5f537b0eba//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-31 18:46 [binutils-gdb] Convert int to bool in agent.c gdb-buildbot
@ 2019-10-31 18:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-31 18:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1077

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        75cafaa61a0244016a2c2ee1d0b2742d674d7373

Subject of commit:
        Convert int to bool in agent.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/75cafaa61a0244016a2c2ee1d0b2742d674d7373/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/75cafaa61a0244016a2c2ee1d0b2742d674d7373//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/75cafaa61a0244016a2c2ee1d0b2742d674d7373//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-30 16:19 [binutils-gdb] Only clear the minsym array when necessary gdb-buildbot
@ 2019-10-30 16:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-30 16:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1071

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        808590ec5af20db08005885559fe29ebe7128b48

Subject of commit:
        Only clear the minsym array when necessary

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/808590ec5af20db08005885559fe29ebe7128b48/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/808590ec5af20db08005885559fe29ebe7128b48//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/808590ec5af20db08005885559fe29ebe7128b48//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-30  9:50 [binutils-gdb] x86: re-do "shorthand" handling gdb-buildbot
@ 2019-10-30  9:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-30  9:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1068

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        3cc17af5890d5877b8ac53eb5cd9a2adf82467e6

Subject of commit:
        x86: re-do "shorthand" handling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3cc17af5890d5877b8ac53eb5cd9a2adf82467e6/

*** Diff to previous build ***
==============================================
new 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3cc17af5890d5877b8ac53eb5cd9a2adf82467e6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3c/3cc17af5890d5877b8ac53eb5cd9a2adf82467e6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-30  8:36 [binutils-gdb] x86: slightly rearrange struct insn_template gdb-buildbot
@ 2019-10-30  8:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-30  8:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1067

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        a2cebd03faf935d292b524e999787d379a6b04ad

Subject of commit:
        x86: slightly rearrange struct insn_template

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2cebd03faf935d292b524e999787d379a6b04ad/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2cebd03faf935d292b524e999787d379a6b04ad//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2cebd03faf935d292b524e999787d379a6b04ad//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-30  0:25 [binutils-gdb] Remove unused includes in infcmd.c and infrun.c gdb-buildbot
@ 2019-10-30  0:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-30  0:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1065

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        f18ad8a16b71a1d4da122e63473966e834447f28

Subject of commit:
        Remove unused includes in infcmd.c and infrun.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f18ad8a16b71a1d4da122e63473966e834447f28/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f18ad8a16b71a1d4da122e63473966e834447f28//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f18ad8a16b71a1d4da122e63473966e834447f28//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-29 20:44 [binutils-gdb] Change some arguments to gdb::string_view instead of name+len gdb-buildbot
@ 2019-10-29 20:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-29 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1061

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        31edb802957b0073c571f48b9262e66b817fd360

Subject of commit:
        Change some arguments to gdb::string_view instead of name+len

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/31edb802957b0073c571f48b9262e66b817fd360/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/31edb802957b0073c571f48b9262e66b817fd360//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/31/31edb802957b0073c571f48b9262e66b817fd360//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-29 19:23 [binutils-gdb] Load system gdbinit files from a directory gdb-buildbot
@ 2019-10-29 19:23 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-29 19:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1058

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        ed2a222951020d1117c5e1d4f37e82fd26761267

Subject of commit:
        Load system gdbinit files from a directory

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed2a222951020d1117c5e1d4f37e82fd26761267/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setting breakpoint at 111
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: setting breakpoint at 49
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: setting breakpoint at 66
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed2a222951020d1117c5e1d4f37e82fd26761267//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed2a222951020d1117c5e1d4f37e82fd26761267//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-29 10:16 [binutils-gdb] Prevent a left shift by a negative value when disassembling IA64 binaries gdb-buildbot
@ 2019-10-29 10:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-29 10:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1054

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        993a00a986d0795a3cbb7a2dd0c640d8e6d66734

Subject of commit:
        Prevent a left shift by a negative value when disassembling IA64 binaries.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/99/993a00a986d0795a3cbb7a2dd0c640d8e6d66734/

*** Diff to previous build ***
==============================================
new 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/99/993a00a986d0795a3cbb7a2dd0c640d8e6d66734//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/99/993a00a986d0795a3cbb7a2dd0c640d8e6d66734//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-29  9:37 [binutils-gdb] Fix array overruns in the S12Z disassembler gdb-buildbot
@ 2019-10-29  9:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-29  9:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1053

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        66a66a17f489a4ffc614a31855e8d6f516e24640

Subject of commit:
        Fix array overruns in the S12Z disassembler.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66a66a17f489a4ffc614a31855e8d6f516e24640/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: signal 0: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66a66a17f489a4ffc614a31855e8d6f516e24640//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66a66a17f489a4ffc614a31855e8d6f516e24640//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-26  8:09 [binutils-gdb] [gdb] Fix more typos in comments (2) gdb-buildbot
@ 2019-10-26  8:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-26  8:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1044

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        30baf67b6505d903bf678f9a0ba3645eb337ce49

Subject of commit:
        [gdb] Fix more typos in comments (2)

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30baf67b6505d903bf678f9a0ba3645eb337ce49/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30baf67b6505d903bf678f9a0ba3645eb337ce49//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30baf67b6505d903bf678f9a0ba3645eb337ce49//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-25 21:16 [binutils-gdb] Fix find_charset_names gdb-buildbot
@ 2019-10-25 21:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-25 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1043

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        1834d45f0ff231bf74de3b0305949cf991470a35

Subject of commit:
        Fix find_charset_names.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/1834d45f0ff231bf74de3b0305949cf991470a35/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/1834d45f0ff231bf74de3b0305949cf991470a35//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/1834d45f0ff231bf74de3b0305949cf991470a35//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-25 19:38 [binutils-gdb] Don't make an extra copy + allocation of the demangled name gdb-buildbot
@ 2019-10-25 19:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-25 19:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1041

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        5396ae1717ade2dbbdb73790eafcdd885045860b

Subject of commit:
        Don't make an extra copy + allocation of the demangled name

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/5396ae1717ade2dbbdb73790eafcdd885045860b/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/5396ae1717ade2dbbdb73790eafcdd885045860b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/5396ae1717ade2dbbdb73790eafcdd885045860b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-25 15:25 [binutils-gdb] Allow out-of-order reads of CIEs gdb-buildbot
@ 2019-10-25 15:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-25 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1039

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        93878f471745364756b9bad753c5052614fbcd7e

Subject of commit:
        Allow out-of-order reads of CIEs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93878f471745364756b9bad753c5052614fbcd7e/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93878f471745364756b9bad753c5052614fbcd7e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93878f471745364756b9bad753c5052614fbcd7e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-25  5:07 [binutils-gdb] PR4499, assign file positions assumes segment offsets increasing gdb-buildbot
@ 2019-10-25  5:20 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-25  5:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1036

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        30fe183248b2523ecff9da36853e2f893c4c4b91

Subject of commit:
        PR4499, assign file positions assumes segment offsets increasing

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30fe183248b2523ecff9da36853e2f893c4c4b91/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30fe183248b2523ecff9da36853e2f893c4c4b91//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30fe183248b2523ecff9da36853e2f893c4c4b91//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24 19:05 [binutils-gdb] Simplify Python checks in configure.ac gdb-buildbot
@ 2019-10-24 19:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24 19:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1033

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        71737c435dc0cff19e86e9a60f08caa2865784e2

Subject of commit:
        Simplify Python checks in configure.ac

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/71737c435dc0cff19e86e9a60f08caa2865784e2/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/71737c435dc0cff19e86e9a60f08caa2865784e2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/71737c435dc0cff19e86e9a60f08caa2865784e2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24 15:42 [binutils-gdb] gdb/python: Return None from Progspace.block_for_pc on error gdb-buildbot
@ 2019-10-24 15:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24 15:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1031

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        33d569b709886a1208145806da80b689d9cae9da

Subject of commit:
        gdb/python: Return None from Progspace.block_for_pc on error

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33d569b709886a1208145806da80b689d9cae9da/

*** Diff to previous build ***
==============================================
new 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33d569b709886a1208145806da80b689d9cae9da//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/33d569b709886a1208145806da80b689d9cae9da//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24  8:22 [binutils-gdb] Fix opcodes includes gdb-buildbot
@ 2019-10-24  8:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24  8:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1030

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f16f7b7c7447c44f4c6d23fd478c7dd767cdf642

Subject of commit:
        Fix opcodes includes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f16f7b7c7447c44f4c6d23fd478c7dd767cdf642/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f16f7b7c7447c44f4c6d23fd478c7dd767cdf642//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f16f7b7c7447c44f4c6d23fd478c7dd767cdf642//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24  8:07 [binutils-gdb] Move readline to the readline/readline subdirectory gdb-buildbot
@ 2019-10-24  8:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24  8:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1029

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        6999161a2a3b3cbd918570e094199184331d4f81

Subject of commit:
        Move readline to the readline/readline subdirectory

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6999161a2a3b3cbd918570e094199184331d4f81/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6999161a2a3b3cbd918570e094199184331d4f81//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6999161a2a3b3cbd918570e094199184331d4f81//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24  7:22 [binutils-gdb] infcall: refactor 'call_function_by_hand_dummy' gdb-buildbot
@ 2019-10-24  7:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24  7:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1028

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        12e7c35ec3c09793ed9613cdf696b9f0f4dd86ec

Subject of commit:
        infcall: refactor 'call_function_by_hand_dummy'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12e7c35ec3c09793ed9613cdf696b9f0f4dd86ec/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12e7c35ec3c09793ed9613cdf696b9f0f4dd86ec//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12e7c35ec3c09793ed9613cdf696b9f0f4dd86ec//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24  5:57 [binutils-gdb] infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot gdb-buildbot
@ 2019-10-24  5:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24  5:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1026

Author:
        Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>

Commit tested:
        39bcc47c7e94c746d5acdb52f20f9617a6473292

Subject of commit:
        infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39bcc47c7e94c746d5acdb52f20f9617a6473292/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39bcc47c7e94c746d5acdb52f20f9617a6473292//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39bcc47c7e94c746d5acdb52f20f9617a6473292//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24  4:32 [binutils-gdb] Check for sigprocmask in common.m4 gdb-buildbot
@ 2019-10-24  4:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24  4:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1024

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        c12d372d263309e2ee81efda713096ea9e62a759

Subject of commit:
        Check for sigprocmask in common.m4

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c12d372d263309e2ee81efda713096ea9e62a759/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c12d372d263309e2ee81efda713096ea9e62a759//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c12d372d263309e2ee81efda713096ea9e62a759//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24  3:51 [binutils-gdb] Use m4_include, not sinclude in .m4 files gdb-buildbot
@ 2019-10-24  3:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24  3:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1023

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        4d0b984b970b9526d267ada259b62ec2c42cfb24

Subject of commit:
        Use m4_include, not sinclude in .m4 files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d0b984b970b9526d267ada259b62ec2c42cfb24/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d0b984b970b9526d267ada259b62ec2c42cfb24//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d0b984b970b9526d267ada259b62ec2c42cfb24//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-24  1:37 [binutils-gdb] Make demangled_name_entry::language not a bitfield gdb-buildbot
@ 2019-10-24  1:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-24  1:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1020

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        403772ef6112b909826f8d7446fb4ceaf6f98a1e

Subject of commit:
        Make demangled_name_entry::language not a bitfield

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/403772ef6112b909826f8d7446fb4ceaf6f98a1e/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/403772ef6112b909826f8d7446fb4ceaf6f98a1e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/403772ef6112b909826f8d7446fb4ceaf6f98a1e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23 22:54 [binutils-gdb] Add a fast_hash function in common-utils gdb-buildbot
@ 2019-10-23 22:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23 22:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1017

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        1a6ff1a96b302283d517b3cdeae7310adecbe859

Subject of commit:
        Add a fast_hash function in common-utils

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6ff1a96b302283d517b3cdeae7310adecbe859/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6ff1a96b302283d517b3cdeae7310adecbe859//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6ff1a96b302283d517b3cdeae7310adecbe859//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23 21:12 [binutils-gdb] DWARF 5 support: Handle line table and file indexes gdb-buildbot
@ 2019-10-23 21:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23 21:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1014

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        7ba99d2188454b9e08bdbf3616773a16ad9c9f95

Subject of commit:
        DWARF 5 support: Handle line table and file indexes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7ba99d2188454b9e08bdbf3616773a16ad9c9f95/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7ba99d2188454b9e08bdbf3616773a16ad9c9f95//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7ba99d2188454b9e08bdbf3616773a16ad9c9f95//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23 17:33 [binutils-gdb] contrib: Update dg-extract-results.* from gcc gdb-buildbot
@ 2019-10-23 17:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23 17:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1011

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        66b92822fa721b17c9edfebd10b3017b289be24c

Subject of commit:
        contrib: Update dg-extract-results.* from gcc

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66b92822fa721b17c9edfebd10b3017b289be24c/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
new UNRESOLVED: gdb.threads/non-ldr-exc-1.exp: lock-sched=off,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-1.exp: lock-sched=on,non-stop=off: delete all breakpoints in delete_breakpoints
UNRESOLVED -> FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/stop-with-handle.exp: can't run to main
new UNRESOLVED: gdb.threads/switch-threads.exp: continue to breakpoint: continue to thread_func
new UNRESOLVED: gdb.threads/switch-threads.exp: next
new UNRESOLVED: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
new FAIL: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/actions.exp: setting tracepoints
new UNRESOLVED: gdb.trace/actions.exp: trace 71
new UNRESOLVED: gdb.trace/actions.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/actions.exp: trace gdb_c_test
new FAIL: gdb.trace/backtrace.exp: can't run to main to check for trace support
new FAIL: gdb.trace/change-loc.exp: can't run to main to check for trace support
new FAIL: gdb.trace/circ.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/collection.exp: current target does not support trace
new UNRESOLVED: gdb.trace/deltrace.exp: setting tracepoints
new UNRESOLVED: gdb.trace/deltrace.exp: trace 68
new UNRESOLVED: gdb.trace/deltrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/deltrace.exp: trace gdb_c_test
new UNRESOLVED: gdb.trace/entry-values.exp: disassemble bar
new FAIL: gdb.trace/ftrace.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/infotrace.exp: setting tracepoints
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_c_test
new FAIL: gdb.trace/mi-trace-frame-collected.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tracepoint-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/packetlen.exp: current target does not support trace
new UNRESOLVED: gdb.trace/passcount.exp: setting tracepoints
new UNRESOLVED: gdb.trace/passcount.exp: trace 67
new UNRESOLVED: gdb.trace/passcount.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/passcount.exp: trace gdb_c_test
new FAIL: gdb.trace/pending.exp: can't run to main to check for trace support
new FAIL: gdb.trace/pr16508.exp: can't run to main to check for trace support
new FAIL: gdb.trace/qtro.exp: can't run to main to check for trace support
new FAIL: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new FAIL: gdb.trace/read-memory.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/report.exp: current target does not support trace
new UNRESOLVED: gdb.trace/save-trace.exp: set condition for tracepoint -1
new UNRESOLVED: gdb.trace/save-trace.exp: set passcount for tracepoint -1
new UNRESOLVED: gdb.trace/save-trace.exp: trace 68
new UNRESOLVED: gdb.trace/save-trace.exp: trace 69
new UNRESOLVED: gdb.trace/save-trace.exp: trace 70
new UNRESOLVED: gdb.trace/save-trace.exp: trace 71
new UNRESOLVED: gdb.trace/save-trace.exp: trace 72
new UNRESOLVED: gdb.trace/save-trace.exp: trace 73
new FAIL: gdb.trace/signal.exp: can't run to main to check for trace support
new FAIL: gdb.trace/status-stop.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tfile.exp: show editing
new FAIL: gdb.trace/trace-break.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-condition.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tracecmd.exp: print gdb_asm_test
new FAIL: gdb.trace/tspeed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tstatus.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tsv.exp: current target does not support trace
new UNRESOLVED: gdb.trace/unavailable.exp: current target does not support trace
new UNRESOLVED: gdb.trace/while-dyn.exp: current target does not support trace
new UNRESOLVED: gdb.trace/while-stepping.exp: could not find gdb_c_test function
new UNRESOLVED: gdb.trace/while-stepping.exp: trace gdb_c_test
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66b92822fa721b17c9edfebd10b3017b289be24c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/66/66b92822fa721b17c9edfebd10b3017b289be24c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23 15:54 [binutils-gdb] Fix creation of nm.h when configure is changed gdb-buildbot
@ 2019-10-23 15:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23 15:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1010

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a0a461e5b45f6fd9eb81774ad61e55b4917d4305

Subject of commit:
        Fix creation of nm.h when configure is changed

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a0/a0a461e5b45f6fd9eb81774ad61e55b4917d4305/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a0/a0a461e5b45f6fd9eb81774ad61e55b4917d4305//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a0/a0a461e5b45f6fd9eb81774ad61e55b4917d4305//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23 14:16 [binutils-gdb] [gdb/testsuite] Compile infcall-nested-structs.exp with -O2 gdb-buildbot
@ 2019-10-23 14:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23 14:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1009

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        94cb3754118669d46c8ad87c986d8d9c59fac65a

Subject of commit:
        [gdb/testsuite] Compile infcall-nested-structs.exp with -O2

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/94/94cb3754118669d46c8ad87c986d8d9c59fac65a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: setting breakpoint at break_here
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: setting breakpoint at break_here
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 4: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 5: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 6: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 7: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 8: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 9: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/fork-thread-pending.exp: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
new FAIL: gdb.threads/hand-call-in-threads.exp: can't run to main
new FAIL: gdb.threads/interrupt-while-step-over.exp: can't run to main
PASS -> UNRESOLVED: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily
PASS -> UNRESOLVED: gdb.threads/killed.exp: run program to completion
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 0
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 2
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 3
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 4
new UNRESOLVED: gdb.threads/linux-dp.exp: philosopher is distinct: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: setting breakpoint at 192
new UNRESOLVED: gdb.threads/linux-dp.exp: setting breakpoint at 199
new UNRESOLVED: gdb.threads/linux-dp.exp: setting breakpoint at print_philosopher thread 5
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: continue: setting breakpoint at 111
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setting breakpoint at 111
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setting breakpoint at sigusr1_handler
new FAIL: gdb.threads/next-while-other-thread-longjmps.exp: can't run to main
new FAIL: gdb.threads/non-ldr-exit.exp: can't run to main
new FAIL: gdb.threads/pending-step.exp: can't run to main
new UNRESOLVED: gdb.threads/print-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/print-threads.exp: setting breakpoint at kill
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: can't run to main
new FAIL: gdb.threads/queue-signal.exp: can't run to main
new UNRESOLVED: gdb.threads/schedlock.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: setting breakpoint at 44
new UNRESOLVED: gdb.threads/schedlock.exp: setting breakpoint at 80 if arg != 0
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: can't run to main
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: can't run to main
UNRESOLVED -> FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/sigthread.exp: can't run to main
new UNRESOLVED: gdb.threads/staticthreads.exp:
new FAIL: gdb.threads/stop-with-handle.exp: can't run to main
new UNRESOLVED: gdb.threads/switch-threads.exp: continue to breakpoint: continue to thread_func
new UNRESOLVED: gdb.threads/switch-threads.exp: next
new UNRESOLVED: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
new UNRESOLVED: gdb.threads/thread-find.exp: setting breakpoint at 199
new UNRESOLVED: gdb.threads/thread-specific.exp: setting breakpoint at 39
new FAIL: gdb.threads/thread_check.exp: can't run to main
new FAIL: gdb.threads/threadapply.exp: can't run to main
new FAIL: gdb.threads/tid-reuse.exp: can't run to main
new FAIL: gdb.threads/tls-nodebug.exp: can't run to main
new FAIL: gdb.threads/tls.exp: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/wp-replication.exp: failed to run to main
new FAIL: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/actions.exp: setting tracepoints
new UNRESOLVED: gdb.trace/actions.exp: trace 71
new UNRESOLVED: gdb.trace/actions.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/actions.exp: trace gdb_c_test
new FAIL: gdb.trace/backtrace.exp: can't run to main to check for trace support
new FAIL: gdb.trace/change-loc.exp: can't run to main to check for trace support
new FAIL: gdb.trace/circ.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/collection.exp: current target does not support trace
new UNRESOLVED: gdb.trace/deltrace.exp: setting tracepoints
new UNRESOLVED: gdb.trace/deltrace.exp: trace 68
new UNRESOLVED: gdb.trace/deltrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/deltrace.exp: trace gdb_c_test
new UNRESOLVED: gdb.trace/entry-values.exp: disassemble bar
new FAIL: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
new FAIL: gdb.trace/ftrace.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/infotrace.exp: setting tracepoints
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_c_test
new FAIL: gdb.trace/mi-trace-frame-collected.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tracepoint-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/packetlen.exp: current target does not support trace
new UNRESOLVED: gdb.trace/passc-dyn.exp: current target does not support trace
new UNRESOLVED: gdb.trace/passcount.exp: setting tracepoints
new UNRESOLVED: gdb.trace/passcount.exp: trace 67
new UNRESOLVED: gdb.trace/passcount.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/passcount.exp: trace gdb_c_test
new FAIL: gdb.trace/pending.exp: can't run to main to check for trace support
new FAIL: gdb.trace/pr16508.exp: can't run to main to check for trace support
new FAIL: gdb.trace/qtro.exp: can't run to main to check for trace support
new FAIL: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new FAIL: gdb.trace/read-memory.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/report.exp: current target does not support trace
new UNRESOLVED: gdb.trace/save-trace.exp: set condition for tracepoint -1
new UNRESOLVED: gdb.trace/save-trace.exp: set passcount for tracepoint -1
new UNRESOLVED: gdb.trace/save-trace.exp: trace 68
new UNRESOLVED: gdb.trace/save-trace.exp: trace 69
new UNRESOLVED: gdb.trace/save-trace.exp: trace 70
new UNRESOLVED: gdb.trace/save-trace.exp: trace 71
new UNRESOLVED: gdb.trace/save-trace.exp: trace 72
new UNRESOLVED: gdb.trace/save-trace.exp: trace 73
new FAIL: gdb.trace/signal.exp: can't run to main to check for trace support
new FAIL: gdb.trace/status-stop.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tfile.exp: show editing
new UNRESOLVED: gdb.trace/tfind.exp: current target does not support trace
new FAIL: gdb.trace/trace-break.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-condition.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tracecmd.exp: print gdb_asm_test
new FAIL: gdb.trace/tspeed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tstatus.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tsv.exp: current target does not support trace
new UNRESOLVED: gdb.trace/unavailable.exp: current target does not support trace
new UNRESOLVED: gdb.trace/while-dyn.exp: current target does not support trace
new UNRESOLVED: gdb.trace/while-stepping.exp: could not find gdb_c_test function
new UNRESOLVED: gdb.trace/while-stepping.exp: trace gdb_c_test
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/94/94cb3754118669d46c8ad87c986d8d9c59fac65a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/94/94cb3754118669d46c8ad87c986d8d9c59fac65a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23 12:37 [binutils-gdb] ar P support gdb-buildbot
@ 2019-10-23 12:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23 12:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1008

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        95cc7c169c4bbb6f10e630184f527b20b83fc5c3

Subject of commit:
        ar P support

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95cc7c169c4bbb6f10e630184f527b20b83fc5c3/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95cc7c169c4bbb6f10e630184f527b20b83fc5c3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95cc7c169c4bbb6f10e630184f527b20b83fc5c3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23  9:52 [binutils-gdb] Make unlink_objfile and put_objfile_before static gdb-buildbot
@ 2019-10-23  9:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23  9:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1007

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        54d83b8d3920eea4a0d545f1ff7ac2923d938e6c

Subject of commit:
        Make unlink_objfile and put_objfile_before static

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54d83b8d3920eea4a0d545f1ff7ac2923d938e6c/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/access_to_packed_array.exp: print pack.a
new UNRESOLVED: gdb.ada/access_to_packed_array.exp: print pack.aa
new UNRESOLVED: gdb.ada/aliased_array.exp: print bt
new UNRESOLVED: gdb.ada/array_ptr_renaming.exp: print ntp
new FAIL: gdb.ada/array_return.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'first
new UNRESOLVED: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'last
new UNRESOLVED: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'length
new UNRESOLVED: gdb.ada/arraydim.exp: print m'first
new UNRESOLVED: gdb.ada/arraydim.exp: print m'last
new UNRESOLVED: gdb.ada/arraydim.exp: print m'length
new UNRESOLVED: gdb.ada/arraydim.exp: ptype global_3dim_for_gdb_testing
new UNRESOLVED: gdb.ada/arraydim.exp: ptype m
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes on
new UNRESOLVED: gdb.ada/assign_arr.exp: print assign_arr_input.u2 :=
new UNRESOLVED: gdb.ada/bias.exp: print a
new UNRESOLVED: gdb.ada/bias.exp: print cval
new UNRESOLVED: gdb.ada/bias.exp: print spr
new UNRESOLVED: gdb.ada/bias.exp: print x
new UNRESOLVED: gdb.ada/bias.exp: print x * x1
new UNRESOLVED: gdb.ada/bias.exp: print x + x1
new UNRESOLVED: gdb.ada/bias.exp: print x - x1
new UNRESOLVED: gdb.ada/bias.exp: print x / x1
new UNRESOLVED: gdb.ada/bias.exp: print x := 5
new UNRESOLVED: gdb.ada/bias.exp: print y
new UNRESOLVED: gdb.ada/bias.exp: print y /= y
new UNRESOLVED: gdb.ada/bias.exp: print y /= y1
new UNRESOLVED: gdb.ada/bias.exp: print y < y1
new UNRESOLVED: gdb.ada/bias.exp: print y <= y1
new UNRESOLVED: gdb.ada/bias.exp: print y = y
new UNRESOLVED: gdb.ada/bias.exp: print y > y1
new UNRESOLVED: gdb.ada/bias.exp: print y >= y1
new UNRESOLVED: gdb.ada/bias.exp: print/c cval
new UNRESOLVED: gdb.ada/bias.exp: ptype x + x1
new UNRESOLVED: gdb.ada/bias.exp: re-read x after storing
new FAIL: gdb.ada/bp_inlined_func.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/catch_ex.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: print pck.Global_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: ptype Char_Enum_Type
new UNRESOLVED: gdb.ada/char_enum.exp: ptype pck.Global_Enum_Type
new UNRESOLVED: gdb.ada/complete.exp: show editing
new UNRESOLVED: gdb.ada/display_nested.exp: display s
new FAIL: gdb.ada/excep_handle.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/formatted_ref.exp: address of s1
new UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.hello
new UNRESOLVED: gdb.ada/funcall_char.exp: print f
new UNRESOLVED: gdb.ada/funcall_param.exp: p ident
new UNRESOLVED: gdb.ada/funcall_ptr.exp: Check that initial value of GA is null
new UNRESOLVED: gdb.ada/funcall_ptr.exp: Check that value of GA is 0x1234
new UNRESOLVED: gdb.ada/funcall_ptr.exp: call pck.p
new UNRESOLVED: gdb.ada/funcall_ref.exp: p get
new UNRESOLVED: gdb.ada/funcall_ref.exp: ptype get
new UNRESOLVED: gdb.ada/homonym.exp: break at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: continue until BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype int_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value>
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new FAIL: gdb.ada/info_auto_lang.exp: can't run to some_c.c STOP location
new FAIL: gdb.ada/info_exc.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Do_Nothing
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Var_Arr_Typedef
new FAIL: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new FAIL: gdb.ada/mi_catch_assert.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex_hand.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_dyn_arr.exp: breakpoint at main
new UNRESOLVED: gdb.ada/mi_dyn_arr.exp: create bt varobj
new UNRESOLVED: gdb.ada/mi_dyn_arr.exp: list ggg1's children
new UNRESOLVED: gdb.ada/mi_dyn_arr.exp: run to foo.adb:22
new UNRESOLVED: gdb.ada/mi_dyn_arr.exp: wait for stop
new FAIL: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_exc_info.exp: breakpoint at main
new UNRESOLVED: gdb.ada/mi_interface.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_ref_changeable.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_string_access.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_var_array.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_var_union.exp: wait for stop
new UNRESOLVED: gdb.ada/nested.exp: break on nested function First
new UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
new UNRESOLVED: gdb.ada/ptype_union.exp: print global
new UNRESOLVED: gdb.ada/py_taft.exp: python print
new UNRESOLVED: gdb.ada/py_taft.exp: python v = gdb.parse_and_eval
new FAIL: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:22
new UNRESOLVED: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:29
new UNRESOLVED: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:35
new UNRESOLVED: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:53
new UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: setting breakpoint at update_small
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print full'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype primary_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype variable_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
new UNRESOLVED: gdb.ada/unc_arr_ptr_in_var_rec.exp: setting breakpoint at foo.adb:48
new UNRESOLVED: gdb.ada/uninitialized_vars.exp: info locals
new UNRESOLVED: gdb.ada/var_arr_typedef.exp: print a
new UNRESOLVED: gdb.ada/var_arr_typedef.exp: print va
new UNRESOLVED: gdb.ada/var_arr_typedef.exp: print vb
new UNRESOLVED: gdb.ada/var_rec_arr.exp: print a1
new UNRESOLVED: gdb.ada/var_rec_arr.exp: print a2
new UNRESOLVED: gdb.ada/var_rec_arr.exp: ptype a1
new UNRESOLVED: gdb.ada/watch_arg.exp: continuing to second breakpoint
new UNRESOLVED: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
new UNRESOLVED: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
new UNRESOLVED: gdb.ada/watch_arg.exp: set watchpoint on function argument X
new UNRESOLVED: gdb.ada/watch_minus_l.exp: continue with watch -location
new UNRESOLVED: gdb.ada/watch_minus_l.exp: watch -location pck.global_var
new FAIL: gdb.arch/disp-step-insn-reloc.exp: can't run to main
new FAIL: gdb.arch/ftrace-insn-reloc.exp: can't run to main to check for trace support
new FAIL: gdb.asm/asm-source.exp: can't run to main
new FAIL: gdb.base/advance.exp: can't run to main
new FAIL: gdb.base/annota-input-while-running.exp: can't run to main
new UNRESOLVED: gdb.base/annota1.exp: next to exit loop
new FAIL: gdb.base/annota1.exp: run to main
new FAIL: gdb.base/anon.exp: run to main
new UNRESOLVED: gdb.base/args.exp: setting breakpoint at 11
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new FAIL: gdb.base/asmlabel.exp: can't run to main
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new FAIL: gdb.base/attach-wait-input.exp: editing off: can't run to setup_done
new FAIL: gdb.base/attach-wait-input.exp: editing on: can't run to setup_done
new UNRESOLVED: gdb.base/attach.exp: cmdline attach run: run to main
new FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt
new UNRESOLVED: gdb.base/attach.exp: do_attach_failure_tests: first attach
new UNRESOLVED: gdb.base/attach.exp: do_attach_tests: attach1, after setting file
new UNRESOLVED: gdb.base/attach.exp: do_call_attach_tests: attach call
new FAIL: gdb.base/attach.exp: do_command_attach_tests: starting with --pid
new FAIL: gdb.base/auto-connect-native-target.exp: can't run to main
new FAIL: gdb.base/auxv.exp: can't run to main
new FAIL: gdb.base/bigcore.exp: can't run to main
new UNRESOLVED: gdb.base/bitfields.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bitfields.exp: setting breakpoint at break5
new UNRESOLVED: gdb.base/bitfields2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break1
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break2
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break3
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break4
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break5
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: awatch: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: watch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: awatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: watch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: awatch: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: watch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: awatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: watch: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-inline.exp: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: symbol-less: info files
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: symbol-less: info files
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: symbol-less: info files
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: symbol-less: info files
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: attach: attach final prompt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: core: core loaded
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: kill
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: reach-main: setting breakpoint at main
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: kill
new FAIL: gdb.base/break-main-file-remove-fail.exp: cmdline: can't run to start
new FAIL: gdb.base/break-main-file-remove-fail.exp: file: can't run to start
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break.exp: break tests suppressed
new UNRESOLVED: gdb.base/break.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break.exp: enable
new UNRESOLVED: gdb.base/break.exp: print 1
new UNRESOLVED: gdb.base/break.exp: print 2
new UNRESOLVED: gdb.base/break.exp: print 3
new UNRESOLVED: gdb.base/break.exp: print 4
new UNRESOLVED: gdb.base/break.exp: print 5
new UNRESOLVED: gdb.base/break.exp: print 6
new UNRESOLVED: gdb.base/break.exp: set $bar = 6
new UNRESOLVED: gdb.base/break.exp: set $foo = 3
new FAIL: gdb.base/bt-selected-frame.exp: bt full: can't run to main
new FAIL: gdb.base/bt-selected-frame.exp: bt: can't run to main
new FAIL: gdb.base/call-signal-resume.exp: can't run to main
new FAIL: gdb.base/callexit.exp: can't run to main
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: next to t_double_values
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: next to t_structs_c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 6: next to t_double_values
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 6: next to t_structs_c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 6: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: next to t_double_values
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: next to t_structs_c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: next to t_double_values
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: next to t_structs_c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: next to t_double_values
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: next to t_structs_c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 1
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 2
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 3
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 4
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 5
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: setting breakpoint at add
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: setting breakpoint at sum10
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: setting breakpoint at t_small_values
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 4: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 5: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: setting breakpoint at add
new UNRESOLVED: gdb.base/callfuncs.exp: setting breakpoint at sum10
new UNRESOLVED: gdb.base/callfuncs.exp: setting breakpoint at t_small_values
new FAIL: gdb.base/catch-gdb-caused-signals.exp: can't run to main to make the tests
new FAIL: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching load: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload: can't run to main
new FAIL: gdb.base/catch-signal-siginfo-cond.exp: can't run to main
new UNRESOLVED: gdb.base/catch-signal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: setting breakpoint at main
new FAIL: gdb.base/catch-syscall.exp: can't run to main
new UNRESOLVED: gdb.base/checkpoint-ns.exp: checkpoint
new UNRESOLVED: gdb.base/checkpoint-ns.exp: continue
new UNRESOLVED: gdb.base/checkpoint-ns.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 49
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 54
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 57
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 59
new UNRESOLVED: gdb.base/checkpoint.exp: checkpoint
new UNRESOLVED: gdb.base/checkpoint.exp: continue
new UNRESOLVED: gdb.base/checkpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 49
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 54
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 57
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 59
new UNRESOLVED: gdb.base/commands.exp: backslash_in_multi_line_command_test: setting breakpoint at main
new UNRESOLVED: gdb.base/commands.exp: bp_deleted_in_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: breakpoint_clear_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: breakpoint_clear_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: setting breakpoint at main
new UNRESOLVED: gdb.base/commands.exp: if_while_breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: if_while_breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: infrun_breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: infrun_breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: progvar_complex_if_while_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_complex_if_while_test: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/commands.exp: progvar_simple_if_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_while_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_while_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: temporary_breakpoint_commands: begin commands in bp_deleted_in_command_test
new UNRESOLVED: gdb.base/commands.exp: temporary_breakpoint_commands: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: test_command_prompt_position: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: test_command_prompt_position: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: user_defined_command_args_eval: define command_args_eval
new UNRESOLVED: gdb.base/commands.exp: user_defined_command_args_stack_test: define args_stack_command
new UNRESOLVED: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: watchpoint_command_test: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/compare-sections.exp: can't run to main
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for complete info registers
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for mt print reggroups
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for mt print registers
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for mt print user-registers
new UNRESOLVED: gdb.base/completion.exp: show editing
new UNRESOLVED: gdb.base/completion.exp: target ctf
new FAIL: gdb.base/complex-parts.exp: can't run to main
new UNRESOLVED: gdb.base/complex.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/cond-eval-mode.exp: can't run to main
new FAIL: gdb.base/condbreak-call-false.exp: can't run to main
new UNRESOLVED: gdb.base/condbreak.exp:
new FAIL: gdb.base/consecutive-step-over.exp: can't run to main
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: run to main
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: run to main
new UNRESOLVED: gdb.base/cursal.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/debug-expr.exp: run to main
new UNRESOLVED: gdb.base/define.exp:
new FAIL: gdb.base/define.exp: define tests suppressed
new UNRESOLVED: gdb.base/detach.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/disabled-location.exp: can't run to main
new FAIL: gdb.base/display.exp: could not run to main - other tests will fail.
new UNRESOLVED: gdb.base/dmsym.exp: setting breakpoint at dmsym_main.c:31
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: can't run to main
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp: agent: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp: gdb: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-next.exp: can't run to main
new FAIL: gdb.base/dprintf-non-stop.exp: can't run to main
new UNRESOLVED: gdb.base/dprintf-pending.exp: run to resolved dprintf
new FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: can't run to main
new UNRESOLVED: gdb.base/ena-dis-br.exp:
new UNRESOLVED: gdb.base/ena-dis-br.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
new UNRESOLVED: gdb.base/ending-run.exp: info line ending-run.c:11
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
new FAIL: gdb.base/execl-update-breakpoints.exp: couldn't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: continue: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/execution-termios.exp: finish: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: finish: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/execution-termios.exp: infcall: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: infcall: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/execution-termios.exp: next: can't run to main
new UNRESOLVED: gdb.base/find.exp: set *
new UNRESOLVED: gdb.base/find.exp: set int16_search_buf[10] = 0x1234
new UNRESOLVED: gdb.base/find.exp: set int32_search_buf[10] = 0x12345678
new UNRESOLVED: gdb.base/find.exp: set int64_search_buf[10] = 0xfedcba9876543210LL
new FAIL: gdb.base/finish-pretty.exp: can't run to foo
new FAIL: gdb.base/fixsection.exp: can't run to main
new FAIL: gdb.base/foll-exec-mode.exp: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec.exp: couldn't run foll-exec
new UNRESOLVED: gdb.base/foll-fork.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: can't run to main
new UNRESOLVED: gdb.base/frame-selection.exp: backtrace at breakpoint
new UNRESOLVED: gdb.base/frame-selection.exp: continue to breakpoint: frame_2
new UNRESOLVED: gdb.base/frame-selection.exp: frame 0
new UNRESOLVED: gdb.base/frame-selection.exp: frame 1
new UNRESOLVED: gdb.base/frame-selection.exp: frame 2
new UNRESOLVED: gdb.base/frame-selection.exp: frame 3
new UNRESOLVED: gdb.base/frame-selection.exp: get_frame_address: frame 0
new UNRESOLVED: gdb.base/frame-selection.exp: get_frame_address: frame 1
new UNRESOLVED: gdb.base/frame-selection.exp: get_frame_address: frame 2
new UNRESOLVED: gdb.base/frame-selection.exp: setting breakpoint at frame_2
new FAIL: gdb.base/frameapply.exp: can't run to setup_done
new UNRESOLVED: gdb.base/fullname.exp: set breakpoint at main - built other
new UNRESOLVED: gdb.base/fullname.exp: set breakpoint at main - built relative
new UNRESOLVED: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built other
new UNRESOLVED: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built relative
new FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built other
new FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built relative
new FAIL: gdb.base/func-ptr.exp: can't run to main
new UNRESOLVED: gdb.base/funcargs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2f
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2g
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2h
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2i
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call4a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call4b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call5a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call5b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6f
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6g
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6h
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6i
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6j
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6k
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7f
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7g
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7h
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7i
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7j
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7k
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc1a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc1b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc2a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc2b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callca
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcb
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcc
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcd
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callce
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcf
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at hitbottom
new FAIL: gdb.base/gcore-relro-pie.exp: can't run to break_here
new FAIL: gdb.base/gcore-tls-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: break main
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: x 0
new FAIL: gdb.base/gdb1090.exp: can't run to main
new FAIL: gdb.base/gdb11530.exp: run to main
new FAIL: gdb.base/gdb11531.exp: run to main
new FAIL: gdb.base/gdb1555.exp: can't run to main
new FAIL: gdb.base/gnu_vector.exp: runto main
new FAIL: gdb.base/hbreak-in-shr-unsupported.exp: can't run to main
new FAIL: gdb.base/hbreak-unmapped.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak2.exp: break tests suppressed
new UNRESOLVED: gdb.base/hbreak2.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/hook-stop.exp: hook-stop kills inferior: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs before frame print: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue&: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs next: can't run to main
new FAIL: gdb.base/infcall-input.exp: couldn't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts: can't run to main
new FAIL: gdb.base/info-fun.exp: n_flag=0: NO: can't run to main
new FAIL: gdb.base/info-os.exp: cannot run to main
new FAIL: gdb.base/info-program.exp: can't run to main
new FAIL: gdb.base/info-types.exp: l=c++: can't run to main
new FAIL: gdb.base/info-types.exp: l=c: can't run to main
new FAIL: gdb.base/info_qt.exp: can't run to setup_done
new UNRESOLVED: gdb.base/interrupt-daemon-attach.exp: parent: setting breakpoint at marker
new FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function
new FAIL: gdb.base/interrupt-noterm.exp: can't run to main
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new FAIL: gdb.base/jit-exec.exp: can't run to main
new FAIL: gdb.base/jit-simple.exp: shared: change addr: address changed
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: maint info breakpoints shows jit breakpoint
new UNRESOLVED: gdb.base/jit-simple.exp: shared: same addr: second run: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/jit-simple.exp: standalone: change addr: address changed
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: second run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: second run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: second run: maint info breakpoints shows jit breakpoint
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: second run: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: attach: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: add inferior 3
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 1 2 3
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 3
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: inferior 1
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: inferior 3
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2 3
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 10
new FAIL: gdb.base/label.exp: label tests suppressed
new FAIL: gdb.base/line-symtabs.exp: can't run to main
new FAIL: gdb.base/list-missing-source.exp: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 3: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 1, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 3: can't run to main
new FAIL: gdb.base/load-command.exp: can't run to main
new FAIL: gdb.base/long-inferior-output.exp: run to main
new FAIL: gdb.base/long_long.exp: run to known_types
new FAIL: gdb.base/longjmp.exp: can't run to main
new UNRESOLVED: gdb.base/macscp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/macscp.exp: macro tests suppressed: couldn't run to main
new UNRESOLVED: gdb.base/macscp.exp: test macro information
new UNRESOLVED: gdb.base/maint.exp:
new UNRESOLVED: gdb.base/maint.exp: check index cache stats
new UNRESOLVED: gdb.base/maint.exp: check index cache status
new UNRESOLVED: gdb.base/maint.exp: maint print psymbols -pc
new UNRESOLVED: gdb.base/maint.exp: maint print psymbols -source
new FAIL: gdb.base/max-depth.exp: l=c++: can't run to main
new FAIL: gdb.base/max-depth.exp: l=c: can't run to main
new FAIL: gdb.base/max-value-size.exp: can't run to main
new UNRESOLVED: gdb.base/memattr.exp: delete mem
new UNRESOLVED: gdb.base/memattr.exp: get address of mem1
new UNRESOLVED: gdb.base/memattr.exp: get address of mem2
new UNRESOLVED: gdb.base/memattr.exp: get address of mem3
new UNRESOLVED: gdb.base/memattr.exp: get address of mem4
new UNRESOLVED: gdb.base/memattr.exp: get address of mem5
new UNRESOLVED: gdb.base/memattr.exp: get end of mem1
new UNRESOLVED: gdb.base/memattr.exp: get end of mem2
new UNRESOLVED: gdb.base/memattr.exp: get end of mem3
new UNRESOLVED: gdb.base/memattr.exp: get end of mem4
new UNRESOLVED: gdb.base/memattr.exp: get end of mem5
new UNRESOLVED: gdb.base/multi-forks.exp: detach 2
new UNRESOLVED: gdb.base/multi-forks.exp: detach 3
new UNRESOLVED: gdb.base/multi-forks.exp: detach 4
new UNRESOLVED: gdb.base/multi-forks.exp: detach 5
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 10
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 11
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 12
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 13
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 14
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 15
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 16
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 6
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 7
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 8
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 9
new UNRESOLVED: gdb.base/multi-forks.exp: follow child, print pids
new UNRESOLVED: gdb.base/multi-forks.exp: follow parent, print pids
new UNRESOLVED: gdb.base/multi-forks.exp: help set detach
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 1
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 10
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 11
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 12
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 13
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 14
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 15
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 2
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 3
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 4
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 5
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 6
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 7
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 8
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 9
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 1
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 10
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 11
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 12
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 13
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 14
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 15
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 16
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 2
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 3
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 4
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 5
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 6
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 7
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 8
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 9
new UNRESOLVED: gdb.base/multi-forks.exp: kill 10
new UNRESOLVED: gdb.base/multi-forks.exp: kill 11
new UNRESOLVED: gdb.base/multi-forks.exp: kill 12
new UNRESOLVED: gdb.base/multi-forks.exp: kill 13
new UNRESOLVED: gdb.base/multi-forks.exp: kill 14
new UNRESOLVED: gdb.base/multi-forks.exp: kill 15
new UNRESOLVED: gdb.base/multi-forks.exp: kill 16
new UNRESOLVED: gdb.base/multi-forks.exp: kill 6
new UNRESOLVED: gdb.base/multi-forks.exp: kill 7
new UNRESOLVED: gdb.base/multi-forks.exp: kill 8
new UNRESOLVED: gdb.base/multi-forks.exp: kill 9
new UNRESOLVED: gdb.base/multi-forks.exp: restart final
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 1
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 10
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 11
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 12
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 13
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 14
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 15
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 16
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 2
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 3
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 4
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 5
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 6
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 7
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 8
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 9
new UNRESOLVED: gdb.base/multi-forks.exp: set detach off
new UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork child
new UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork parent
new UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
new UNRESOLVED: gdb.base/multi-forks.exp: show detach default on
new UNRESOLVED: gdb.base/new-ui-echo.exp: extra console as driver: breakpoint hit reported on main console too
new FAIL: gdb.base/new-ui-echo.exp: extra console as driver: run to breakpoint on extra console
new FAIL: gdb.base/new-ui-echo.exp: extra console as driver: set breakpoint using extra console
new UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: breakpoint hit reported on extra console too
new FAIL: gdb.base/new-ui-echo.exp: main console as driver: next on extra console
new FAIL: gdb.base/new-ui-echo.exp: main console as driver: print on extra console echoes
new UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: print on main console echoes
new UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: set breakpoint using main console
new FAIL: gdb.base/new-ui-pending-input.exp: print 1 on extra console
new FAIL: gdb.base/new-ui-pending-input.exp: print 2 on extra console
new FAIL: gdb.base/new-ui-pending-input.exp: print 3 on extra console
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: run to breakpoint on main console
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
new UNRESOLVED: gdb.base/nostdlib.exp: setting breakpoint at *_start
new FAIL: gdb.base/nostdlib.exp: setting breakpoint at *marker
new UNRESOLVED: gdb.base/opaque.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/options.exp: check for working compile command
new FAIL: gdb.base/options.exp: test-backtrace: cannot run to main
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: no-trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: show editing
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: show max-completions
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: show max-completions
new UNRESOLVED: gdb.base/options.exp: test-info-threads: show editing
new FAIL: gdb.base/options.exp: test-print: cannot run to main
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: no-trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: show editing
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: show max-completions
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: show max-completions
new FAIL: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: paginate: can't run to main
new FAIL: gdb.base/paginate-inferior-exit.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/pending.exp:
new UNRESOLVED: gdb.base/pending.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pending.exp: set pending breakpoint 2
new UNRESOLVED: gdb.base/pending.exp: set pending breakpoint 3
new UNRESOLVED: gdb.base/pending.exp: setting breakpoint at main
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: can't run to main
new FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new FAIL: gdb.base/pr11022.exp: can't run to main
new FAIL: gdb.base/printcmds.exp: can't run to main
new UNRESOLVED: gdb.base/ptype.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=quit: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sighup: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sigterm: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=quit: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sighup: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sigterm: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=quit: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sighup: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sigterm: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=quit: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sighup: attach
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/randomize.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/randomize.exp: no randomization detected on this system
new FAIL: gdb.base/range-stepping.exp: can't run to main
new FAIL: gdb.base/reggroups.exp: can't run to main
new UNRESOLVED: gdb.base/relativedebug.exp: continue
new UNRESOLVED: gdb.base/relativedebug.exp: info sharedlibrary
new UNRESOLVED: gdb.base/relativedebug.exp: pause found in backtrace
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : shell sleep 1
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : continue until exit at second pass
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new UNRESOLVED: gdb.base/run-after-attach.exp: attach to process
new UNRESOLVED: gdb.base/run-after-attach.exp: attempt kill via quit
new UNRESOLVED: gdb.base/run-after-attach.exp: kill process
new UNRESOLVED: gdb.base/run-after-attach.exp: restart process
new FAIL: gdb.base/savedregs.exp: can't run to main
new UNRESOLVED: gdb.base/scope.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sepdebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sepdebug.exp: sepdebug tests suppressed
new FAIL: gdb.base/set-noassign.exp: can't run to main
new FAIL: gdb.base/setshow.exp: can't run to main
new UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/shlib-call.exp: setting breakpoint at shr1
new FAIL: gdb.base/shreloc.exp: can't run to main
new UNRESOLVED: gdb.base/sigall.exp: get signal 33
new UNRESOLVED: gdb.base/sigall.exp: get signal 34
new UNRESOLVED: gdb.base/sigall.exp: get signal 35
new UNRESOLVED: gdb.base/sigall.exp: get signal 36
new UNRESOLVED: gdb.base/sigall.exp: get signal 37
new UNRESOLVED: gdb.base/sigall.exp: get signal 38
new UNRESOLVED: gdb.base/sigall.exp: get signal 39
new UNRESOLVED: gdb.base/sigall.exp: get signal 40
new UNRESOLVED: gdb.base/sigall.exp: get signal 41
new UNRESOLVED: gdb.base/sigall.exp: get signal 42
new UNRESOLVED: gdb.base/sigall.exp: get signal 43
new UNRESOLVED: gdb.base/sigall.exp: get signal 44
new UNRESOLVED: gdb.base/sigall.exp: get signal 45
new UNRESOLVED: gdb.base/sigall.exp: get signal 46
new UNRESOLVED: gdb.base/sigall.exp: get signal 47
new UNRESOLVED: gdb.base/sigall.exp: get signal 48
new UNRESOLVED: gdb.base/sigall.exp: get signal 49
new UNRESOLVED: gdb.base/sigall.exp: get signal 50
new UNRESOLVED: gdb.base/sigall.exp: get signal 51
new UNRESOLVED: gdb.base/sigall.exp: get signal 52
new UNRESOLVED: gdb.base/sigall.exp: get signal 53
new UNRESOLVED: gdb.base/sigall.exp: get signal 54
new UNRESOLVED: gdb.base/sigall.exp: get signal 55
new UNRESOLVED: gdb.base/sigall.exp: get signal 56
new UNRESOLVED: gdb.base/sigall.exp: get signal 57
new UNRESOLVED: gdb.base/sigall.exp: get signal 58
new UNRESOLVED: gdb.base/sigall.exp: get signal 59
new UNRESOLVED: gdb.base/sigall.exp: get signal 60
new UNRESOLVED: gdb.base/sigall.exp: get signal 61
new UNRESOLVED: gdb.base/sigall.exp: get signal 62
new UNRESOLVED: gdb.base/sigall.exp: get signal 63
new UNRESOLVED: gdb.base/sigall.exp: get signal DANGER
new UNRESOLVED: gdb.base/sigall.exp: get signal EMT
new UNRESOLVED: gdb.base/sigall.exp: get signal GRANT
new UNRESOLVED: gdb.base/sigall.exp: get signal LOST
new UNRESOLVED: gdb.base/sigall.exp: get signal LWP
new UNRESOLVED: gdb.base/sigall.exp: get signal MSG
new UNRESOLVED: gdb.base/sigall.exp: get signal PHONE
new UNRESOLVED: gdb.base/sigall.exp: get signal POLL
new UNRESOLVED: gdb.base/sigall.exp: get signal PRIO
new UNRESOLVED: gdb.base/sigall.exp: get signal RETRACT
new UNRESOLVED: gdb.base/sigall.exp: get signal SAK
new UNRESOLVED: gdb.base/sigall.exp: get signal SOUND
new UNRESOLVED: gdb.base/sigall.exp: get signal WAITING
new UNRESOLVED: gdb.base/sigall.exp: get signal WIND
new FAIL: gdb.base/sigaltstack.exp: can't run to main
new FAIL: gdb.base/sigbpt.exp: can't run to main
new FAIL: gdb.base/siginfo-addr.exp: can't run to main
new FAIL: gdb.base/siginfo-obj.exp: can't run to main
new FAIL: gdb.base/siginfo-thread.exp: can't run to main
new FAIL: gdb.base/siginfo.exp: can't run to main
new FAIL: gdb.base/signull.exp: can't run to main
new FAIL: gdb.base/sigrepeat.exp: can't run to main
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/skip-solib.exp: skip tests suppressed
new FAIL: gdb.base/skip.exp: can't run to main
new FAIL: gdb.base/so-impl-ld.exp: implicit solibs tests suppressed
new FAIL: gdb.base/solib-corrupted.exp: can't run to main
new FAIL: gdb.base/solib-display.exp: NO: can't run to main
new UNRESOLVED: gdb.base/solib-probes-nosharedlibrary.exp: setting breakpoint at main
new FAIL: gdb.base/solib-search.exp: can't run to main
new UNRESOLVED: gdb.base/solib-symbol.exp: can't run to main
new UNRESOLVED: gdb.base/solib-symbol.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/solib-vanish.exp: can't run to main
new UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
new UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
new UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
new UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
new UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
new UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
new UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
new UNRESOLVED: gdb.base/solib-weak.exp: setting breakpoint at bar
new FAIL: gdb.base/source-dir.exp: can't run to main
new FAIL: gdb.base/source-execution.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp-2.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp.exp: can't run to main
new FAIL: gdb.base/stack-checking.exp: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fno-stack-protector: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-all: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-strong: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector: can't run to main
new UNRESOLVED: gdb.base/starti.exp: setting breakpoint at main
new FAIL: gdb.base/step-break.exp: can't run to main
new FAIL: gdb.base/step-line.exp: can't run to main
new FAIL: gdb.base/step-over-exit.exp: can't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: couldn't run to main
new FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: run to main
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: run to main
new FAIL: gdb.base/step-test.exp: can't run to main
new UNRESOLVED: gdb.base/structs.exp: setting breakpoint at 318
new FAIL: gdb.base/structs2.exp: can't run to main
new FAIL: gdb.base/style-logging.exp: style tests failed
new FAIL: gdb.base/style.exp: style tests failed
new FAIL: gdb.base/sym-file.exp: can't run to main
new FAIL: gdb.base/symbol-alias.exp: can't run to main
new FAIL: gdb.base/symtab-search-order.exp: can't run to main
new FAIL: gdb.base/term.exp: can't run to break_here
new FAIL: gdb.base/testenv.exp: setting breakpoint at 42
new FAIL: gdb.base/testenv.exp: test_inherit_env_var: setting breakpoint at 42
new UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test1: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/type-opaque.exp: can't run to main
new FAIL: gdb.base/ui-redirect.exp: can't run to main
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at unload.c:66
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at unload.c:93
new FAIL: gdb.base/until-nodebug.exp: can't run to main
new FAIL: gdb.base/until.exp: can't run to main
new FAIL: gdb.base/unwindonsignal.exp: can't run to main
new FAIL: gdb.base/utf8-identifiers.exp: couldn't run to done
new FAIL: gdb.base/vdso-warning.exp: setup: setting breakpoint at main
new FAIL: gdb.base/vla-optimized-out.exp: o1: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3_strict: can't run to f1
new UNRESOLVED: gdb.base/watch-bitfields.exp: regular watch against bitfields: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/watch-cond-infcall.exp: hw: run to main
new FAIL: gdb.base/watch-cond-infcall.exp: sw: run to main
new FAIL: gdb.base/watch-cond.exp: can't run to main
new FAIL: gdb.base/watch-non-mem.exp: can't run to main
new FAIL: gdb.base/watch-read.exp: run to main
new FAIL: gdb.base/watch-vfork.exp: run to main
new FAIL: gdb.base/watch_thread_num.exp: run to main
new FAIL: gdb.base/watchpoint-reuse-slot.exp: can't run to main
new UNRESOLVED: gdb.base/watchpoint-solib.exp:
new FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: run to main
new UNRESOLVED: gdb.base/watchpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: p *nullptr
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 151
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 159
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 167
new UNRESOLVED: gdb.base/watchpoint.exp: p *nullptr
new UNRESOLVED: gdb.base/watchpoint.exp: set can-use-hw-watchpoints 1
new UNRESOLVED: gdb.base/watchpoint.exp: setting breakpoint at 151
new UNRESOLVED: gdb.base/watchpoint.exp: setting breakpoint at 159
new UNRESOLVED: gdb.base/watchpoint.exp: setting breakpoint at 167
new FAIL: gdb.base/watchpoint.exp: watch tests suppressed
new UNRESOLVED: gdb.base/watchpoints.exp: disable 2
new UNRESOLVED: gdb.base/watchpoints.exp: watch ival1
new UNRESOLVED: gdb.base/watchpoints.exp: watch ival3
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c: can't run to main
new FAIL: gdb.base/with.exp: run control: cannot run to main
new FAIL: gdb.compile/compile-tls.exp: can't run to main
new UNRESOLVED: gdb.cp/annota2.exp: break at main
new FAIL: gdb.cp/ena-dis-br-range.exp: run to marker
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=0: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=1: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=0: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=1: can't run to main
new UNRESOLVED: gdb.cp/formatted-ref.exp: find address of e1
new UNRESOLVED: gdb.cp/formatted-ref.exp: find address of i1
new UNRESOLVED: gdb.cp/formatted-ref.exp: find address of s1
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=nodebug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=nodebug: can't run to main
new FAIL: gdb.cp/local-static.exp: c++: couldn't run to breakpoint
new FAIL: gdb.cp/local-static.exp: c: couldn't run to breakpoint
new UNRESOLVED: gdb.cp/mb-inline.exp: can't run to main for multi_line_foo tests.
new UNRESOLVED: gdb.cp/mb-inline.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: can't run to main for multi_line_foo tests.
new UNRESOLVED: gdb.cp/mb-templates.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: disable breakpoint: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: enable
new UNRESOLVED: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: kill
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set condition
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi1::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi1::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi1::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi2::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi2::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi2::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi3::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi3::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi3::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::innermost::foo
new FAIL: gdb.cp/parse-lang.exp: setting breakpoint at C::m if v == 42
new UNRESOLVED: gdb.cp/parse-lang.exp: setting breakpoint at marker
new FAIL: gdb.cp/pr10687.exp: can't run to main
new FAIL: gdb.cp/pr9167.exp: can't run to main
new FAIL: gdb.cp/re-set-overloaded.exp: setting breakpoint at main
new UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
new UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
new UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new FAIL: gdb.cp/scope-err.exp: can't run to main
new UNRESOLVED: gdb.cp/templates.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/templates.exp: destructor_breakpoint
new UNRESOLVED: gdb.cp/typeid.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/typeid.exp: typeid
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++03: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++11: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c: can't run to main
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-objfile-overlap.exp: setting breakpoint at *outer_before
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame2_label - frame2
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame3_label - frame3
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.gdb/python-interrupts.exp: check if python 3
new UNRESOLVED: gdb.gdb/python-interrupts.exp: setting breakpoint at set_active_ext_lang
new UNRESOLVED: gdb.gdb/python-interrupts.exp: verify python support
new UNRESOLVED: gdb.gdb/python-selftest.exp: check if python 3
new UNRESOLVED: gdb.gdb/python-selftest.exp: verify python support
new UNRESOLVED: gdb.gdb/selftest.exp: printed version
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload-quoted: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn-2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: function-labels: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: if-expression: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-function: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-label: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: no-data-symbols: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: operator<: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: unique completion: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: arrow-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: assignment-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: conversion-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: show editing
new FAIL: gdb.linespec/keywords.exp: can't run to main
new UNRESOLVED: gdb.linespec/linespec.exp: show editing
new FAIL: gdb.linespec/ls-errs.exp: lang=C++: can't run to main
new FAIL: gdb.linespec/ls-errs.exp: lang=C: can't run to main
new FAIL: gdb.linespec/thread.exp: can't run to main
new UNRESOLVED: gdb.mi/gdb2549.exp: breakpoint at main
new UNRESOLVED: gdb.mi/gdb2549.exp: register values d
new UNRESOLVED: gdb.mi/gdb2549.exp: register values f
new UNRESOLVED: gdb.mi/gdb2549.exp: register values o
new UNRESOLVED: gdb.mi/gdb2549.exp: register values t
new UNRESOLVED: gdb.mi/gdb2549.exp: register values x
new UNRESOLVED: gdb.mi/gdb669.exp: -thread-list-ids
new UNRESOLVED: gdb.mi/gdb669.exp: breakpoint at main
new FAIL: gdb.mi/gdb669.exp: finding MI result string
new FAIL: gdb.mi/gdb669.exp: finding number of threads in MI output
new UNRESOLVED: gdb.mi/gdb669.exp: info threads
new UNRESOLVED: gdb.mi/gdb669.exp: next, try 0
new UNRESOLVED: gdb.mi/gdb669.exp: next, try 1
new UNRESOLVED: gdb.mi/gdb669.exp: next, try 2
new UNRESOLVED: gdb.mi/gdb669.exp: next, try 3
new UNRESOLVED: gdb.mi/gdb701.exp: breakpoint at main
new UNRESOLVED: gdb.mi/gdb701.exp: create fooPtr
new UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr
new UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr.x
new UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr.y
new UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr.z
new UNRESOLVED: gdb.mi/gdb701.exp: step over "foo = 0"
new UNRESOLVED: gdb.mi/gdb792.exp: breakpoint at main
new UNRESOLVED: gdb.mi/gdb792.exp: create var for class A
new UNRESOLVED: gdb.mi/gdb792.exp: create var for class C which has baseclass A
new UNRESOLVED: gdb.mi/gdb792.exp: list children of A.private
new UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected
new UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected.b
new UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected.b.private
new UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected.b.public
new UNRESOLVED: gdb.mi/gdb792.exp: list children of A.public
new UNRESOLVED: gdb.mi/gdb792.exp: list children of class A
new UNRESOLVED: gdb.mi/gdb792.exp: list children of class C
new UNRESOLVED: gdb.mi/mi-async.exp:
new UNRESOLVED: gdb.mi/mi-async.exp: CLI next: send
new UNRESOLVED: gdb.mi/mi-async.exp: CLI next: stop
new UNRESOLVED: gdb.mi/mi-async.exp: restart: send
new UNRESOLVED: gdb.mi/mi-async.exp: restart: stop
new UNRESOLVED: gdb.mi/mi-async.exp: start: stop
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify:
new UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing execution to marker
new UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing to exit
new UNRESOLVED: gdb.mi/mi-catch-cpp-exceptions.exp: check for stap probe in libstdc++
new UNRESOLVED: gdb.mi/mi-catch-load.exp:
new UNRESOLVED: gdb.mi/mi-catch-load.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: auto-solib-add on
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: catch load
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: continue
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: auto-solib-add on
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: catch unload
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: continue
new UNRESOLVED: gdb.mi/mi-cli.exp: -break-insert -t basics.c:$line_main_callme_2
new UNRESOLVED: gdb.mi/mi-cli.exp: -break-insert -t basics.c:$line_main_hello
new UNRESOLVED: gdb.mi/mi-cli.exp: -exec-continue to line $line_main_callme_2
new UNRESOLVED: gdb.mi/mi-cli.exp: -exec-continue to line $line_main_hello
new UNRESOLVED: gdb.mi/mi-cli.exp: -exec-step to line $line_callee4_next_step
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "break callee4"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "delete 2"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "down"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "frame 2"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "help set args"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "info break"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "list"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_callme_2
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_return
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set $pc=0x0"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set args foobar"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set listsize 1"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set listsize 10"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "show args"
new UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "up"
new UNRESOLVED: gdb.mi/mi-cli.exp: -stack-select-frame 0
new UNRESOLVED: gdb.mi/mi-cli.exp: 34 next: CLI output
new UNRESOLVED: gdb.mi/mi-cli.exp: 34 next: run
new UNRESOLVED: gdb.mi/mi-cli.exp: 34 next: stop
new FAIL: gdb.mi/mi-cli.exp: CLI finish: check CLI output
new UNRESOLVED: gdb.mi/mi-cli.exp: CLI finish: check MI output
new UNRESOLVED: gdb.mi/mi-cli.exp: CLI finish: collect CLI output
new UNRESOLVED: gdb.mi/mi-cli.exp: CLI finish: send CLI command
new UNRESOLVED: gdb.mi/mi-cli.exp: breakpoint at main
new FAIL: gdb.mi/mi-cli.exp: breakpoint hit produces CLI output
new UNRESOLVED: gdb.mi/mi-cli.exp: check *stopped from CLI command
new UNRESOLVED: gdb.mi/mi-cli.exp: check *stopped from CLI command 2
new UNRESOLVED: gdb.mi/mi-cli.exp: collect CLI output for -exec-step
new UNRESOLVED: gdb.mi/mi-cli.exp: collect CLI output for breakpoint hit
new UNRESOLVED: gdb.mi/mi-cli.exp: continue to callee4
new UNRESOLVED: gdb.mi/mi-cli.exp: temporary breakpoint output hit in MI
new UNRESOLVED: gdb.mi/mi-complete.exp: -complete "b mai"
new UNRESOLVED: gdb.mi/mi-complete.exp: -complete "b push_ba", wildmatching
new UNRESOLVED: gdb.mi/mi-complete.exp: -complete bogus
new UNRESOLVED: gdb.mi/mi-complete.exp: -complete br
new UNRESOLVED: gdb.mi/mi-complete.exp: -complete br, max-completions 0
new UNRESOLVED: gdb.mi/mi-complete.exp: -complete br, max-completions 1
new UNRESOLVED: gdb.mi/mi-complete.exp: -info-gdb-mi-command complete
new UNRESOLVED: gdb.mi/mi-complete.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-complete.exp: set max-completions 0
new UNRESOLVED: gdb.mi/mi-complete.exp: set max-completions 1
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: breakpoint at test
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: insert conditional breakpoint
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: insert end breakpoint
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: no spurious *running notifications
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: successfully compiled posix threads test case
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: breakpoint at test
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: insert conditional breakpoint
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: insert end breakpoint
new UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: no spurious *running notifications
new UNRESOLVED: gdb.mi/mi-console.exp: Testing console output
new UNRESOLVED: gdb.mi/mi-console.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-console.exp: finished step over hello
new UNRESOLVED: gdb.mi/mi-detach.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-detach.exp: detach
new UNRESOLVED: gdb.mi/mi-disassemble.exp:
new UNRESOLVED: gdb.mi/mi-disassemble.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble bogus address, -a
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble bogus address, -s -e
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble bogus filename
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly only
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly with opcodes
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed with opcodes
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly mixed
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly only
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly only
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly with opcodes
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble function around pc assembly only
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble function callee4 assembly only
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble mix different args
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed with opcodes
new UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble wrong mode arg
new UNRESOLVED: gdb.mi/mi-dprintf.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf stop
new UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf continue
new UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf stop
new UNRESOLVED: gdb.mi/mi-dprintf.exp: explicit breakpoint at mi-dprintf.c:30
new UNRESOLVED: gdb.mi/mi-dprintf.exp: explicit dprintf at main
new UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf stop
new UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf continue
new UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf stop
new UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf stop
new UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf continue
new UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf stop
new UNRESOLVED: gdb.mi/mi-dprintf.exp: invalid explicit dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi info dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert breakpoint bp_location1
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert breakpoint main
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert breakpoint without format string
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert dprintf dp_location1
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert dprintf foo
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert second breakpoint without format string
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert without location
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf channel
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf style to an unrecognized type
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf style to call
new UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf-channel stderr
new UNRESOLVED: gdb.mi/mi-dprintf.exp: set dprintf style to agent
new UNRESOLVED: gdb.mi/mi-eval.exp: breakpoint at callee4
new UNRESOLVED: gdb.mi/mi-eval.exp: eval &A
new UNRESOLVED: gdb.mi/mi-eval.exp: eval A
new UNRESOLVED: gdb.mi/mi-eval.exp: eval A + 3
new UNRESOLVED: gdb.mi/mi-eval.exp: eval A+3
new UNRESOLVED: gdb.mi/mi-eval.exp: next at callee4
new UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=0: breakpoint hit reported on mi
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
new UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on console
new UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on mi
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
new UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=0: breakpoint hit reported on mi
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
new UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on console
new UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on mi
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
new UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups after exit shows exit-code
new UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups during run shows no exit-code
new UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: breakpoint at main
new UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: continuing to inferior exit
new UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: exit normally
new FAIL: gdb.mi/mi-file-transfer.exp: compare binary file
new FAIL: gdb.mi/mi-file-transfer.exp: compare intermediate binary file
new UNRESOLVED: gdb.mi/mi-file-transfer.exp: deleted binary file
new UNRESOLVED: gdb.mi/mi-file-transfer.exp: get binary file
new UNRESOLVED: gdb.mi/mi-file-transfer.exp: put binary file
new UNRESOLVED: gdb.mi/mi-file.exp: Getting a list of source files.
new UNRESOLVED: gdb.mi/mi-file.exp: request path info of current source file
new UNRESOLVED: gdb.mi/mi-fill-memory.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-fill-memory.exp: memory successfully filled
new UNRESOLVED: gdb.mi/mi-fill-memory.exp: memory successfully written
new UNRESOLVED: gdb.mi/mi-fill-memory.exp: next at main
new UNRESOLVED: gdb.mi/mi-fill-memory.exp: no arguments
new UNRESOLVED: gdb.mi/mi-fill-memory.exp: one argument missing
new UNRESOLVED: gdb.mi/mi-fill-memory.exp: pattern correctly read from memory
new UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: compare_filenames_for_search does match
new UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: compare_filenames_for_search does not match
new UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: fullname present
new UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: substituted fullname
new UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: -var-info-path-expression var1.A
new UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: breakpoint at C::testLocation
new UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: create var for THIS
new UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: list children of THIS
new UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp:
new UNRESOLVED: gdb.mi/mi-logging.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-nonstop-exit.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-nonstop.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-ns-stale-regcache.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-nsintrall.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-nsmoribund.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-nsthrexec.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to conditional bp
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to skip conditional bp
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to thread condition
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to thread creation
new UNRESOLVED: gdb.mi/mi-pthreads.exp: -thread_list_ids
new UNRESOLVED: gdb.mi/mi-pthreads.exp: breakpoint at done_making_threads
new UNRESOLVED: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select
new UNRESOLVED: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 123456789
new FAIL: gdb.mi/mi-pthreads.exp: finding threads in MI output
new UNRESOLVED: gdb.mi/mi-read-memory.exp: 3x2, one byte
new UNRESOLVED: gdb.mi/mi-read-memory.exp: 3x2, one byte offset by -6
new UNRESOLVED: gdb.mi/mi-read-memory.exp: ascii and data
new UNRESOLVED: gdb.mi/mi-read-memory.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-read-memory.exp: decimal
new UNRESOLVED: gdb.mi/mi-read-memory.exp: expression in quotes
new UNRESOLVED: gdb.mi/mi-read-memory.exp: next at main
new UNRESOLVED: gdb.mi/mi-read-memory.exp: no arguments
new UNRESOLVED: gdb.mi/mi-read-memory.exp: octal
new UNRESOLVED: gdb.mi/mi-return.exp: breakpoint at callee4
new UNRESOLVED: gdb.mi/mi-return.exp: delete all breakpoints
new UNRESOLVED: gdb.mi/mi-return.exp: return from callee4 now
new UNRESOLVED: gdb.mi/mi-reverse.exp: Turn on process record
new UNRESOLVED: gdb.mi/mi-reverse.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-simplerun.exp: break-insert operation
new UNRESOLVED: gdb.mi/mi-simplerun.exp: continue to end
new UNRESOLVED: gdb.mi/mi-simplerun.exp: disabling of breakpoints
new UNRESOLVED: gdb.mi/mi-simplerun.exp: exec-finish
new UNRESOLVED: gdb.mi/mi-simplerun.exp: insert breakpoint at "<fullfilename>":$line_callee4_head
new UNRESOLVED: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:$line_callee3_head
new UNRESOLVED: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-simplerun.exp: list of breakpoints
new UNRESOLVED: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled
new UNRESOLVED: gdb.mi/mi-simplerun.exp: next at main
new UNRESOLVED: gdb.mi/mi-simplerun.exp: run to main
new UNRESOLVED: gdb.mi/mi-simplerun.exp: step at main
new UNRESOLVED: gdb.mi/mi-simplerun.exp: step to callee4
new UNRESOLVED: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: breakpoint at main
new UNRESOLVED: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: get the list of shared libraries
new UNRESOLVED: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: mi runto main
new UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: CLI prints solib event
new UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: check for solib event
new UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: unset stop-on-solib-events
new UNRESOLVED: gdb.mi/mi-stack.exp: breakpoint at callee4
new UNRESOLVED: gdb.mi/mi-stack.exp: next's in callee4
new UNRESOLVED: gdb.mi/mi-stack.exp: run to 27
new UNRESOLVED: gdb.mi/mi-stack.exp: selected frame listing
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 0
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 0 1 1
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 0 1 3
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1 1 1
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1 1 3
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1 1 300
new UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing wrong
new UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing
new UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing 1 1
new UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing 1 3
new UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing 1 300
new UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing wrong
new UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth
new UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth 3
new UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth 99
new UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth wrong usage
new UNRESOLVED: gdb.mi/mi-stack.exp: stack locals for same frame
new UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing for new frame
new UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing of names
new UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing of names and values
new UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing wrong
new UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing, simple types: names and values, complex type: names and types
new UNRESOLVED: gdb.mi/mi-stack.exp: stack select frame 1
new UNRESOLVED: gdb.mi/mi-stack.exp: wait for stop
new UNRESOLVED: gdb.mi/mi-start.exp: run to main
new UNRESOLVED: gdb.mi/mi-stepi.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-stepi.exp: next-instruction at main
new UNRESOLVED: gdb.mi/mi-stepi.exp: next-instruction at main 2
new UNRESOLVED: gdb.mi/mi-stepi.exp: step-instruction at main
new UNRESOLVED: gdb.mi/mi-stepn.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-syn-frame.exp: testing exec continue
new UNRESOLVED: gdb.mi/mi-threads-interrupt.exp: continue
new UNRESOLVED: gdb.mi/mi-until.exp: break-delete 1
new UNRESOLVED: gdb.mi/mi-until.exp: break-insert operation
new UNRESOLVED: gdb.mi/mi-until.exp: run to main
new UNRESOLVED: gdb.mi/mi-until.exp: until after current function
new UNRESOLVED: gdb.mi/mi-until.exp: until after while loop
new UNRESOLVED: gdb.mi/mi-until.exp: until line number
new UNRESOLVED: gdb.mi/mi-until.exp: until line number:file
new UNRESOLVED: gdb.mi/mi-var-block.exp: breakpoint at do_block_tests
new UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable cb
new UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable foo
new UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable foo2
new UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable inner_foo
new UNRESOLVED: gdb.mi/mi-var-block.exp: delete var cb
new UNRESOLVED: gdb.mi/mi-var-block.exp: delete var foo 1
new UNRESOLVED: gdb.mi/mi-var-block.exp: delete var foo 2
new UNRESOLVED: gdb.mi/mi-var-block.exp: delete var foo2
new UNRESOLVED: gdb.mi/mi-var-block.exp: delete var inner_foo
new UNRESOLVED: gdb.mi/mi-var-block.exp: evaluate inner_foo: should be out of scope: KNOWN PROBLEM
new UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 1
new UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 2
new UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 3
new UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 4
new UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 5
new UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 6
new UNRESOLVED: gdb.mi/mi-var-block.exp: try to create local variable foo
new UNRESOLVED: gdb.mi/mi-var-block.exp: update all vars: cb foo changed
new UNRESOLVED: gdb.mi/mi-var-block.exp: update cb
new UNRESOLVED: gdb.mi/mi-var-block.exp: update foo should be out of scope: KNOWN PROBLEM
new UNRESOLVED: gdb.mi/mi-var-block.exp: update foo2 should be out of scope: KNOWN PROBLEM
new UNRESOLVED: gdb.mi/mi-var-block.exp: update foo2: should be out of scope: KNOWN PROBLEM
new UNRESOLVED: gdb.mi/mi-var-block.exp: update foo: did not change
new UNRESOLVED: gdb.mi/mi-var-block.exp: update inner_foo: should be out of scope: KNOWN PROBLEM
new UNRESOLVED: gdb.mi/mi-var-child.exp: breakpoint at do_children_tests
new FAIL: gdb.mi/mi-var-child.exp: child_deletion: go to line 339
new UNRESOLVED: gdb.mi/mi-var-child.exp: child_deletion: step over 339
new UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable  psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable  psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable  psnp->ptrs
new UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable struct_declarations
new UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable weird
new UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: delete var struct_declarations
new UNRESOLVED: gdb.mi/mi-var-child.exp: delete var weird
new UNRESOLVED: gdb.mi/mi-var-child.exp: delete var weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.character
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_struct
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.integer
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.1
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.3
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.4
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.5
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.6
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.7
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.8
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.9
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_int
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.g
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.h
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.i
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.f
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.a
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.b
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.c
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.d
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird.long_array
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.character
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_struct
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.integer
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.1
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.3
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.4
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.5
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.6
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.7
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.8
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.9
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_int
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.g
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.h
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.i
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.f
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.a
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.b
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.c
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.d
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird.long_array
new UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.long_array editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.long_array.0 editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.u1.a editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.u1.b editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.u1.c editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is weird editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is weird->int_ptr_ptr editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.s2 editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.u1 editable
new UNRESOLVED: gdb.mi/mi-var-child.exp: listing of children, simple types: names, type and values, complex types: names and types
new UNRESOLVED: gdb.mi/mi-var-child.exp: listing of names and values of children
new UNRESOLVED: gdb.mi/mi-var-child.exp: run to 229
new UNRESOLVED: gdb.mi/mi-var-child.exp: run to mi-var-child.c:339
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 1
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 4
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 5
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 6
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 7
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 8
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_a0_0
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 1
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 2
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 3
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 4
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 1
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 2
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 3
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 4
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 5
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 6
new UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 7
new UNRESOLVED: gdb.mi/mi-var-child.exp: step to line $line_dct_123
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars int_ptr_ptr and children changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->long_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.char_ptr
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_ptr changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_struct changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.integer
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.0 changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.1 changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.10 changed, don't print values.
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.11 changed, print values.
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.2 changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars. None changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: wait for stop
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign array to pointer
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign same array to pointer
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign same value to func
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to func
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to global_simple
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lcharacter
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to ldouble
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lfloat
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to linteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to linteger again, same value
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to llong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lpfloat
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lpinteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lplong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lsimple->integer
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lsimple.character
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lsimple.integer
new FAIL: gdb.mi/mi-var-cmd.exp: bitfield: go to line 526
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: bitfield: step over 526
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at do_locals_tests
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at do_special_tests
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at incr_a
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at subroutine1
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: check F inside callee
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: continue to where i is initialized
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create endvar
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create global variable array_ptr
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create i
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create int
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create l
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create linteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable func
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lcharacter
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable ldouble
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lfloat
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable linteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable llong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpcharacter
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpdouble
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpfloat
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpinteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lplong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpsimple
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lsimple
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create lsimple->integer
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create lsimple.character
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create lsimple.integer
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create null_ptr
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: create selected_a
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete array_ptr
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete endvar
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete null_ptr
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete selected_a
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var  lsimple->integer
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var func
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var i
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var l
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lcharacter
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var ldouble
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lfloat
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var linteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var llong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpcharacter
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpdouble
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpfloat
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpinteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lplong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpsimple
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lsimple
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lsimple.character
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lsimple.integer
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lcharacter
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lfloat
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval linteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval llong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lpinteger
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lplong
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: floating varobj invalidation
new FAIL: gdb.mi/mi-var-cmd.exp: floating: go to line 469
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: floating: step over 469
new FAIL: gdb.mi/mi-var-cmd.exp: frozen: go to line 367
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: frozen: step over 367
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: check initial value
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: create varobj
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: inside breakpoint inside callee
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: kill program before endvar
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto do_special_tests
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto incr_a
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto subroutine1
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: next out of subroutine1
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: return from incr_a to do_special_tests
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to 148
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:367
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:469
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:526
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: step a line in incr_a
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: step at do_locals_test
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: step at do_locals_tests
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: step at subroutine1
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update F inside callee
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: all now out of scope
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: changed FIXME
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: func and lpsimple changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: i changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lcharacter changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed after assign
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: linteger not changed after same assign
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: llong changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lpcharacter changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed after assign
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lsimple and others changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: many changed
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: no changes on second update
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update endvar
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update null_ptr
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update selected_a in do_special_tests
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: update selected_a in incr_a
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: var update
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: wait for stop
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: create root varobj for a
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
new FAIL: gdb.mi/mi-var-cp.exp: base_in_reference: go to line 45
new UNRESOLVED: gdb.mi/mi-var-cp.exp: base_in_reference: step over 45
new UNRESOLVED: gdb.mi/mi-var-cp.exp: break in anonymous_structs_and_unions
new UNRESOLVED: gdb.mi/mi-var-cp.exp: continue to anonymous_structs breakpoint
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public.b
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public.c
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.e
new UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.d
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public.b
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public.c
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.e
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.d
new FAIL: gdb.mi/mi-var-cp.exp: path_expression: go to line 144
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path_expression: step over 144
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_pointer: go to line 81
new UNRESOLVED: gdb.mi/mi-var-cp.exp: reference_to_pointer: step over 81
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_struct: go to line 104
new UNRESOLVED: gdb.mi/mi-var-cp.exp: reference_to_struct: step over 104
new FAIL: gdb.mi/mi-var-cp.exp: reference_update: go to line 19
new UNRESOLVED: gdb.mi/mi-var-cp.exp: reference_update: step over 19
new UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:104
new UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:144
new UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:19
new UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:45
new UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:81
new UNRESOLVED: gdb.mi/mi-var-cp.exp: wait for stop
new UNRESOLVED: gdb.mi/mi-var-create-rtti.exp:
new UNRESOLVED: gdb.mi/mi-var-create-rtti.exp: -var-create sp1 * $sp
new UNRESOLVED: gdb.mi/mi-var-create-rtti.exp: -var-create sp2 @ $sp
new UNRESOLVED: gdb.mi/mi-var-create-rtti.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-var-display.exp:
new UNRESOLVED: gdb.mi/mi-var-display.exp: assing to variable bar
new UNRESOLVED: gdb.mi/mi-var-display.exp: assing to variable foo
new UNRESOLVED: gdb.mi/mi-var-display.exp: break-insert operation
new UNRESOLVED: gdb.mi/mi-var-display.exp: break-insert operation 2
new UNRESOLVED: gdb.mi/mi-var-display.exp: breakpoint at incr_a
new UNRESOLVED: gdb.mi/mi-var-display.exp: continue to do_special_tests
new UNRESOLVED: gdb.mi/mi-var-display.exp: create duplicate local variable anone
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable a1
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable anone
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable anons
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable anonu
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable bar
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable e
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable foo
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable s
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable u
new UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable weird
new UNRESOLVED: gdb.mi/mi-var-display.exp: delete var bar
new UNRESOLVED: gdb.mi/mi-var-display.exp: delete var foo
new UNRESOLVED: gdb.mi/mi-var-display.exp: delete var weird
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable -f decimal foo
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable -f nat foo
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable -f octal foo
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable anone
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable anons
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable anonu
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable bar
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable bar with new format
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable bar with new value
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable e
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in binary
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in decimal
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in hex
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in natural
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in octal
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable s
new UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable u
new UNRESOLVED: gdb.mi/mi-var-display.exp: get children local variable weird
new UNRESOLVED: gdb.mi/mi-var-display.exp: get children of anone
new UNRESOLVED: gdb.mi/mi-var-display.exp: get children of anons
new UNRESOLVED: gdb.mi/mi-var-display.exp: get children of anonu
new UNRESOLVED: gdb.mi/mi-var-display.exp: get children of e
new UNRESOLVED: gdb.mi/mi-var-display.exp: get children of s
new UNRESOLVED: gdb.mi/mi-var-display.exp: get children of u
new UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of anone
new UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of anons
new UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of anonu
new UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of e
new UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of s
new UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of u
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable anone
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable anons
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable anonu
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable bar
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable e
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable foo
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable s
new UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable u
new UNRESOLVED: gdb.mi/mi-var-display.exp: is anone editable
new UNRESOLVED: gdb.mi/mi-var-display.exp: is anons editable
new UNRESOLVED: gdb.mi/mi-var-display.exp: is anonu editable
new UNRESOLVED: gdb.mi/mi-var-display.exp: is e editable
new UNRESOLVED: gdb.mi/mi-var-display.exp: is s editable
new UNRESOLVED: gdb.mi/mi-var-display.exp: is u editable
new UNRESOLVED: gdb.mi/mi-var-display.exp: mi runto incr_a
new UNRESOLVED: gdb.mi/mi-var-display.exp: print FP register
new UNRESOLVED: gdb.mi/mi-var-display.exp: run to main
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable bar in decimal
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable bar in hex
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable bar in zero-padded hexadecimal
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable foo decimal
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable foo in octal
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.char_ptr
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.character
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in hex
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in zero-padded hex
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in hex
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in natural
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in zero-padded hex
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_struct
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.integer
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.long_array
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.long_int
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.s2
new UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.u1
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable bar
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in binary
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in decimal
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in hex
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in natural
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in octal
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo in natural
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo in octal
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr
new UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr_ptr
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: breakpoint at do_locals_tests
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: create floating variable
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: create local variable linteger
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: global_simple not anymore in scope due to binary changes
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: global_simple still alive
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: linteger not anymore in scope due to binary changes
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: linteger not valid anymore due to binary changes
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: no type for invalid variable global_simple
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: set format variable float_simple
new UNRESOLVED: gdb.mi/mi-var-invalidate.exp: type simpleton for valid variable global_simple
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: create variable object
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #1
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #2
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 41
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 43
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: update variable object
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: wait for stop
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:250
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:306
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:36
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:63
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
new FAIL: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: go to line 306
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: step over 306
new FAIL: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: go to line 250
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: step over 250
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: go to line 36
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: step over 36
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: go to line 93
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: step over 93
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: go to line 63
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: step over 63
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: go to line 148
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: step over 148
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: go to line 201
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: step over 201
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: wait for stop
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: create local variable vla
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: eval variable vla
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate complete vla
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate vla[0]
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate vla[2]
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate vla[4]
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: get children of vla
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: info type variable vla
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: insert breakpoint at line 28 after vla is filled
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: run to breakpoint at line 28
new UNRESOLVED: gdb.mi/mi-vla-c99.exp: show format variable vla
new UNRESOLVED: gdb.mi/mi-watch-nonstop.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: break-watch operation
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: breakpoint at callee4
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: list of watchpoints
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
new UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: break-watch operation
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: breakpoint at callee4
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: list of watchpoints
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: watchpoint trigger
new UNRESOLVED: gdb.mi/mi2-cli-display.exp: breakpoint at do_tests
new UNRESOLVED: gdb.mi/mi2-cli-display.exp: check display and source line x=24
new UNRESOLVED: gdb.mi/mi2-cli-display.exp: check display and source line x=25
new UNRESOLVED: gdb.mi/mi2-cli-display.exp: display x
new UNRESOLVED: gdb.mi/mi2-cli-display.exp: exec-next
new UNRESOLVED: gdb.mi/mi2-cli-display.exp: next
new UNRESOLVED: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for v
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for var
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.c
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of v1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: break in do_anonymous_type_tests
new UNRESOLVED: gdb.mi/mi2-var-child.exp: break in do_nested_struct_union_tests
new UNRESOLVED: gdb.mi/mi2-var-child.exp: breakpoint at do_children_tests
new UNRESOLVED: gdb.mi/mi2-var-child.exp: continue to do_anonymous_type_tests breakpoint
new UNRESOLVED: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests
new UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable  psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable  psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable  psnp->ptrs
new UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable struct_declarations
new UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable weird
new UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: delete var struct_declarations
new UNRESOLVED: gdb.mi/mi2-var-child.exp: delete var weird
new UNRESOLVED: gdb.mi/mi2-var-child.exp: delete var weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.d
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.e
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.f
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c.*c
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.x
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.a1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.a1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.b1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.b1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.character
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_struct
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.integer
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.4
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.5
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.6
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.7
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.8
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.9
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_int
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.g
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.i
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.f
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.c
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.d
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird.long_array
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.character
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_struct
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.integer
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.4
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.5
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.6
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.7
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.8
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.9
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_int
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.g
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.i
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.f
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.c
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.d
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird.long_array
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array.0 editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.a editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.b editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.c editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird->int_ptr_ptr editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.s2 editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.u1 editable
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.d
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.e
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.f
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c.*c
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.x
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.a1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.b1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b
new UNRESOLVED: gdb.mi/mi2-var-child.exp: run to 251
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 4
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 5
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 6
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 7
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 8
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_nothing
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_nothing + 1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 1
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 2
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 3
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 4
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 5
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 6
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 7
new UNRESOLVED: gdb.mi/mi2-var-child.exp: step to line $line_dct_123
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars int_ptr_ptr and children changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->long_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.char_ptr
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.integer
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.0 changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.1 changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.2 changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars. None changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: wait for stop
new UNRESOLVED: gdb.mi/new-ui-mi-sync.exp: sync-command=continue: breakpoint at main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: frame without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: frame without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: reset selection to thread 1.1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1 again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: reset selection to thread 1.1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: thread without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: thread without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread again, event on MI, ensure no output MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: thread without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: thread without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again, event on MI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: breakpoint at main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: can't run to main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: frame without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: frame without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: frame without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: frame without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: reset selection to thread 1.1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1 again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: select frame 1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: select frame 1, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: reset selection to thread 1.1
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: thread without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: thread without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread again
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread again, event on MI, ensure no output MI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: thread without args
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: thread without args, event on MI, ensure no output MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again, event on MI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame, event on MI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: reset selection to frame 0
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: reset selection to thread 1.1
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select again
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select again, event on CLI, ensure no output CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: breakpoint at main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: can't run to main
new FAIL: gdb.modula2/max-depth.exp: can't run to main
new UNRESOLVED: gdb.multi/base.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/dummy-frame-restore.exp: can't run to f1
new UNRESOLVED: gdb.multi/multi-attach.exp: add second inferior
new UNRESOLVED: gdb.multi/multi-attach.exp: attach to program 1
new UNRESOLVED: gdb.multi/multi-attach.exp: attach to program 2
new UNRESOLVED: gdb.multi/multi-attach.exp: backtrace 1
new UNRESOLVED: gdb.multi/multi-attach.exp: backtrace 2
new UNRESOLVED: gdb.multi/multi-attach.exp: inferior 1
new UNRESOLVED: gdb.multi/multi-attach.exp: kill inferior 1
new UNRESOLVED: gdb.multi/multi-attach.exp: kill inferior 2
new UNRESOLVED: gdb.multi/multi-attach.exp: switch to second inferior
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: attach
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: attach
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: run to main
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: attach
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: info inferiors
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: run to main
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: set schedule-multiple on
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: tty TTY
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: attach
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: info threads
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: run to main
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: run to main
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: run to main
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: tty TTY
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: attach
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: info threads
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: run to main
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: run to main
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: add empty inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: info inferiors
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: run to main
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: set schedule-multiple on
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: switch to inferior 2
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: tty TTY
new FAIL: gdb.multi/remove-inferiors.exp: couldn't run to main.
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at main
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at marker_exit
new FAIL: gdb.opt/clobbered-registers-O2.exp: run to start_sequence
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=break: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-bt.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-locals.exp: inline-bt.exp
new FAIL: gdb.python/lib-types.exp: can't run to main
new FAIL: gdb.python/py-as-string.exp: couldn't run to main.
new FAIL: gdb.python/py-bad-printers.exp: can't run to main
new FAIL: gdb.python/py-block.exp: can't run to main
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_address: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_address: eval address of main
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_basic: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_cond_and_cmds: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_deletion: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: setting breakpoint at 48
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_invisible: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_pending: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_pending: setting breakpoint at nosuchfunction
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_qualified: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_temporary: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: cannot run to main.
new FAIL: gdb.python/py-cmd.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-events.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-events.exp: set detach-on-fork off
new UNRESOLVED: gdb.python/py-events.exp: setting breakpoint at do_nothing
new UNRESOLVED: gdb.python/py-events.exp: setting breakpoint at first
new FAIL: gdb.python/py-events.exp: setting breakpoint at main
new UNRESOLVED: gdb.python/py-evsignal.exp: signal Thread 3
new FAIL: gdb.python/py-evthreads.exp: setting breakpoint at main
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread2
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread3
new FAIL: gdb.python/py-finish-breakpoint.exp: cannot run to main.
new FAIL: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new FAIL: gdb.python/py-frame-inline.exp: can't run to function f
new FAIL: gdb.python/py-frame.exp: can't run to main
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: breakpoint at main
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: enable frame filters
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: filtered stack listing
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: load python file
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: run to 46
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: run to 51
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --all-values
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --all-values frame filters enabled
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals 0
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals 1
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals 2
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-variables 0
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: wait for stop
new FAIL: gdb.python/py-inferior.exp: can't run to main
new FAIL: gdb.python/py-infthread.exp: can't run to main
new UNRESOLVED: gdb.python/py-mi-events.exp: breakpoint at main
new UNRESOLVED: gdb.python/py-mi-events.exp: continue
new UNRESOLVED: gdb.python/py-mi-events.exp: python continue handler ran
new UNRESOLVED: gdb.python/py-mi-events.exp: python stop handler ran
new UNRESOLVED: gdb.python/py-mi-events.exp: register events
new UNRESOLVED: gdb.python/py-mi-events.exp: set the breakpoint
new UNRESOLVED: gdb.python/py-mi-objfile.exp: file-exec-and-symbols operation
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-create c1 * &c1
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.car.atom.ival
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.cdr
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.cdr.cdr
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car.atom
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.cdr
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: breakpoint at main
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: run to 61
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: wait for stop
new UNRESOLVED: gdb.python/py-mi.exp:
new UNRESOLVED: gdb.python/py-mi.exp: Install visualizer on a cplus_fake_child
new UNRESOLVED: gdb.python/py-mi.exp: assign string_1 from string_2
new UNRESOLVED: gdb.python/py-mi.exp: breakpoint at main
new UNRESOLVED: gdb.python/py-mi.exp: check tsrvw expression value
new UNRESOLVED: gdb.python/py-mi.exp: check tsrvw varobj value
new UNRESOLVED: gdb.python/py-mi.exp: choose array visualizer for c
new UNRESOLVED: gdb.python/py-mi.exp: choose default visualizer
new UNRESOLVED: gdb.python/py-mi.exp: choose visualizer using expression
new UNRESOLVED: gdb.python/py-mi.exp: clear visualizer
new UNRESOLVED: gdb.python/py-mi.exp: create container varobj
new UNRESOLVED: gdb.python/py-mi.exp: create container varobj, no pretty-printing
new UNRESOLVED: gdb.python/py-mi.exp: create estring varobj
new UNRESOLVED: gdb.python/py-mi.exp: create fake varobj
new UNRESOLVED: gdb.python/py-mi.exp: create me varobj
new UNRESOLVED: gdb.python/py-mi.exp: create nscont varobj, no pretty-printing
new UNRESOLVED: gdb.python/py-mi.exp: create nstype varobj
new UNRESOLVED: gdb.python/py-mi.exp: create nstype2 varobj
new UNRESOLVED: gdb.python/py-mi.exp: create outer varobj
new UNRESOLVED: gdb.python/py-mi.exp: create second container varobj
new UNRESOLVED: gdb.python/py-mi.exp: create string_1 varobj
new UNRESOLVED: gdb.python/py-mi.exp: create tsrvw varobj
new UNRESOLVED: gdb.python/py-mi.exp: create varobj for c
new UNRESOLVED: gdb.python/py-mi.exp: delete varobj
new UNRESOLVED: gdb.python/py-mi.exp: evaluate me varobj
new UNRESOLVED: gdb.python/py-mi.exp: examine container children=0
new UNRESOLVED: gdb.python/py-mi.exp: examine container children=0, no pretty-printing
new UNRESOLVED: gdb.python/py-mi.exp: examine nscont children=0, no pretty-printing
new UNRESOLVED: gdb.python/py-mi.exp: list children after listing selected range
new UNRESOLVED: gdb.python/py-mi.exp: list children after setting exception flag
new UNRESOLVED: gdb.python/py-mi.exp: list children after setting update range
new UNRESOLVED: gdb.python/py-mi.exp: list children fake.private
new UNRESOLVED: gdb.python/py-mi.exp: list children of c
new UNRESOLVED: gdb.python/py-mi.exp: list children of fake
new UNRESOLVED: gdb.python/py-mi.exp: list children of outer
new UNRESOLVED: gdb.python/py-mi.exp: list children of outer.s
new UNRESOLVED: gdb.python/py-mi.exp: list selected children after setting range
new UNRESOLVED: gdb.python/py-mi.exp: list varobj children after resetting child range
new UNRESOLVED: gdb.python/py-mi.exp: list varobj children after selecting child range
new UNRESOLVED: gdb.python/py-mi.exp: next over change of array element
new UNRESOLVED: gdb.python/py-mi.exp: next over outer update
new UNRESOLVED: gdb.python/py-mi.exp: next over update 1
new UNRESOLVED: gdb.python/py-mi.exp: next over update 2
new UNRESOLVED: gdb.python/py-mi.exp: next over update 3
new UNRESOLVED: gdb.python/py-mi.exp: next over update 4
new UNRESOLVED: gdb.python/py-mi.exp: next over update 5
new UNRESOLVED: gdb.python/py-mi.exp: next over update 6
new UNRESOLVED: gdb.python/py-mi.exp: printer whose children are returned as a list
new UNRESOLVED: gdb.python/py-mi.exp: run to 143
new UNRESOLVED: gdb.python/py-mi.exp: run to 236
new UNRESOLVED: gdb.python/py-mi.exp: run to 268
new UNRESOLVED: gdb.python/py-mi.exp: run to 359
new UNRESOLVED: gdb.python/py-mi.exp: run to 382
new UNRESOLVED: gdb.python/py-mi.exp: set update range
new UNRESOLVED: gdb.python/py-mi.exp: set update range with non-zero start
new UNRESOLVED: gdb.python/py-mi.exp: update after next with restricted range
new UNRESOLVED: gdb.python/py-mi.exp: update after type change
new UNRESOLVED: gdb.python/py-mi.exp: update after updating element of outer
new UNRESOLVED: gdb.python/py-mi.exp: update string varobj after assignment
new UNRESOLVED: gdb.python/py-mi.exp: update varobj 2, no children requested
new UNRESOLVED: gdb.python/py-mi.exp: update varobj after element change
new UNRESOLVED: gdb.python/py-mi.exp: update varobj with change outside selected range
new UNRESOLVED: gdb.python/py-mi.exp: update varobj, no children requested
new UNRESOLVED: gdb.python/py-mi.exp: varobj update 1
new UNRESOLVED: gdb.python/py-mi.exp: varobj update 2
new UNRESOLVED: gdb.python/py-mi.exp: varobj update after choosing default
new UNRESOLVED: gdb.python/py-mi.exp: varobj update after choosing via expression
new UNRESOLVED: gdb.python/py-mi.exp: varobj update after clearing
new UNRESOLVED: gdb.python/py-mi.exp: wait for stop
new FAIL: gdb.python/py-objfile.exp: can't run to main
new FAIL: gdb.python/py-pp-maint.exp: can't run to main
new FAIL: gdb.python/py-pp-registration.exp: can't run to main
new FAIL: gdb.python/py-progspace.exp: can't run to main
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new FAIL: gdb.python/py-rbreak.exp: can't run to main
new FAIL: gdb.python/py-record-full.exp: can't run to main
new FAIL: gdb.python/py-recurse-unwind.exp: can't run to main
new FAIL: gdb.python/py-shared.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-symtab.exp: can't run to main
new UNRESOLVED: gdb.python/py-sync-interp.exp: attach and where
new UNRESOLVED: gdb.python/py-template.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get inferior
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get pthread_t type
new UNRESOLVED: gdb.python/py-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-type.exp: lang_c: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: lang_cpp: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: verify python support
new FAIL: gdb.python/py-unwind-maint.exp: can't run to main
new UNRESOLVED: gdb.python/py-value.exp: can't run to main
new UNRESOLVED: gdb.python/py-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-value.exp: print
new UNRESOLVED: gdb.python/py-value.exp: python a = gdb.history
new UNRESOLVED: gdb.python/py-value.exp: python b = gdb.history
new FAIL: gdb.python/python.exp: can't run to main
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: setting breakpoint at foo
new UNRESOLVED: gdb.reverse/consecutive-reverse.exp: setting breakpoint at foo
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: can't run to main
new FAIL: gdb.reverse/insn-reverse.exp: run to main
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: break 100
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: reverse-step
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: step
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 33
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 45
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 57
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 71
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 85
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 94
new UNRESOLVED: gdb.reverse/machinestate.exp: break 100
new UNRESOLVED: gdb.reverse/machinestate.exp: reverse-step
new UNRESOLVED: gdb.reverse/machinestate.exp: step
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 33
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 45
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 57
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 71
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 85
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 94
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: can't run to main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all nostop noprint
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: kill process, prepare to debug log file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reload precord save file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: run to end of main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: save process recfile
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: continue to signal exit
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/watch-precsave.exp: set can-use-hw-watchpoints 0
new UNRESOLVED: gdb.server/abspath.exp: continue to main
new UNRESOLVED: gdb.server/abspath.exp: setting breakpoint at main
new UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=off: connect and print pc
new UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=off: print pc again
new UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=on: connect and print pc
new UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
new UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: break main
new UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: continue to main
new UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: target remote
new UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: break main
new UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: continue to main
new UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
new UNRESOLVED: gdb.server/ext-attach.exp: attach to remote program 1
new UNRESOLVED: gdb.server/ext-attach.exp: attach to remote program 2
new UNRESOLVED: gdb.server/ext-attach.exp: backtrace 1
new UNRESOLVED: gdb.server/ext-attach.exp: backtrace 2
new UNRESOLVED: gdb.server/ext-attach.exp: backtrace with no program
new UNRESOLVED: gdb.server/ext-attach.exp: detach
new UNRESOLVED: gdb.server/ext-attach.exp: kill
new UNRESOLVED: gdb.server/ext-attach.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: kill
new UNRESOLVED: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: restart: run to main
new UNRESOLVED: gdb.server/ext-restart.exp: restart: set remote exec-file
new UNRESOLVED: gdb.server/ext-restart.exp: restart: set remote run-packet off
new UNRESOLVED: gdb.server/ext-restart.exp: run to main
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
new FAIL: gdb.server/ext-run.exp: setting breakpoint at main
new UNRESOLVED: gdb.server/ext-wrapper.exp: kill
new UNRESOLVED: gdb.server/ext-wrapper.exp: monitor exit
new UNRESOLVED: gdb.server/ext-wrapper.exp: print d
new UNRESOLVED: gdb.server/ext-wrapper.exp: restart: print d
new UNRESOLVED: gdb.server/ext-wrapper.exp: restart: run to marker
new UNRESOLVED: gdb.server/ext-wrapper.exp: restart: set remote exec-file
new UNRESOLVED: gdb.server/ext-wrapper.exp: restart: set remote run-packet off
new UNRESOLVED: gdb.server/ext-wrapper.exp: run to marker
new FAIL: gdb.server/ext-wrapper.exp: setting breakpoint at marker
new FAIL: gdb.server/file-transfer.exp: compare binary file
new FAIL: gdb.server/file-transfer.exp: compare intermediate binary file
new FAIL: gdb.server/file-transfer.exp: compare intermediate text file
new FAIL: gdb.server/file-transfer.exp: compare text file
new UNRESOLVED: gdb.server/file-transfer.exp: deleted binary file
new UNRESOLVED: gdb.server/file-transfer.exp: deleted text file
new UNRESOLVED: gdb.server/file-transfer.exp: get binary file
new UNRESOLVED: gdb.server/file-transfer.exp: get text file
new UNRESOLVED: gdb.server/file-transfer.exp: put binary file
new UNRESOLVED: gdb.server/file-transfer.exp: put text file
new UNRESOLVED: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
new UNRESOLVED: gdb.server/no-thread-db.exp: libthread-db is now unresolvable
new UNRESOLVED: gdb.server/no-thread-db.exp: print foo
new UNRESOLVED: gdb.server/no-thread-db.exp: setting breakpoint at no-thread-db.c:26
new UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: first: connect
new UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: second: connect
new UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: second: disconnect
new UNRESOLVED: gdb.server/run-without-local-binary.exp: run test program until the end
new UNRESOLVED: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
new UNRESOLVED: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
new UNRESOLVED: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
new UNRESOLVED: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
new UNRESOLVED: gdb.server/server-connect.exp: udp4: connect to gdbserver using udp4:127.0.0.1
new UNRESOLVED: gdb.server/server-connect.exp: udp6-with-brackets: connect to gdbserver using udp6:[::1]
new UNRESOLVED: gdb.server/server-connect.exp: udp6: connect to gdbserver using udp6:::1
new UNRESOLVED: gdb.server/server-exec-info.exp: info files
new UNRESOLVED: gdb.server/server-exec-info.exp: set sysroot remote:
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
new UNRESOLVED: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
new UNRESOLVED: gdb.server/server-mon.exp: monitor
new UNRESOLVED: gdb.server/server-mon.exp: monitor help
new UNRESOLVED: gdb.server/server-mon.exp: monitor set debug 0
new UNRESOLVED: gdb.server/server-mon.exp: monitor set debug 1
new UNRESOLVED: gdb.server/server-mon.exp: monitor set debug-format all
new UNRESOLVED: gdb.server/server-mon.exp: monitor set debug-format none
new UNRESOLVED: gdb.server/server-mon.exp: monitor set remote-debug 0
new UNRESOLVED: gdb.server/server-mon.exp: monitor set remote-debug 1
new UNRESOLVED: gdb.server/server-run.exp: continue to main
new UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
new UNRESOLVED: gdb.server/server-run.exp: setting breakpoint at main
new UNRESOLVED: gdb.server/solib-list.exp: non-stop 0: target remote
new UNRESOLVED: gdb.server/stop-reply-no-thread.exp: connect
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: connect to remote and read binary
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: continue to main
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: continue to printf
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at main
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at printf
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: connect to remote and read binary
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: continue to main
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: continue to printf
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: setting breakpoint at main
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: setting breakpoint at printf
new UNRESOLVED: gdb.server/wrapper.exp: continue to marker
new UNRESOLVED: gdb.server/wrapper.exp: print d
new UNRESOLVED: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
new UNRESOLVED: gdb.threads/attach-into-signal.exp: nonthreaded: attach
new UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
new UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
new UNRESOLVED: gdb.threads/attach-slow-waitpid.exp: attach to target
new UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 1: attach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 1: detach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 1: info threads shows two LWPs
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 2: attach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 2: detach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 2: info threads shows two LWPs
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 3: attach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 3: detach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 3: info threads shows two LWPs
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 1: attach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 1: detach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 1: info threads shows two LWPs
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 2: attach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 2: detach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 2: info threads shows two LWPs
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 3: attach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 3: detach
new UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 3: info threads shows two LWPs
new FAIL: gdb.threads/fork-child-threads.exp: can't run to main
new FAIL: gdb.threads/interrupted-hand-call.exp: can't run to main
new FAIL: gdb.threads/kill.exp: non-threaded: run to main
new FAIL: gdb.threads/kill.exp: threaded: run to main
new UNRESOLVED: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily
new UNRESOLVED: gdb.threads/killed.exp: run program to completion
new FAIL: gdb.threads/local-watch-wrong-thread.exp: can't run to main
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 0
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 1
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 10
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 11
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 12
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 13
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 14
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 15
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 16
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 17
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 18
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 19
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 2
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 20
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 21
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 22
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 23
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 24
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 25
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 26
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 27
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 28
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 29
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 3
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 30
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 31
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 4
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 5
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 6
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 7
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 8
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 9
new UNRESOLVED: gdb.threads/multi-create.exp: setting breakpoint at multi-create.c:45
new FAIL: gdb.threads/multiple-successive-infcall.exp: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: can't run to thread_function
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: can't run to thread_function
new FAIL: gdb.threads/stop-with-handle.exp: can't run to main
new UNRESOLVED: gdb.threads/switch-threads.exp: continue to breakpoint: continue to thread_func
new UNRESOLVED: gdb.threads/switch-threads.exp: next
new UNRESOLVED: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
new FAIL: gdb.threads/thread-unwindonsignal.exp: can't run to main
new FAIL: gdb.threads/thread_events.exp: can't run to main with messages disabled
new UNRESOLVED: gdb.threads/thread_events.exp: can't run to main with messages enabled
new UNRESOLVED: gdb.threads/thread_events.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/thread_events.exp: set print thread-events on
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: continue to thread start
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: get past the thread specific breakpoint
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: set thread specific breakpoint
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: setting breakpoint at 47
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: setting breakpoint at thread_function
new UNRESOLVED: gdb.threads/tls-core.exp: gcore
new UNRESOLVED: gdb.threads/tls-core.exp: native: load core file
new FAIL: gdb.threads/tls-shared.exp: can't run to main
new FAIL: gdb.threads/tls-so_extern.exp: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/watchthreads.exp: can't run to main
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54d83b8d3920eea4a0d545f1ff7ac2923d938e6c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/54/54d83b8d3920eea4a0d545f1ff7ac2923d938e6c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23  5:14 [binutils-gdb] gdb: Make startswith return a bool gdb-buildbot
@ 2019-10-23  5:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23  5:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1004

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        2377111731972d841731bc674ed6a7fb3ab90a53

Subject of commit:
        gdb: Make startswith return a bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/2377111731972d841731bc674ed6a7fb3ab90a53/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/bp_in_thread.exp: breakpoint on noreturn
new UNRESOLVED: gdb.threads/bp_in_thread.exp: run to noreturn
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: check debug libthread-db output
new FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: setting breakpoint at break_here
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: continue
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: continue to breakpoint: break_here
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: libpthread.so fully initialized
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: libpthread.so not initialized
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: no libpthread.so loaded
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: set stop-on-solib-events 0
new UNRESOLVED: gdb.threads/check-libthread-db.exp: user-initiated check: setting breakpoint at break_here
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 4: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 5: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 6: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 7: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 8: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 9: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/corethreads.exp: load core
new UNRESOLVED: gdb.threads/corethreads.exp: print pthread_t of thread0
new UNRESOLVED: gdb.threads/corethreads.exp: print pthread_t of thread1
new UNRESOLVED: gdb.threads/corethreads.exp: sanity check we see the core file
new UNRESOLVED: gdb.threads/execl.exp: continue across exec
new UNRESOLVED: gdb.threads/execl.exp: continue to exec
new UNRESOLVED: gdb.threads/execl.exp: continue until exit
new UNRESOLVED: gdb.threads/execl.exp: info threads after exec
new UNRESOLVED: gdb.threads/execl.exp: info threads before exec
new UNRESOLVED: gdb.threads/execl.exp: set breakpoint at execl
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/fork-thread-pending.exp: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
new FAIL: gdb.threads/hand-call-in-threads.exp: can't run to main
new FAIL: gdb.threads/interrupt-while-step-over.exp: can't run to main
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 0
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 2
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 3
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 4
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: main thread's sleep
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 0
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 2
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 3
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 4
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 5
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 6
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 7
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 8
new UNRESOLVED: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 9
new FAIL: gdb.threads/linux-dp.exp: create philosopher: 0
new FAIL: gdb.threads/linux-dp.exp: create philosopher: 1
new FAIL: gdb.threads/linux-dp.exp: create philosopher: 2
new FAIL: gdb.threads/linux-dp.exp: create philosopher: 3
new FAIL: gdb.threads/linux-dp.exp: create philosopher: 4
new UNRESOLVED: gdb.threads/linux-dp.exp: first thread-specific breakpoint hit
new FAIL: gdb.threads/linux-dp.exp: found an interesting thread
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads 1
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads 2
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads after: 0
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads after: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads after: 2
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads after: 3
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads after: 4
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 0
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 2
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 3
new UNRESOLVED: gdb.threads/linux-dp.exp: info threads before: 4
new FAIL: gdb.threads/linux-dp.exp: manager thread found
new UNRESOLVED: gdb.threads/linux-dp.exp: philosopher is distinct: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: philosopher is distinct: 2
new UNRESOLVED: gdb.threads/linux-dp.exp: philosopher is distinct: 3
new UNRESOLVED: gdb.threads/linux-dp.exp: philosopher is distinct: 5
new UNRESOLVED: gdb.threads/linux-dp.exp: philosopher is distinct: 6
new UNRESOLVED: gdb.threads/linux-dp.exp: selected thread: 1
new UNRESOLVED: gdb.threads/linux-dp.exp: selected thread: 2
new UNRESOLVED: gdb.threads/linux-dp.exp: selected thread: 3
new UNRESOLVED: gdb.threads/linux-dp.exp: selected thread: 4
new UNRESOLVED: gdb.threads/linux-dp.exp: selected thread: 5
new UNRESOLVED: gdb.threads/linux-dp.exp: selected thread: 6
new UNRESOLVED: gdb.threads/linux-dp.exp: setting breakpoint at 192
new UNRESOLVED: gdb.threads/linux-dp.exp: setting breakpoint at 199
new UNRESOLVED: gdb.threads/linux-dp.exp: setting breakpoint at print_philosopher thread 5
new UNRESOLVED: gdb.threads/manythreads.exp: GDB exits after stopping multithreaded program
new UNRESOLVED: gdb.threads/manythreads.exp: check for duplicate SIGINT
new UNRESOLVED: gdb.threads/manythreads.exp: check thread name
new UNRESOLVED: gdb.threads/manythreads.exp: first continue
new UNRESOLVED: gdb.threads/manythreads.exp: give a name to the thread
new UNRESOLVED: gdb.threads/manythreads.exp: info threads
new UNRESOLVED: gdb.threads/manythreads.exp: second continue
new UNRESOLVED: gdb.threads/manythreads.exp: shell stty intr '^C'
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: continue: continue
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: continue: setting breakpoint at 111
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: continue: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: next: next
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: next: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: continue to sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: switch back to thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: continue to sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: switch back to thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: thread 2
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: continue to sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: switch back to thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: thread 3
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: step
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setting breakpoint at 111
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: continue: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: next: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: switch back to thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: switch back to thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: thread 2
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: queue-signal SIGUSR1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setting breakpoint at sigusr1_handler
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: switch back to thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: thread 3
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: thread 1
new FAIL: gdb.threads/next-while-other-thread-longjmps.exp: can't run to main
new FAIL: gdb.threads/non-ldr-exit.exp: can't run to main
new FAIL: gdb.threads/pending-step.exp: can't run to main
new UNRESOLVED: gdb.threads/print-threads.exp: all threads ran once
new UNRESOLVED: gdb.threads/print-threads.exp: break thread_function
new UNRESOLVED: gdb.threads/print-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/print-threads.exp: set var slow = 0
new UNRESOLVED: gdb.threads/print-threads.exp: set var slow = 1
new UNRESOLVED: gdb.threads/print-threads.exp: setting breakpoint at kill
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: can't run to main
new UNRESOLVED: gdb.threads/pthread_cond_wait.exp: backtrace in blocked thread
new UNRESOLVED: gdb.threads/pthread_cond_wait.exp: breakpoint on break_me
new UNRESOLVED: gdb.threads/pthread_cond_wait.exp: run to break_me
new FAIL: gdb.threads/queue-signal.exp: can't run to main
new FAIL: gdb.threads/schedlock.exp: all threads alive
new UNRESOLVED: gdb.threads/schedlock.exp: continue
new UNRESOLVED: gdb.threads/schedlock.exp: continue to breakpoint: all threads started
new UNRESOLVED: gdb.threads/schedlock.exp: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: next to increment
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: print call_function = 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: next to increment
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: print call_function = 1
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: listed args
new FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: other threads ran - unlocked
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: print call_function = 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=off: cmd=step: step to increment
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: continue
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: set scheduler-locking on
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=continue: stop all threads
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: next to increment
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: print call_function = 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: set scheduler-locking on
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: next to increment
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: print call_function = 1
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: set scheduler-locking on
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: print call_function = 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: set scheduler-locking on
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=on: cmd=step: step to increment
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: next to increment
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: print call_function = 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: set scheduler-locking step
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=0: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: next to increment
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: print call_function = 1
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: set scheduler-locking step
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=next: call_function=1: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: continue to breakpoint: return to loop
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: find current thread
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: listed args
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: print call_function = 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: set scheduler-locking off
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: set scheduler-locking step
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: schedlock=step: cmd=step: step to increment
new UNRESOLVED: gdb.threads/schedlock.exp: scheduler locking set to none
new UNRESOLVED: gdb.threads/schedlock.exp: setting breakpoint at 44
new UNRESOLVED: gdb.threads/schedlock.exp: setting breakpoint at 80 if arg != 0
new UNRESOLVED: gdb.threads/schedlock.exp: stop all threads
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: can't run to main
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: can't run to main
new FAIL: gdb.threads/sigthread.exp: can't run to main
new UNRESOLVED: gdb.threads/staticthreads.exp:
new UNRESOLVED: gdb.threads/staticthreads.exp: GDB exits with static thread program
new UNRESOLVED: gdb.threads/staticthreads.exp: break sem_post
new UNRESOLVED: gdb.threads/staticthreads.exp: continue to main's call of sem_post
new UNRESOLVED: gdb.threads/staticthreads.exp: handle SIG32 helps
new UNRESOLVED: gdb.threads/staticthreads.exp: handle SIG32 nostop noprint pass
new UNRESOLVED: gdb.threads/staticthreads.exp: info threads
new UNRESOLVED: gdb.threads/thread-find.exp: collect thread id
new UNRESOLVED: gdb.threads/thread-find.exp: continue to breakpoint: main thread's sleep
new UNRESOLVED: gdb.threads/thread-find.exp: find thread name 1
new UNRESOLVED: gdb.threads/thread-find.exp: find thread name 2
new UNRESOLVED: gdb.threads/thread-find.exp: find thread name 3
new UNRESOLVED: gdb.threads/thread-find.exp: find thread name 4
new UNRESOLVED: gdb.threads/thread-find.exp: find thread name 5
new UNRESOLVED: gdb.threads/thread-find.exp: find thread name 6
new UNRESOLVED: gdb.threads/thread-find.exp: info thread foo
new UNRESOLVED: gdb.threads/thread-find.exp: info thread foo -1
new UNRESOLVED: gdb.threads/thread-find.exp: info threads 2 4 6
new UNRESOLVED: gdb.threads/thread-find.exp: info threads 3-3
new UNRESOLVED: gdb.threads/thread-find.exp: info threads 3-5
new UNRESOLVED: gdb.threads/thread-find.exp: name thread 1
new UNRESOLVED: gdb.threads/thread-find.exp: name thread 2
new UNRESOLVED: gdb.threads/thread-find.exp: name thread 3
new UNRESOLVED: gdb.threads/thread-find.exp: name thread 4
new UNRESOLVED: gdb.threads/thread-find.exp: name thread 5
new UNRESOLVED: gdb.threads/thread-find.exp: name thread 6
new UNRESOLVED: gdb.threads/thread-find.exp: no thread
new UNRESOLVED: gdb.threads/thread-find.exp: setting breakpoint at 199
new UNRESOLVED: gdb.threads/thread-find.exp: test inverted range
new UNRESOLVED: gdb.threads/thread-find.exp: test regular exp
new UNRESOLVED: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started
new UNRESOLVED: gdb.threads/thread-specific.exp: get threads list
new UNRESOLVED: gdb.threads/thread-specific.exp: setting breakpoint at 39
new FAIL: gdb.threads/thread_check.exp: can't run to main
new FAIL: gdb.threads/threadapply.exp: can't run to main
new FAIL: gdb.threads/tid-reuse.exp: can't run to main
new FAIL: gdb.threads/tls-nodebug.exp: can't run to main
new FAIL: gdb.threads/tls.exp: can't run to main
new FAIL: gdb.threads/tls.exp: print a_thread_local
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/wp-replication.exp: failed to run to main
new FAIL: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/actions.exp: setting tracepoints
new UNRESOLVED: gdb.trace/actions.exp: trace 71
new UNRESOLVED: gdb.trace/actions.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/actions.exp: trace gdb_c_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent &gdb_long_test < &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent &gdb_long_test == &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent
new UNRESOLVED: gdb.trace/ax.exp: maint agent 12
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_arr_test[12]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_arr_test[gdb_short_test]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_char_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test != gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test * gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test + gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test - gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test / gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test < gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test <= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test == gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test > gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test >= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test.arr[gdb_struct1_test.c]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test.s
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test + 1
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test->bfield
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test->l
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval &gdb_long_test < &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval &gdb_long_test == &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval 12
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[12]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[gdb_short_test]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_char_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test != gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test * gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test + gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test - gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test / gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test < gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test <= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test == gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test > gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test >= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.arr[gdb_struct1_test.c]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.s
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test + 1
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->bfield
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->l
new FAIL: gdb.trace/backtrace.exp: can't run to main to check for trace support
new FAIL: gdb.trace/change-loc.exp: can't run to main to check for trace support
new FAIL: gdb.trace/circ.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/collection.exp: current target does not support trace
new UNRESOLVED: gdb.trace/deltrace.exp: 3.1a: set three tracepoints
new UNRESOLVED: gdb.trace/deltrace.exp: 3.1b: delete all tracepoints
new UNRESOLVED: gdb.trace/deltrace.exp: set tracepoint 1
new UNRESOLVED: gdb.trace/deltrace.exp: set tracepoint 2
new UNRESOLVED: gdb.trace/deltrace.exp: set tracepoint 3
new UNRESOLVED: gdb.trace/deltrace.exp: setting tracepoints
new UNRESOLVED: gdb.trace/deltrace.exp: trace 68
new UNRESOLVED: gdb.trace/deltrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/deltrace.exp: trace gdb_c_test
new UNRESOLVED: gdb.trace/entry-values.exp: disassemble bar
new FAIL: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
new FAIL: gdb.trace/ftrace.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/infotrace.exp: setting tracepoints
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_c_test
new FAIL: gdb.trace/mi-trace-frame-collected.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: select trace file
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: tfind end
new FAIL: gdb.trace/mi-tracepoint-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/packetlen.exp: current target does not support trace
new UNRESOLVED: gdb.trace/passc-dyn.exp: current target does not support trace
new UNRESOLVED: gdb.trace/passcount.exp: setting tracepoints
new UNRESOLVED: gdb.trace/passcount.exp: trace 67
new UNRESOLVED: gdb.trace/passcount.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/passcount.exp: trace gdb_c_test
new FAIL: gdb.trace/pending.exp: can't run to main to check for trace support
new FAIL: gdb.trace/pr16508.exp: can't run to main to check for trace support
new FAIL: gdb.trace/qtro.exp: can't run to main to check for trace support
new FAIL: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new FAIL: gdb.trace/read-memory.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/report.exp: current target does not support trace
new UNRESOLVED: gdb.trace/save-trace.exp: absolute: clear default-collect
new UNRESOLVED: gdb.trace/save-trace.exp: absolute: delete tracepoints
new UNRESOLVED: gdb.trace/save-trace.exp: absolute: read back saved tracepoints
new UNRESOLVED: gdb.trace/save-trace.exp: absolute: save tracepoint definitions
new UNRESOLVED: gdb.trace/save-trace.exp: absolute: verify default-collect
new UNRESOLVED: gdb.trace/save-trace.exp: relative: clear default-collect
new UNRESOLVED: gdb.trace/save-trace.exp: relative: delete tracepoints
new UNRESOLVED: gdb.trace/save-trace.exp: relative: read back saved tracepoints
new UNRESOLVED: gdb.trace/save-trace.exp: relative: save tracepoint definitions
new UNRESOLVED: gdb.trace/save-trace.exp: relative: verify default-collect
new UNRESOLVED: gdb.trace/save-trace.exp: set a fast tracepoint
new UNRESOLVED: gdb.trace/save-trace.exp: set actions for tracepoint 1
new UNRESOLVED: gdb.trace/save-trace.exp: set actions for tracepoint 2
new UNRESOLVED: gdb.trace/save-trace.exp: set actions for tracepoint 3
new UNRESOLVED: gdb.trace/save-trace.exp: set actions for tracepoint 4
new UNRESOLVED: gdb.trace/save-trace.exp: set actions for tracepoint 5
new UNRESOLVED: gdb.trace/save-trace.exp: set actions for tracepoint 6
new UNRESOLVED: gdb.trace/save-trace.exp: set condition for tracepoint -1
new UNRESOLVED: gdb.trace/save-trace.exp: set default-collect
new UNRESOLVED: gdb.trace/save-trace.exp: set passcount for tracepoint -1
new UNRESOLVED: gdb.trace/save-trace.exp: trace 68
new UNRESOLVED: gdb.trace/save-trace.exp: trace 69
new UNRESOLVED: gdb.trace/save-trace.exp: trace 70
new UNRESOLVED: gdb.trace/save-trace.exp: trace 71
new UNRESOLVED: gdb.trace/save-trace.exp: trace 72
new UNRESOLVED: gdb.trace/save-trace.exp: trace 73
new UNRESOLVED: gdb.trace/save-trace.exp: verify default-collect
new UNRESOLVED: gdb.trace/save-trace.exp: verify help save tracepoints
new FAIL: gdb.trace/signal.exp: can't run to main to check for trace support
new FAIL: gdb.trace/status-stop.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tfile.exp: -trace-status
new UNRESOLVED: gdb.trace/tfile.exp: complete-command 'target tfile'
new UNRESOLVED: gdb.trace/tfile.exp: disassemble main
new UNRESOLVED: gdb.trace/tfile.exp: info tracepoints on trace file
new UNRESOLVED: gdb.trace/tfile.exp: interpreter-exec mi "-target-select tfile tfile-basic.tf"
new UNRESOLVED: gdb.trace/tfile.exp: leave tfind mode
new UNRESOLVED: gdb.trace/tfile.exp: no registers if no traceframe selected
new UNRESOLVED: gdb.trace/tfile.exp: no stack if no traceframe selected
new UNRESOLVED: gdb.trace/tfile.exp: print constglob on trace file
new UNRESOLVED: gdb.trace/tfile.exp: print nonconstglob on trace file
new UNRESOLVED: gdb.trace/tfile.exp: print testglob on trace file
new UNRESOLVED: gdb.trace/tfile.exp: print testglob2 on trace file
new UNRESOLVED: gdb.trace/tfile.exp: show editing
new UNRESOLVED: gdb.trace/tfile.exp: target tfile tfile-basic.tf
new UNRESOLVED: gdb.trace/tfile.exp: target tfile tfile-error.tf
new UNRESOLVED: gdb.trace/tfile.exp: tfind 0 on trace file
new UNRESOLVED: gdb.trace/tfile.exp: tfind does not find a second frame in trace file
new UNRESOLVED: gdb.trace/tfile.exp: tstatus on error trace file
new UNRESOLVED: gdb.trace/tfile.exp: tstatus on trace file
new UNRESOLVED: gdb.trace/tfind.exp: current target does not support trace
new FAIL: gdb.trace/trace-break.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-condition.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.1a: set tracepoint at sourceline
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.1b: trace sourcefile:line
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.2a: trace invalid line in sourcefile
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.2b: reject invalid line in srcfile
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.3a: trace invalid source file
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.3b: reject invalid srcfile
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.4a: trace function by name
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.4b: trace function by name
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.5a: trace invalid function
new UNRESOLVED: gdb.trace/tracecmd.exp: 1.5b: reject invalid srcfile
new UNRESOLVED: gdb.trace/tracecmd.exp: print gdb_asm_test
new UNRESOLVED: gdb.trace/tracecmd.exp: set breakpoint pending off
new FAIL: gdb.trace/tspeed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tstatus.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tsv.exp: current target does not support trace
new UNRESOLVED: gdb.trace/unavailable.exp: current target does not support trace
new UNRESOLVED: gdb.trace/while-dyn.exp: current target does not support trace
new UNRESOLVED: gdb.trace/while-stepping.exp: could not find gdb_c_test function
new UNRESOLVED: gdb.trace/while-stepping.exp: trace gdb_c_test
new FAIL: gdb.tui/basic.exp: asm box in split layout
new UNRESOLVED: gdb.tui/basic.exp: asm window shows main
new UNRESOLVED: gdb.tui/basic.exp: list main
new FAIL: gdb.tui/basic.exp: source box in split layout
new UNRESOLVED: gdb.tui/basic.exp: split layout contents
new FAIL: gdb.tui/list.exp: asm window shows main
new UNRESOLVED: gdb.tui/list.exp: list main
new UNRESOLVED: gdb.tui/main.exp: show main after file
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new FAIL: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/2377111731972d841731bc674ed6a7fb3ab90a53//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/23/2377111731972d841731bc674ed6a7fb3ab90a53//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-23  3:34 [binutils-gdb] Replace some more qsort calls with std::sort gdb-buildbot
@ 2019-10-23  3:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-23  3:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/1003

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        39ef2f6256737db92f5d60fa201fe0b301bb8100

Subject of commit:
        Replace some more qsort calls with std::sort

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39ef2f6256737db92f5d60fa201fe0b301bb8100/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.ada/access_to_packed_array.exp: print pack.a
PASS -> UNRESOLVED: gdb.ada/access_to_packed_array.exp: print pack.aa
PASS -> UNRESOLVED: gdb.ada/aliased_array.exp: print bt
PASS -> UNRESOLVED: gdb.ada/array_ptr_renaming.exp: print ntp
new FAIL: gdb.ada/array_return.exp: cannot run to main, testcase aborted
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'first
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'last
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: print global_3dim_for_gdb_testing'length
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: print m'first
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: print m'last
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: print m'length
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: ptype global_3dim_for_gdb_testing
PASS -> UNRESOLVED: gdb.ada/arraydim.exp: ptype m
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print empty
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print empty, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
PASS -> UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes on
PASS -> UNRESOLVED: gdb.ada/assign_arr.exp: print assign_arr_input.u2 :=
PASS -> UNRESOLVED: gdb.ada/bias.exp: print a
PASS -> UNRESOLVED: gdb.ada/bias.exp: print cval
PASS -> UNRESOLVED: gdb.ada/bias.exp: print spr
PASS -> UNRESOLVED: gdb.ada/bias.exp: print x
PASS -> UNRESOLVED: gdb.ada/bias.exp: print x * x1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print x + x1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print x - x1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print x / x1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print x := 5
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y /= y
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y /= y1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y < y1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y <= y1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y = y
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y > y1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print y >= y1
PASS -> UNRESOLVED: gdb.ada/bias.exp: print/c cval
PASS -> UNRESOLVED: gdb.ada/bias.exp: ptype x + x1
PASS -> UNRESOLVED: gdb.ada/bias.exp: re-read x after storing
new FAIL: gdb.ada/bp_inlined_func.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/catch_ex.exp: cannot run to main, testcase aborted
PASS -> UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
PASS -> UNRESOLVED: gdb.ada/char_enum.exp: print pck.Global_Enum_Type'
PASS -> UNRESOLVED: gdb.ada/char_enum.exp: ptype Char_Enum_Type
PASS -> UNRESOLVED: gdb.ada/char_enum.exp: ptype pck.Global_Enum_Type
new UNRESOLVED: gdb.ada/complete.exp: show editing
PASS -> UNRESOLVED: gdb.ada/display_nested.exp: display s
new FAIL: gdb.ada/excep_handle.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/formatted_ref.exp: address of s1
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.hello
PASS -> UNRESOLVED: gdb.ada/funcall_char.exp: print f
PASS -> UNRESOLVED: gdb.ada/funcall_param.exp: p ident
PASS -> UNRESOLVED: gdb.ada/funcall_ptr.exp: Check that initial value of GA is null
PASS -> UNRESOLVED: gdb.ada/funcall_ptr.exp: Check that value of GA is 0x1234
PASS -> UNRESOLVED: gdb.ada/funcall_ptr.exp: call pck.p
XPASS -> UNRESOLVED: gdb.ada/funcall_ref.exp: p get
XPASS -> UNRESOLVED: gdb.ada/funcall_ref.exp: ptype get
PASS -> UNRESOLVED: gdb.ada/homonym.exp: break at BREAK_2
PASS -> UNRESOLVED: gdb.ada/homonym.exp: continue until BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_1
PASS -> UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_2
PASS -> UNRESOLVED: gdb.ada/homonym.exp: ptype int_type at BREAK_1
PASS -> UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_1
PASS -> UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_2
PASS -> UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_1
PASS -> UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_2
PASS -> UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
PASS -> UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
PASS -> UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value>
PASS -> UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
PASS -> UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new FAIL: gdb.ada/info_auto_lang.exp: can't run to some_c.c STOP location
new FAIL: gdb.ada/info_exc.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Do_Nothing
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Var_Arr_Typedef
new FAIL: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new FAIL: gdb.ada/mi_catch_assert.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex_hand.exp: cannot run to main, testcase aborted
PASS -> UNRESOLVED: gdb.ada/mi_dyn_arr.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.ada/mi_dyn_arr.exp: create bt varobj
PASS -> UNRESOLVED: gdb.ada/mi_dyn_arr.exp: list ggg1's children
PASS -> UNRESOLVED: gdb.ada/mi_dyn_arr.exp: run to foo.adb:22
new UNRESOLVED: gdb.ada/mi_dyn_arr.exp: wait for stop
new FAIL: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
PASS -> UNRESOLVED: gdb.ada/mi_exc_info.exp: breakpoint at main
new UNRESOLVED: gdb.ada/mi_interface.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_ref_changeable.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_string_access.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_var_array.exp: wait for stop
new UNRESOLVED: gdb.ada/mi_var_union.exp: wait for stop
PASS -> UNRESOLVED: gdb.ada/nested.exp: break on nested function First
PASS -> UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
PASS -> UNRESOLVED: gdb.ada/ptype_union.exp: print global
PASS -> UNRESOLVED: gdb.ada/py_taft.exp: python print
PASS -> UNRESOLVED: gdb.ada/py_taft.exp: python v = gdb.parse_and_eval
new FAIL: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:22
new UNRESOLVED: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:29
new UNRESOLVED: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:35
new UNRESOLVED: gdb.ada/same_component_name.exp: setting breakpoint at pck.adb:53
new UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: setting breakpoint at update_small
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print full'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full_table'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype primary_table'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype variable_table'length
PASS -> UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
new UNRESOLVED: gdb.ada/unc_arr_ptr_in_var_rec.exp: setting breakpoint at foo.adb:48
PASS -> UNRESOLVED: gdb.ada/uninitialized_vars.exp: info locals
PASS -> UNRESOLVED: gdb.ada/var_arr_typedef.exp: print a
PASS -> UNRESOLVED: gdb.ada/var_arr_typedef.exp: print va
PASS -> UNRESOLVED: gdb.ada/var_arr_typedef.exp: print vb
PASS -> UNRESOLVED: gdb.ada/var_rec_arr.exp: print a1
PASS -> UNRESOLVED: gdb.ada/var_rec_arr.exp: print a2
PASS -> UNRESOLVED: gdb.ada/var_rec_arr.exp: ptype a1
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: continuing to second breakpoint
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: set watchpoint on function argument X
PASS -> UNRESOLVED: gdb.ada/watch_minus_l.exp: continue with watch -location
PASS -> UNRESOLVED: gdb.ada/watch_minus_l.exp: watch -location pck.global_var
new FAIL: gdb.arch/disp-step-insn-reloc.exp: can't run to main
new FAIL: gdb.arch/ftrace-insn-reloc.exp: can't run to main to check for trace support
new FAIL: gdb.asm/asm-source.exp: can't run to main
new FAIL: gdb.base/advance.exp: can't run to main
new FAIL: gdb.base/annota-input-while-running.exp: can't run to main
new UNRESOLVED: gdb.base/annota1.exp: next to exit loop
new FAIL: gdb.base/annota1.exp: run to main
new FAIL: gdb.base/anon.exp: run to main
new UNRESOLVED: gdb.base/args.exp: setting breakpoint at 11
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new FAIL: gdb.base/asmlabel.exp: can't run to main
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new FAIL: gdb.base/attach-wait-input.exp: editing off: can't run to setup_done
new FAIL: gdb.base/attach-wait-input.exp: editing on: can't run to setup_done
PASS -> UNRESOLVED: gdb.base/attach.exp: cmdline attach run: run to main
PASS -> FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt
PASS -> UNRESOLVED: gdb.base/attach.exp: do_attach_failure_tests: first attach
PASS -> UNRESOLVED: gdb.base/attach.exp: do_attach_tests: attach1, after setting file
PASS -> UNRESOLVED: gdb.base/attach.exp: do_call_attach_tests: attach call
PASS -> FAIL: gdb.base/attach.exp: do_command_attach_tests: starting with --pid
new FAIL: gdb.base/auto-connect-native-target.exp: can't run to main
new FAIL: gdb.base/auxv.exp: can't run to main
new FAIL: gdb.base/bigcore.exp: can't run to main
new UNRESOLVED: gdb.base/bitfields.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bitfields.exp: setting breakpoint at break5
new UNRESOLVED: gdb.base/bitfields2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break1
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break2
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break3
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break4
new UNRESOLVED: gdb.base/bitfields2.exp: setting breakpoint at break5
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: awatch: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=off: watch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: awatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=nopie: always_inserted=on: watch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: awatch: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=off: watch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: awatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: awatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: break: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: rwatch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: rwatch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: watch: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: pie=pie: always_inserted=on: watch: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/break-inline.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: symbol-less: info files
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: symbol-less: info files
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: reach-main: setting breakpoint at main
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: symbol-less: info files
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: symbol-less: info files
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: INNER: attach-relinkNO: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: reach-main: setting breakpoint at main
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: attach: attach final prompt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: core: core loaded
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: kill
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: main bt
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: reach-libfunc: setting breakpoint at libfunc
new UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: reach-main: setting breakpoint at main
FAIL -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: kill
new FAIL: gdb.base/break-main-file-remove-fail.exp: cmdline: can't run to start
new FAIL: gdb.base/break-main-file-remove-fail.exp: file: can't run to start
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break.exp: break tests suppressed
new UNRESOLVED: gdb.base/break.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break.exp: enable
new UNRESOLVED: gdb.base/break.exp: print 1
new UNRESOLVED: gdb.base/break.exp: print 2
new UNRESOLVED: gdb.base/break.exp: print 3
new UNRESOLVED: gdb.base/break.exp: print 4
new UNRESOLVED: gdb.base/break.exp: print 5
new UNRESOLVED: gdb.base/break.exp: print 6
new UNRESOLVED: gdb.base/break.exp: set $bar = 6
new UNRESOLVED: gdb.base/break.exp: set $foo = 3
new FAIL: gdb.base/bt-selected-frame.exp: bt full: can't run to main
new FAIL: gdb.base/bt-selected-frame.exp: bt: can't run to main
new FAIL: gdb.base/call-signal-resume.exp: can't run to main
new FAIL: gdb.base/callexit.exp: can't run to main
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: next to t_double_values
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 10: set language c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 6: next to t_double_values
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 6: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 6: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: next to t_double_values
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 7: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: next to t_double_values
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 8: set language c
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: next to t_double_values
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: next to t_structs_c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: rerun number 9: set language c
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 1
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 2
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 3
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 4
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: retrieve original register contents 5
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: setting breakpoint at add
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: setting breakpoint at sum10
new UNRESOLVED: gdb.base/callfuncs.exp: noproto: setting breakpoint at t_small_values
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 4: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: rerun number 5: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/callfuncs.exp: setting breakpoint at add
new UNRESOLVED: gdb.base/callfuncs.exp: setting breakpoint at sum10
new UNRESOLVED: gdb.base/callfuncs.exp: setting breakpoint at t_small_values
new FAIL: gdb.base/catch-gdb-caused-signals.exp: can't run to main to make the tests
new FAIL: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching load: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload: can't run to main
new FAIL: gdb.base/catch-signal-siginfo-cond.exp: can't run to main
new UNRESOLVED: gdb.base/catch-signal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: setting breakpoint at main
new FAIL: gdb.base/catch-syscall.exp: can't run to main
new UNRESOLVED: gdb.base/checkpoint-ns.exp: checkpoint
new UNRESOLVED: gdb.base/checkpoint-ns.exp: continue
new UNRESOLVED: gdb.base/checkpoint-ns.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 49
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 54
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 57
new UNRESOLVED: gdb.base/checkpoint-ns.exp: setting breakpoint at 59
new UNRESOLVED: gdb.base/checkpoint.exp: checkpoint
new UNRESOLVED: gdb.base/checkpoint.exp: continue
new UNRESOLVED: gdb.base/checkpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 49
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 54
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 57
new UNRESOLVED: gdb.base/checkpoint.exp: setting breakpoint at 59
new UNRESOLVED: gdb.base/commands.exp: backslash_in_multi_line_command_test: setting breakpoint at main
new UNRESOLVED: gdb.base/commands.exp: bp_deleted_in_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: breakpoint_clear_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: breakpoint_clear_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: setting breakpoint at main
new UNRESOLVED: gdb.base/commands.exp: if_while_breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: if_while_breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: infrun_breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: infrun_breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: progvar_complex_if_while_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_complex_if_while_test: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/commands.exp: progvar_simple_if_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_while_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_while_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: temporary_breakpoint_commands: begin commands in bp_deleted_in_command_test
new UNRESOLVED: gdb.base/commands.exp: temporary_breakpoint_commands: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: test_command_prompt_position: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: test_command_prompt_position: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: user_defined_command_args_eval: define command_args_eval
new UNRESOLVED: gdb.base/commands.exp: user_defined_command_args_stack_test: define args_stack_command
new UNRESOLVED: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: watchpoint_command_test: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/compare-sections.exp: can't run to main
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for complete info registers
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for mt print reggroups
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for mt print registers
new UNRESOLVED: gdb.base/completion.exp: capture_command_output for mt print user-registers
new UNRESOLVED: gdb.base/completion.exp: show editing
new UNRESOLVED: gdb.base/completion.exp: target ctf
new FAIL: gdb.base/complex-parts.exp: can't run to main
new UNRESOLVED: gdb.base/complex.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/cond-eval-mode.exp: can't run to main
new FAIL: gdb.base/condbreak-call-false.exp: can't run to main
new UNRESOLVED: gdb.base/condbreak.exp:
new FAIL: gdb.base/consecutive-step-over.exp: can't run to main
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: run to main
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: run to main
new UNRESOLVED: gdb.base/cursal.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/debug-expr.exp: run to main
new UNRESOLVED: gdb.base/define.exp:
new FAIL: gdb.base/define.exp: define tests suppressed
new UNRESOLVED: gdb.base/detach.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/disabled-location.exp: can't run to main
new FAIL: gdb.base/display.exp: could not run to main - other tests will fail.
new UNRESOLVED: gdb.base/dmsym.exp: setting breakpoint at dmsym_main.c:31
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: can't run to main
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp: agent: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp: gdb: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-next.exp: can't run to main
new FAIL: gdb.base/dprintf-non-stop.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: run to resolved dprintf
new FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: can't run to main
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: can't run to main
new UNRESOLVED: gdb.base/ena-dis-br.exp:
new UNRESOLVED: gdb.base/ena-dis-br.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
new UNRESOLVED: gdb.base/ending-run.exp: info line ending-run.c:11
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
new FAIL: gdb.base/execl-update-breakpoints.exp: couldn't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: continue: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/execution-termios.exp: finish: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: finish: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/execution-termios.exp: infcall: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: infcall: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/execution-termios.exp: next: can't run to main
new UNRESOLVED: gdb.base/find.exp: set *
new UNRESOLVED: gdb.base/find.exp: set int16_search_buf[10] = 0x1234
new UNRESOLVED: gdb.base/find.exp: set int32_search_buf[10] = 0x12345678
new UNRESOLVED: gdb.base/find.exp: set int64_search_buf[10] = 0xfedcba9876543210LL
new FAIL: gdb.base/finish-pretty.exp: can't run to foo
new FAIL: gdb.base/fixsection.exp: can't run to main
new FAIL: gdb.base/foll-exec-mode.exp: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec.exp: couldn't run foll-exec
new UNRESOLVED: gdb.base/foll-fork.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: can't run to main
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: backtrace at breakpoint
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: continue to breakpoint: frame_2
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: frame 0
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: frame 1
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: frame 2
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: frame 3
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: get_frame_address: frame 0
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: get_frame_address: frame 1
PASS -> UNRESOLVED: gdb.base/frame-selection.exp: get_frame_address: frame 2
new UNRESOLVED: gdb.base/frame-selection.exp: setting breakpoint at frame_2
new FAIL: gdb.base/frameapply.exp: can't run to setup_done
PASS -> UNRESOLVED: gdb.base/fullname.exp: set breakpoint at main - built other
PASS -> UNRESOLVED: gdb.base/fullname.exp: set breakpoint at main - built relative
PASS -> UNRESOLVED: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built other
PASS -> UNRESOLVED: gdb.base/fullname.exp: set breakpoint by full path after loading symbols - built relative
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built other
PASS -> FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading symbols - built relative
new FAIL: gdb.base/func-ptr.exp: can't run to main
new UNRESOLVED: gdb.base/funcargs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2f
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2g
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2h
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2i
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call4a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call4b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call5a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call5b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6f
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6g
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6h
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6i
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6j
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call6k
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7f
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7g
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7h
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7i
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7j
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call7k
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc1a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc1b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc2a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callc2b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callca
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcb
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcc
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcd
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callce
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at callcf
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at hitbottom
new FAIL: gdb.base/gcore-relro-pie.exp: can't run to break_here
new FAIL: gdb.base/gcore-tls-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: break main
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: x 0
new FAIL: gdb.base/gdb1090.exp: can't run to main
new FAIL: gdb.base/gdb11530.exp: run to main
new FAIL: gdb.base/gdb11531.exp: run to main
new FAIL: gdb.base/gdb1555.exp: can't run to main
new FAIL: gdb.base/gnu_vector.exp: runto main
new FAIL: gdb.base/hbreak-in-shr-unsupported.exp: can't run to main
new FAIL: gdb.base/hbreak-unmapped.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak2.exp: break tests suppressed
new UNRESOLVED: gdb.base/hbreak2.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/hook-stop.exp: hook-stop kills inferior: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs before frame print: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue&: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs next: can't run to main
new FAIL: gdb.base/infcall-input.exp: couldn't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: l=c: types-ts: can't run to main
new FAIL: gdb.base/info-fun.exp: n_flag=0: NO: can't run to main
new FAIL: gdb.base/info-os.exp: cannot run to main
new FAIL: gdb.base/info-program.exp: can't run to main
new FAIL: gdb.base/info-types.exp: l=c++: can't run to main
new FAIL: gdb.base/info-types.exp: l=c: can't run to main
new FAIL: gdb.base/info_qt.exp: can't run to setup_done
new UNRESOLVED: gdb.base/interrupt-daemon-attach.exp: parent: setting breakpoint at marker
new FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function
new FAIL: gdb.base/interrupt-noterm.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new FAIL: gdb.base/jit-exec.exp: can't run to main
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: address changed
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: get address of __jit_debug_descriptor
PASS -> UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: maint info breakpoints shows jit breakpoint
new UNRESOLVED: gdb.base/jit-simple.exp: shared: same addr: second run: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: change addr: address changed
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: second run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: second run: get address of __jit_debug_descriptor
PASS -> UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: second run: maint info breakpoints shows jit breakpoint
PASS -> UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: second run: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: attach: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-2: can't run to main
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: add inferior 3
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 1 2 3
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 3
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: inferior 1
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: inferior 3
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2 3
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 10
new FAIL: gdb.base/label.exp: label tests suppressed
new FAIL: gdb.base/line-symtabs.exp: can't run to main
new FAIL: gdb.base/list-missing-source.exp: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 3: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 1, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 3: can't run to main
new FAIL: gdb.base/load-command.exp: can't run to main
new FAIL: gdb.base/long-inferior-output.exp: run to main
new FAIL: gdb.base/long_long.exp: run to known_types
new FAIL: gdb.base/longjmp.exp: can't run to main
new UNRESOLVED: gdb.base/macscp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/macscp.exp: macro tests suppressed: couldn't run to main
new UNRESOLVED: gdb.base/macscp.exp: test macro information
new UNRESOLVED: gdb.base/maint.exp:
new UNRESOLVED: gdb.base/maint.exp: check index cache stats
new UNRESOLVED: gdb.base/maint.exp: check index cache status
new UNRESOLVED: gdb.base/maint.exp: maint print psymbols -pc
new UNRESOLVED: gdb.base/maint.exp: maint print psymbols -source
new FAIL: gdb.base/max-depth.exp: l=c++: can't run to main
new FAIL: gdb.base/max-depth.exp: l=c: can't run to main
new FAIL: gdb.base/max-value-size.exp: can't run to main
new UNRESOLVED: gdb.base/memattr.exp: delete mem
new UNRESOLVED: gdb.base/memattr.exp: get address of mem1
new UNRESOLVED: gdb.base/memattr.exp: get address of mem2
new UNRESOLVED: gdb.base/memattr.exp: get address of mem3
new UNRESOLVED: gdb.base/memattr.exp: get address of mem4
new UNRESOLVED: gdb.base/memattr.exp: get address of mem5
new UNRESOLVED: gdb.base/memattr.exp: get end of mem1
new UNRESOLVED: gdb.base/memattr.exp: get end of mem2
new UNRESOLVED: gdb.base/memattr.exp: get end of mem3
new UNRESOLVED: gdb.base/memattr.exp: get end of mem4
new UNRESOLVED: gdb.base/memattr.exp: get end of mem5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: follow child, print pids
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: follow parent, print pids
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: help set detach
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 1
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 1
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: restart final
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 1
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: set detach off
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork child
new UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork parent
new UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: show detach default on
PASS -> UNRESOLVED: gdb.base/new-ui-echo.exp: extra console as driver: breakpoint hit reported on main console too
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: run to breakpoint on extra console
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: set breakpoint using extra console
PASS -> UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: breakpoint hit reported on extra console too
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: next on extra console
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: print on extra console echoes
PASS -> UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: print on main console echoes
PASS -> UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: set breakpoint using main console
PASS -> FAIL: gdb.base/new-ui-pending-input.exp: print 1 on extra console
PASS -> FAIL: gdb.base/new-ui-pending-input.exp: print 2 on extra console
PASS -> FAIL: gdb.base/new-ui-pending-input.exp: print 3 on extra console
PASS -> UNRESOLVED: gdb.base/new-ui-pending-input.exp: run to breakpoint on main console
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
new UNRESOLVED: gdb.base/nostdlib.exp: setting breakpoint at *_start
new FAIL: gdb.base/nostdlib.exp: setting breakpoint at *marker
new UNRESOLVED: gdb.base/opaque.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/options.exp: check for working compile command
new FAIL: gdb.base/options.exp: test-backtrace: cannot run to main
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: no-trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: show editing
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: show max-completions
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-frame-apply: trailing-space: show max-completions
new UNRESOLVED: gdb.base/options.exp: test-info-threads: show editing
new FAIL: gdb.base/options.exp: test-print: cannot run to main
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: no-trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: show editing
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: show max-completions
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: set max-completions 0
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: set max-completions 2
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: show editing
new UNRESOLVED: gdb.base/options.exp: test-thread-apply: trailing-space: show max-completions
new FAIL: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: paginate: can't run to main
new FAIL: gdb.base/paginate-inferior-exit.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/pending.exp:
new UNRESOLVED: gdb.base/pending.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pending.exp: set pending breakpoint 2
new UNRESOLVED: gdb.base/pending.exp: set pending breakpoint 3
new UNRESOLVED: gdb.base/pending.exp: setting breakpoint at main
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: can't run to main
new FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
PASS -> UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
PASS -> UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new FAIL: gdb.base/pr11022.exp: can't run to main
new FAIL: gdb.base/printcmds.exp: can't run to main
new UNRESOLVED: gdb.base/ptype.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=quit: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sighup: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sigterm: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=quit: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sighup: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sigterm: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=quit: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sighup: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sigterm: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=quit: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sighup: attach
PASS -> UNRESOLVED: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/randomize.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/randomize.exp: no randomization detected on this system
new FAIL: gdb.base/range-stepping.exp: can't run to main
new FAIL: gdb.base/reggroups.exp: can't run to main
new UNRESOLVED: gdb.base/relativedebug.exp: continue
new UNRESOLVED: gdb.base/relativedebug.exp: info sharedlibrary
new UNRESOLVED: gdb.base/relativedebug.exp: pause found in backtrace
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : shell sleep 1
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : continue until exit at second pass
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
PASS -> UNRESOLVED: gdb.base/run-after-attach.exp: attach to process
PASS -> UNRESOLVED: gdb.base/run-after-attach.exp: attempt kill via quit
PASS -> UNRESOLVED: gdb.base/run-after-attach.exp: kill process
PASS -> UNRESOLVED: gdb.base/run-after-attach.exp: restart process
new FAIL: gdb.base/savedregs.exp: can't run to main
new UNRESOLVED: gdb.base/scope.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sepdebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sepdebug.exp: sepdebug tests suppressed
new FAIL: gdb.base/set-noassign.exp: can't run to main
new FAIL: gdb.base/setshow.exp: can't run to main
new UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/shlib-call.exp: setting breakpoint at shr1
new FAIL: gdb.base/shreloc.exp: can't run to main
new UNRESOLVED: gdb.base/sigall.exp: get signal 33
new UNRESOLVED: gdb.base/sigall.exp: get signal 34
new UNRESOLVED: gdb.base/sigall.exp: get signal 35
new UNRESOLVED: gdb.base/sigall.exp: get signal 36
new UNRESOLVED: gdb.base/sigall.exp: get signal 37
new UNRESOLVED: gdb.base/sigall.exp: get signal 38
new UNRESOLVED: gdb.base/sigall.exp: get signal 39
new UNRESOLVED: gdb.base/sigall.exp: get signal 40
new UNRESOLVED: gdb.base/sigall.exp: get signal 41
new UNRESOLVED: gdb.base/sigall.exp: get signal 42
new UNRESOLVED: gdb.base/sigall.exp: get signal 43
new UNRESOLVED: gdb.base/sigall.exp: get signal 44
new UNRESOLVED: gdb.base/sigall.exp: get signal 45
new UNRESOLVED: gdb.base/sigall.exp: get signal 46
new UNRESOLVED: gdb.base/sigall.exp: get signal 47
new UNRESOLVED: gdb.base/sigall.exp: get signal 48
new UNRESOLVED: gdb.base/sigall.exp: get signal 49
new UNRESOLVED: gdb.base/sigall.exp: get signal 50
new UNRESOLVED: gdb.base/sigall.exp: get signal 51
new UNRESOLVED: gdb.base/sigall.exp: get signal 52
new UNRESOLVED: gdb.base/sigall.exp: get signal 53
new UNRESOLVED: gdb.base/sigall.exp: get signal 54
new UNRESOLVED: gdb.base/sigall.exp: get signal 55
new UNRESOLVED: gdb.base/sigall.exp: get signal 56
new UNRESOLVED: gdb.base/sigall.exp: get signal 57
new UNRESOLVED: gdb.base/sigall.exp: get signal 58
new UNRESOLVED: gdb.base/sigall.exp: get signal 59
new UNRESOLVED: gdb.base/sigall.exp: get signal 60
new UNRESOLVED: gdb.base/sigall.exp: get signal 61
new UNRESOLVED: gdb.base/sigall.exp: get signal 62
new UNRESOLVED: gdb.base/sigall.exp: get signal 63
new UNRESOLVED: gdb.base/sigall.exp: get signal DANGER
new UNRESOLVED: gdb.base/sigall.exp: get signal EMT
new UNRESOLVED: gdb.base/sigall.exp: get signal GRANT
new UNRESOLVED: gdb.base/sigall.exp: get signal LOST
new UNRESOLVED: gdb.base/sigall.exp: get signal LWP
new UNRESOLVED: gdb.base/sigall.exp: get signal MSG
new UNRESOLVED: gdb.base/sigall.exp: get signal PHONE
new UNRESOLVED: gdb.base/sigall.exp: get signal POLL
new UNRESOLVED: gdb.base/sigall.exp: get signal PRIO
new UNRESOLVED: gdb.base/sigall.exp: get signal RETRACT
new UNRESOLVED: gdb.base/sigall.exp: get signal SAK
new UNRESOLVED: gdb.base/sigall.exp: get signal SOUND
new UNRESOLVED: gdb.base/sigall.exp: get signal WAITING
new UNRESOLVED: gdb.base/sigall.exp: get signal WIND
new FAIL: gdb.base/sigaltstack.exp: can't run to main
new FAIL: gdb.base/sigbpt.exp: can't run to main
new FAIL: gdb.base/siginfo-addr.exp: can't run to main
new FAIL: gdb.base/siginfo-obj.exp: can't run to main
new FAIL: gdb.base/siginfo-thread.exp: can't run to main
new FAIL: gdb.base/siginfo.exp: can't run to main
new FAIL: gdb.base/signull.exp: can't run to main
new FAIL: gdb.base/sigrepeat.exp: can't run to main
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/skip-solib.exp: skip tests suppressed
new FAIL: gdb.base/skip.exp: can't run to main
new FAIL: gdb.base/so-impl-ld.exp: implicit solibs tests suppressed
new FAIL: gdb.base/solib-corrupted.exp: can't run to main
new FAIL: gdb.base/solib-display.exp: NO: can't run to main
new UNRESOLVED: gdb.base/solib-probes-nosharedlibrary.exp: setting breakpoint at main
new FAIL: gdb.base/solib-search.exp: can't run to main
new UNRESOLVED: gdb.base/solib-symbol.exp: can't run to main
new UNRESOLVED: gdb.base/solib-symbol.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/solib-vanish.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
PASS -> UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
PASS -> UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
PASS -> UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
PASS -> UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
PASS -> UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
PASS -> UNRESOLVED: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
new UNRESOLVED: gdb.base/solib-weak.exp: setting breakpoint at bar
new FAIL: gdb.base/source-dir.exp: can't run to main
new FAIL: gdb.base/source-execution.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp-2.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp.exp: can't run to main
new FAIL: gdb.base/stack-checking.exp: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fno-stack-protector: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-all: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector-strong: can't run to main
new FAIL: gdb.base/stack-protector.exp: protection=-fstack-protector: can't run to main
new UNRESOLVED: gdb.base/starti.exp: setting breakpoint at main
new FAIL: gdb.base/step-break.exp: can't run to main
new FAIL: gdb.base/step-line.exp: can't run to main
new FAIL: gdb.base/step-over-exit.exp: can't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: couldn't run to main
new FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: run to main
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: run to main
new FAIL: gdb.base/step-test.exp: can't run to main
new UNRESOLVED: gdb.base/structs.exp: setting breakpoint at 318
new FAIL: gdb.base/structs2.exp: can't run to main
new FAIL: gdb.base/style-logging.exp: style tests failed
new FAIL: gdb.base/style.exp: style tests failed
new FAIL: gdb.base/sym-file.exp: can't run to main
new FAIL: gdb.base/symbol-alias.exp: can't run to main
new FAIL: gdb.base/symtab-search-order.exp: can't run to main
new FAIL: gdb.base/term.exp: can't run to break_here
new FAIL: gdb.base/testenv.exp: setting breakpoint at 42
new FAIL: gdb.base/testenv.exp: test_inherit_env_var: setting breakpoint at 42
new UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test1: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/type-opaque.exp: can't run to main
new FAIL: gdb.base/ui-redirect.exp: can't run to main
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at unload.c:66
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at unload.c:93
new FAIL: gdb.base/until-nodebug.exp: can't run to main
new FAIL: gdb.base/until.exp: can't run to main
new FAIL: gdb.base/unwindonsignal.exp: can't run to main
new FAIL: gdb.base/utf8-identifiers.exp: couldn't run to done
new FAIL: gdb.base/vdso-warning.exp: setup: setting breakpoint at main
new FAIL: gdb.base/vla-optimized-out.exp: o1: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3_strict: can't run to f1
new UNRESOLVED: gdb.base/watch-bitfields.exp: regular watch against bitfields: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/watch-cond-infcall.exp: hw: run to main
new FAIL: gdb.base/watch-cond-infcall.exp: sw: run to main
new FAIL: gdb.base/watch-cond.exp: can't run to main
new FAIL: gdb.base/watch-non-mem.exp: can't run to main
new FAIL: gdb.base/watch-read.exp: run to main
new FAIL: gdb.base/watch-vfork.exp: run to main
new FAIL: gdb.base/watch_thread_num.exp: run to main
new FAIL: gdb.base/watchpoint-reuse-slot.exp: can't run to main
new UNRESOLVED: gdb.base/watchpoint-solib.exp:
new FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: run to main
new UNRESOLVED: gdb.base/watchpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: p *nullptr
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 151
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 159
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: setting breakpoint at 167
new UNRESOLVED: gdb.base/watchpoint.exp: p *nullptr
new UNRESOLVED: gdb.base/watchpoint.exp: set can-use-hw-watchpoints 1
new UNRESOLVED: gdb.base/watchpoint.exp: setting breakpoint at 151
new UNRESOLVED: gdb.base/watchpoint.exp: setting breakpoint at 159
new UNRESOLVED: gdb.base/watchpoint.exp: setting breakpoint at 167
new FAIL: gdb.base/watchpoint.exp: watch tests suppressed
new UNRESOLVED: gdb.base/watchpoints.exp: disable 2
new UNRESOLVED: gdb.base/watchpoints.exp: watch ival1
new UNRESOLVED: gdb.base/watchpoints.exp: watch ival3
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c: can't run to main
new FAIL: gdb.base/with.exp: run control: cannot run to main
new FAIL: gdb.compile/compile-tls.exp: can't run to main
new UNRESOLVED: gdb.cp/annota2.exp: break at main
new FAIL: gdb.cp/ena-dis-br-range.exp: run to marker
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=0: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=1: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=0: can't run to main
new FAIL: gdb.cp/except-multi-location.exp: static_lib=1: static_bin=1: can't run to main
new UNRESOLVED: gdb.cp/formatted-ref.exp: find address of e1
new UNRESOLVED: gdb.cp/formatted-ref.exp: find address of i1
new UNRESOLVED: gdb.cp/formatted-ref.exp: find address of s1
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=nodebug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=nodebug: can't run to main
new FAIL: gdb.cp/local-static.exp: c++: couldn't run to breakpoint
new FAIL: gdb.cp/local-static.exp: c: couldn't run to breakpoint
new UNRESOLVED: gdb.cp/mb-inline.exp: can't run to main for multi_line_foo tests.
new UNRESOLVED: gdb.cp/mb-inline.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: can't run to main for multi_line_foo tests.
new UNRESOLVED: gdb.cp/mb-templates.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: disable breakpoint: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: enable
new UNRESOLVED: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: kill
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set condition
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::Inner::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *Outer::inner::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi1::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi1::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi1::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi2::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi2::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi2::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi3::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi3::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *oi3::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::Inner::innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::Innermost::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::foo
new UNRESOLVED: gdb.cp/nsalias.exp: setting breakpoint at *outer::inner::innermost::foo
new FAIL: gdb.cp/parse-lang.exp: setting breakpoint at C::m if v == 42
new UNRESOLVED: gdb.cp/parse-lang.exp: setting breakpoint at marker
new FAIL: gdb.cp/pr10687.exp: can't run to main
new FAIL: gdb.cp/pr9167.exp: can't run to main
new FAIL: gdb.cp/re-set-overloaded.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new FAIL: gdb.cp/scope-err.exp: can't run to main
new UNRESOLVED: gdb.cp/templates.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/templates.exp: destructor_breakpoint
new UNRESOLVED: gdb.cp/typeid.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/typeid.exp: typeid
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++03: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++11: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c: can't run to main
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-objfile-overlap.exp: setting breakpoint at *outer_before
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame2_label - frame2
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame3_label - frame3
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: hi-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.gdb/python-interrupts.exp: check if python 3
new UNRESOLVED: gdb.gdb/python-interrupts.exp: setting breakpoint at set_active_ext_lang
new UNRESOLVED: gdb.gdb/python-interrupts.exp: verify python support
new UNRESOLVED: gdb.gdb/python-selftest.exp: check if python 3
new UNRESOLVED: gdb.gdb/python-selftest.exp: verify python support
new UNRESOLVED: gdb.gdb/selftest.exp: printed version
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload-quoted: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn-2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: function-labels: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: if-expression: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-function: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-label: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: no-data-symbols: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: operator<: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: unique completion: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: arrow-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: assignment-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: conversion-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: show editing
new FAIL: gdb.linespec/keywords.exp: can't run to main
new UNRESOLVED: gdb.linespec/linespec.exp: show editing
new FAIL: gdb.linespec/ls-errs.exp: lang=C++: can't run to main
new FAIL: gdb.linespec/ls-errs.exp: lang=C: can't run to main
new FAIL: gdb.linespec/thread.exp: can't run to main
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: register values d
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: register values f
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: register values o
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: register values t
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: register values x
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: -thread-list-ids
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: breakpoint at main
PASS -> FAIL: gdb.mi/gdb669.exp: finding MI result string
PASS -> FAIL: gdb.mi/gdb669.exp: finding number of threads in MI output
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: info threads
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: next, try 0
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: next, try 1
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: next, try 2
PASS -> UNRESOLVED: gdb.mi/gdb669.exp: next, try 3
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: create fooPtr
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr.x
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr.y
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: list children of fooPtr.z
PASS -> UNRESOLVED: gdb.mi/gdb701.exp: step over "foo = 0"
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: create var for class A
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: create var for class C which has baseclass A
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of A.private
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected.b
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected.b.private
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of A.protected.b.public
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of A.public
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of class A
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: list children of class C
new UNRESOLVED: gdb.mi/mi-async.exp:
new UNRESOLVED: gdb.mi/mi-async.exp: CLI next: send
PASS -> UNRESOLVED: gdb.mi/mi-async.exp: CLI next: stop
new UNRESOLVED: gdb.mi/mi-async.exp: restart: send
PASS -> UNRESOLVED: gdb.mi/mi-async.exp: restart: stop
PASS -> UNRESOLVED: gdb.mi/mi-async.exp: start: stop
KFAIL -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify:
new UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing execution to marker
new UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing to exit
new UNRESOLVED: gdb.mi/mi-catch-cpp-exceptions.exp: check for stap probe in libstdc++
new UNRESOLVED: gdb.mi/mi-catch-load.exp:
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: auto-solib-add on
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: catch load
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: continue
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: auto-solib-add on
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: catch unload
new UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: continue
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -break-insert -t basics.c:$line_main_callme_2
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -break-insert -t basics.c:$line_main_hello
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -exec-continue to line $line_main_callme_2
new UNRESOLVED: gdb.mi/mi-cli.exp: -exec-continue to line $line_main_hello
new UNRESOLVED: gdb.mi/mi-cli.exp: -exec-step to line $line_callee4_next_step
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "break callee4"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "delete 2"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "down"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "frame 2"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "help set args"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "info break"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "list"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_callme_2
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_return
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set $pc=0x0"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set args foobar"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set listsize 1"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set listsize 10"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "show args"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "up"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -stack-select-frame 0
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: 34 next: CLI output
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: 34 next: run
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: 34 next: stop
PASS -> FAIL: gdb.mi/mi-cli.exp: CLI finish: check CLI output
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: CLI finish: check MI output
new UNRESOLVED: gdb.mi/mi-cli.exp: CLI finish: collect CLI output
new UNRESOLVED: gdb.mi/mi-cli.exp: CLI finish: send CLI command
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: breakpoint at main
PASS -> FAIL: gdb.mi/mi-cli.exp: breakpoint hit produces CLI output
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: check *stopped from CLI command
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: check *stopped from CLI command 2
new UNRESOLVED: gdb.mi/mi-cli.exp: collect CLI output for -exec-step
new UNRESOLVED: gdb.mi/mi-cli.exp: collect CLI output for breakpoint hit
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: continue to callee4
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: temporary breakpoint output hit in MI
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -complete "b mai"
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -complete "b push_ba", wildmatching
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -complete bogus
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -complete br
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -complete br, max-completions 0
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -complete br, max-completions 1
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: -info-gdb-mi-command complete
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: set max-completions 0
PASS -> UNRESOLVED: gdb.mi/mi-complete.exp: set max-completions 1
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: breakpoint at test
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: insert conditional breakpoint
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: insert end breakpoint
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: no spurious *running notifications
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: successfully compiled posix threads test case
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: breakpoint at test
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: insert conditional breakpoint
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: insert end breakpoint
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: no spurious *running notifications
PASS -> UNRESOLVED: gdb.mi/mi-console.exp: Testing console output
PASS -> UNRESOLVED: gdb.mi/mi-console.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-console.exp: finished step over hello
PASS -> UNRESOLVED: gdb.mi/mi-detach.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-detach.exp: detach
new UNRESOLVED: gdb.mi/mi-disassemble.exp:
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble bogus address, -a
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble bogus address, -s -e
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble bogus filename
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly only
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file & line, assembly with opcodes
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line assembly mixed with opcodes
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly mixed
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble file, line, number assembly only
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly only
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly with opcodes
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble function around pc assembly only
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble function callee4 assembly only
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble mix different args
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed with opcodes
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble wrong mode arg
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf continue
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: explicit breakpoint at mi-dprintf.c:30
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: explicit dprintf at main
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf continue
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf
new UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf continue
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: invalid explicit dprintf
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi info dprintf
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert breakpoint bp_location1
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert breakpoint main
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert breakpoint without format string
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert dprintf dp_location1
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert dprintf foo
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert second breakpoint without format string
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert without location
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf channel
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf style to an unrecognized type
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf style to call
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi set dprintf-channel stderr
new UNRESOLVED: gdb.mi/mi-dprintf.exp: set dprintf style to agent
PASS -> UNRESOLVED: gdb.mi/mi-eval.exp: breakpoint at callee4
PASS -> UNRESOLVED: gdb.mi/mi-eval.exp: eval &A
PASS -> UNRESOLVED: gdb.mi/mi-eval.exp: eval A
PASS -> UNRESOLVED: gdb.mi/mi-eval.exp: eval A + 3
PASS -> UNRESOLVED: gdb.mi/mi-eval.exp: eval A+3
PASS -> UNRESOLVED: gdb.mi/mi-eval.exp: next at callee4
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on console
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on console
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups after exit shows exit-code
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups during run shows no exit-code
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: breakpoint at main
new UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: continuing to inferior exit
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: exit normally
PASS -> FAIL: gdb.mi/mi-file-transfer.exp: compare binary file
PASS -> FAIL: gdb.mi/mi-file-transfer.exp: compare intermediate binary file
PASS -> UNRESOLVED: gdb.mi/mi-file-transfer.exp: deleted binary file
PASS -> UNRESOLVED: gdb.mi/mi-file-transfer.exp: get binary file
PASS -> UNRESOLVED: gdb.mi/mi-file-transfer.exp: put binary file
PASS -> UNRESOLVED: gdb.mi/mi-file.exp: Getting a list of source files.
PASS -> UNRESOLVED: gdb.mi/mi-file.exp: request path info of current source file
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: memory successfully filled
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: memory successfully written
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: next at main
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: no arguments
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: one argument missing
PASS -> UNRESOLVED: gdb.mi/mi-fill-memory.exp: pattern correctly read from memory
PASS -> UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: compare_filenames_for_search does match
PASS -> UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: compare_filenames_for_search does not match
PASS -> UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: fullname present
PASS -> UNRESOLVED: gdb.mi/mi-fullname-deleted.exp: substituted fullname
PASS -> UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: -var-info-path-expression var1.A
PASS -> UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: breakpoint at C::testLocation
PASS -> UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: create var for THIS
PASS -> UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: list children of THIS
new UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp:
PASS -> UNRESOLVED: gdb.mi/mi-logging.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-nonstop-exit.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-nonstop.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-ns-stale-regcache.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-nsintrall.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-nsmoribund.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-nsthrexec.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to conditional bp
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to skip conditional bp
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to thread condition
new UNRESOLVED: gdb.mi/mi-pending.exp: continuing execution to thread creation
PASS -> UNRESOLVED: gdb.mi/mi-pthreads.exp: -thread_list_ids
PASS -> UNRESOLVED: gdb.mi/mi-pthreads.exp: breakpoint at done_making_threads
PASS -> UNRESOLVED: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select
PASS -> UNRESOLVED: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select 123456789
PASS -> FAIL: gdb.mi/mi-pthreads.exp: finding threads in MI output
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: 3x2, one byte
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: 3x2, one byte offset by -6
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: ascii and data
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: decimal
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: expression in quotes
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: next at main
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: no arguments
PASS -> UNRESOLVED: gdb.mi/mi-read-memory.exp: octal
PASS -> UNRESOLVED: gdb.mi/mi-return.exp: breakpoint at callee4
PASS -> UNRESOLVED: gdb.mi/mi-return.exp: delete all breakpoints
PASS -> UNRESOLVED: gdb.mi/mi-return.exp: return from callee4 now
PASS -> UNRESOLVED: gdb.mi/mi-reverse.exp: Turn on process record
PASS -> UNRESOLVED: gdb.mi/mi-reverse.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: break-insert operation
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: continue to end
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: disabling of breakpoints
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: exec-finish
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: insert breakpoint at "<fullfilename>":$line_callee4_head
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:$line_callee3_head
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: insert breakpoint at basics.c:callee2
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: list of breakpoints
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: list of breakpoints, 16 disabled
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: next at main
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: run to main
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: step at main
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: step to callee4
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: get the list of shared libraries
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: mi runto main
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: CLI prints solib event
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: check for solib event
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: unset stop-on-solib-events
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: breakpoint at callee4
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: next's in callee4
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: run to 27
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: selected frame listing
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 0
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 0 1 1
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 0 1 3
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1 1 1
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1 1 3
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing 1 1 300
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack args listing wrong
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing 1 1
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing 1 3
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing 1 300
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack frame listing wrong
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth 3
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth 99
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack info-depth wrong usage
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack locals for same frame
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing for new frame
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing of names
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing of names and values
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing wrong
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack locals listing, simple types: names and values, complex type: names and types
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: stack select frame 1
new UNRESOLVED: gdb.mi/mi-stack.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-start.exp: run to main
PASS -> UNRESOLVED: gdb.mi/mi-stepi.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-stepi.exp: next-instruction at main
PASS -> UNRESOLVED: gdb.mi/mi-stepi.exp: next-instruction at main 2
PASS -> UNRESOLVED: gdb.mi/mi-stepi.exp: step-instruction at main
PASS -> UNRESOLVED: gdb.mi/mi-stepn.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-syn-frame.exp: testing exec continue
new UNRESOLVED: gdb.mi/mi-threads-interrupt.exp: continue
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: break-delete 1
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: break-insert operation
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: run to main
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: until after current function
KFAIL -> UNRESOLVED: gdb.mi/mi-until.exp: until after while loop
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: until line number
PASS -> UNRESOLVED: gdb.mi/mi-until.exp: until line number:file
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: breakpoint at do_block_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable cb
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable foo
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable foo2
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable inner_foo
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: delete var cb
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: delete var foo 1
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: delete var foo 2
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: delete var foo2
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: delete var inner_foo
XFAIL -> UNRESOLVED: gdb.mi/mi-var-block.exp: evaluate inner_foo: should be out of scope: KNOWN PROBLEM
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 1
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 2
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 3
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 4
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 5
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: step at do_block_test 6
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: try to create local variable foo
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: update all vars: cb foo changed
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: update cb
XFAIL -> UNRESOLVED: gdb.mi/mi-var-block.exp: update foo should be out of scope: KNOWN PROBLEM
XFAIL -> UNRESOLVED: gdb.mi/mi-var-block.exp: update foo2 should be out of scope: KNOWN PROBLEM
XFAIL -> UNRESOLVED: gdb.mi/mi-var-block.exp: update foo2: should be out of scope: KNOWN PROBLEM
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: update foo: did not change
XFAIL -> UNRESOLVED: gdb.mi/mi-var-block.exp: update inner_foo: should be out of scope: KNOWN PROBLEM
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: breakpoint at do_children_tests
new FAIL: gdb.mi/mi-var-child.exp: child_deletion: go to line 339
new UNRESOLVED: gdb.mi/mi-var-child.exp: child_deletion: step over 339
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable  psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable  psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable  psnp->ptrs
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable weird
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: create local variable weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: delete var struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: delete var weird
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: delete var weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.character
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_struct
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.integer
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.3
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.4
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.5
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.6
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.7
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.8
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.9
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_int
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.g
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.h
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.i
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.f
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.a
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.b
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.c
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.d
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get children of weird.long_array
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.character
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_struct
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.integer
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.3
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.4
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.5
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.6
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.7
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.8
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.9
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_int
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.g
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.h
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.i
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.f
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.a
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.b
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.c
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.d
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: get number of children of weird.long_array
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.long_array editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.long_array.0 editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.u1.a editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.u1.b editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is struct_declarations.u1.c editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is weird editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is weird->int_ptr_ptr editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.s2 editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: is weird.u1 editable
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: listing of children, simple types: names, type and values, complex types: names and types
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: listing of names and values of children
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: run to 229
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: run to mi-var-child.c:339
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 4
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 5
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 6
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 7
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_123 + 8
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_a0_0
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 3
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 4
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 1
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 2
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 3
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 4
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 5
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 6
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 7
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: step to line $line_dct_123
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars int_ptr_ptr and children changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->char_ptr
XFAIL -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_ptr changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_struct changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.integer
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.0 changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.1 changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.10 changed, don't print values.
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.11 changed, print values.
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.2 changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: update all vars. None changed
new UNRESOLVED: gdb.mi/mi-var-child.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign array to pointer
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign same array to pointer
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign same value to func
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to func
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to global_simple
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lcharacter
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to ldouble
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lfloat
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to linteger again, same value
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to llong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lpfloat
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lpinteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lplong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lsimple->integer
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lsimple.character
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: assign to lsimple.integer
new FAIL: gdb.mi/mi-var-cmd.exp: bitfield: go to line 526
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: bitfield: step over 526
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at do_locals_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at do_special_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at incr_a
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: breakpoint at subroutine1
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: check F inside callee
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: continue to where i is initialized
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create endvar
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create global variable array_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create i
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create int
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create l
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable func
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lcharacter
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable ldouble
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lfloat
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable llong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpcharacter
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpdouble
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpfloat
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpinteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lplong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lpsimple
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create local variable lsimple
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create lsimple->integer
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create lsimple.character
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create lsimple.integer
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create null_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: create selected_a
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete array_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete endvar
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete null_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete selected_a
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var  lsimple->integer
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var func
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var i
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var l
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lcharacter
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var ldouble
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lfloat
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var llong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpcharacter
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpdouble
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpfloat
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpinteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lplong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lpsimple
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lsimple
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lsimple.character
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: delete var lsimple.integer
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lcharacter
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lfloat
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval llong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lpinteger
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: eval lplong
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: floating varobj invalidation
new FAIL: gdb.mi/mi-var-cmd.exp: floating: go to line 469
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: floating: step over 469
new FAIL: gdb.mi/mi-var-cmd.exp: frozen: go to line 367
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: frozen: step over 367
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: check initial value
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: create varobj
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: inside breakpoint inside callee
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: kill program before endvar
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto do_special_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto incr_a
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: mi runto subroutine1
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: next out of subroutine1
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: return from incr_a to do_special_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to 148
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:367
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:469
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to var-cmd.c:526
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: step a line in incr_a
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: step at do_locals_test
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: step at do_locals_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: step at subroutine1
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update F inside callee
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: all now out of scope
XFAIL -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: changed FIXME
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: func and lpsimple changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: i changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lcharacter changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed after assign
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: linteger not changed after same assign
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: llong changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lpcharacter changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed after assign
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: lsimple and others changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: many changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update all vars: no changes on second update
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update endvar
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update null_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update selected_a in do_special_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: update selected_a in incr_a
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: var update
new UNRESOLVED: gdb.mi/mi-var-cmd.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: create root varobj for a
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
new FAIL: gdb.mi/mi-var-cp.exp: base_in_reference: go to line 45
new UNRESOLVED: gdb.mi/mi-var-cp.exp: base_in_reference: step over 45
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: break in anonymous_structs_and_unions
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: continue to anonymous_structs breakpoint
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public.b
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public.c
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.e
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.d
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public.b
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public.c
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.e
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.d
new FAIL: gdb.mi/mi-var-cp.exp: path_expression: go to line 144
new UNRESOLVED: gdb.mi/mi-var-cp.exp: path_expression: step over 144
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_pointer: go to line 81
new UNRESOLVED: gdb.mi/mi-var-cp.exp: reference_to_pointer: step over 81
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_struct: go to line 104
new UNRESOLVED: gdb.mi/mi-var-cp.exp: reference_to_struct: step over 104
new FAIL: gdb.mi/mi-var-cp.exp: reference_update: go to line 19
new UNRESOLVED: gdb.mi/mi-var-cp.exp: reference_update: step over 19
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:104
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:144
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:19
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:45
PASS -> UNRESOLVED: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:81
new UNRESOLVED: gdb.mi/mi-var-cp.exp: wait for stop
new UNRESOLVED: gdb.mi/mi-var-create-rtti.exp:
PASS -> UNRESOLVED: gdb.mi/mi-var-create-rtti.exp: -var-create sp1 * $sp
PASS -> UNRESOLVED: gdb.mi/mi-var-create-rtti.exp: -var-create sp2 @ $sp
PASS -> UNRESOLVED: gdb.mi/mi-var-create-rtti.exp: breakpoint at main
new UNRESOLVED: gdb.mi/mi-var-display.exp:
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: assing to variable bar
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: assing to variable foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: break-insert operation
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: break-insert operation 2
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: breakpoint at incr_a
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: continue to do_special_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create duplicate local variable anone
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable a1
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable anone
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable anons
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable anonu
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable bar
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable e
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable s
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable u
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: create local variable weird
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: delete var bar
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: delete var foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: delete var weird
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable -f decimal foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable -f nat foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable -f octal foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable anone
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable anons
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable anonu
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable bar
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable bar with new format
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable bar with new value
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable e
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in binary
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in decimal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in hex
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in natural
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable foo in octal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable s
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: eval variable u
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get children local variable weird
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get children of anone
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get children of anons
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get children of anonu
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get children of e
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get children of s
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get children of u
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of anone
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of anons
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of anonu
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of e
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of s
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: get number of children of u
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable anone
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable anons
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable anonu
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable bar
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable e
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable foo
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable s
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: info type variable u
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: is anone editable
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: is anons editable
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: is anonu editable
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: is e editable
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: is s editable
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: is u editable
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: mi runto incr_a
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: print FP register
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: run to main
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable bar in decimal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable bar in hex
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable bar in zero-padded hexadecimal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable foo decimal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable foo in octal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.character
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in hex
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in zero-padded hex
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in hex
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in natural
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in zero-padded hex
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_struct
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.integer
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.long_array
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.long_int
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.s2
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: set format variable weird.u1
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable bar
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in binary
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in decimal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in hex
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in natural
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo after eval in octal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo in natural
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable foo in octal
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: breakpoint at do_locals_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: create floating variable
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: create local variable linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: global_simple not anymore in scope due to binary changes
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: global_simple still alive
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: linteger not anymore in scope due to binary changes
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: linteger not valid anymore due to binary changes
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: no type for invalid variable global_simple
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: set format variable float_simple
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: type simpleton for valid variable global_simple
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: create variable object
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #1
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #2
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 41
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 43
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: update variable object
new UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:250
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:306
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:36
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:63
PASS -> UNRESOLVED: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
new FAIL: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: go to line 306
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: step over 306
new FAIL: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: go to line 250
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: step over 250
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: go to line 36
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: step over 36
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: go to line 93
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: step over 93
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: go to line 63
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: step over 63
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: go to line 148
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: step over 148
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: go to line 201
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: step over 201
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: create local variable vla
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: eval variable vla
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate complete vla
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate vla[0]
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate vla[2]
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: evaluate vla[4]
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: get children of vla
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: info type variable vla
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: insert breakpoint at line 28 after vla is filled
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: run to breakpoint at line 28
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: show format variable vla
PASS -> UNRESOLVED: gdb.mi/mi-watch-nonstop.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: break-watch operation
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: break-watch operation
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: breakpoint at callee4
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi2-cli-display.exp: breakpoint at do_tests
PASS -> UNRESOLVED: gdb.mi/mi2-cli-display.exp: check display and source line x=24
PASS -> UNRESOLVED: gdb.mi/mi2-cli-display.exp: check display and source line x=25
PASS -> UNRESOLVED: gdb.mi/mi2-cli-display.exp: display x
new UNRESOLVED: gdb.mi/mi2-cli-display.exp: exec-next
PASS -> UNRESOLVED: gdb.mi/mi2-cli-display.exp: next
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for v
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for var
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.c
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of v1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: break in do_anonymous_type_tests
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: break in do_nested_struct_union_tests
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: breakpoint at do_children_tests
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: continue to do_anonymous_type_tests breakpoint
new UNRESOLVED: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable  psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable  psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable  psnp->ptrs
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable weird
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: create local variable weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: delete var struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: delete var weird
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: delete var weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.d
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.e
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.f
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c.*c
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for v1.x
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.a1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.a1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.b1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.b1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.character
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_struct
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.integer
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.4
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.5
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.6
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.7
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.8
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.9
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_int
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.g
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.i
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.f
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.c
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.d
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get children of weird.long_array
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.character
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_struct
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.integer
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.4
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.5
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.6
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.7
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.8
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.9
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_int
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.g
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.i
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.f
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.c
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.d
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: get number of children of weird.long_array
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array.0 editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.a editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.b editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.c editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird->int_ptr_ptr editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.s2 editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: is weird.u1 editable
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.d
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.e
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.f
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c.*c
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for v1.x
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.a1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.b1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: run to 251
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 4
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 5
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 6
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 7
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 8
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_nothing
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_nothing + 1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 1
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 2
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 3
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 4
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 5
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 6
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 7
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: step to line $line_dct_123
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars int_ptr_ptr and children changed
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->char_ptr
XFAIL -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->long_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.char_ptr
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.integer
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.0 changed
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.1 changed
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.2 changed
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: update all vars. None changed
new UNRESOLVED: gdb.mi/mi2-var-child.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/new-ui-mi-sync.exp: sync-command=continue: breakpoint at main
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again, event on MI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: breakpoint at main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: can't run to main
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: frame without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: select frame 1, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: reset selection to thread 1.1
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again, event on MI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame, event on MI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: reset selection to frame 0
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select again
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select again, event on CLI, ensure no output CLI
PASS -> UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: breakpoint at main
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: can't run to main
new FAIL: gdb.modula2/max-depth.exp: can't run to main
new UNRESOLVED: gdb.multi/base.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/dummy-frame-restore.exp: can't run to f1
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: add second inferior
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: attach to program 1
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: attach to program 2
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: backtrace 1
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: backtrace 2
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: inferior 1
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: kill inferior 1
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: kill inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-attach.exp: switch to second inferior
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: attach
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: continue
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: info threads
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: attach
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: run to main
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: info inferiors
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: set schedule-multiple on
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: tty TTY
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: attach
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: continue
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: info threads
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: run to main
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: run to main
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: run to main
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: tty TTY
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: attach
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: info threads
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: run to main
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: run to main
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: add empty inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: continue
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: info inferiors
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: info threads
new UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: run to main
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: set schedule-multiple on
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: switch to inferior 2
PASS -> UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: tty TTY
new FAIL: gdb.multi/remove-inferiors.exp: couldn't run to main.
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at main
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at marker_exit
new FAIL: gdb.opt/clobbered-registers-O2.exp: run to start_sequence
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=break: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: cmd=break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-bt.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-locals.exp: inline-bt.exp
new FAIL: gdb.python/lib-types.exp: can't run to main
new FAIL: gdb.python/py-as-string.exp: couldn't run to main.
new FAIL: gdb.python/py-bad-printers.exp: can't run to main
new FAIL: gdb.python/py-block.exp: can't run to main
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_address: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_address: eval address of main
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_basic: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_cond_and_cmds: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_deletion: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_events: setting breakpoint at 48
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_invisible: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_pending: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_pending: setting breakpoint at nosuchfunction
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_qualified: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_temporary: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: cannot run to main.
new FAIL: gdb.python/py-cmd.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-events.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-events.exp: set detach-on-fork off
new UNRESOLVED: gdb.python/py-events.exp: setting breakpoint at do_nothing
new UNRESOLVED: gdb.python/py-events.exp: setting breakpoint at first
new FAIL: gdb.python/py-events.exp: setting breakpoint at main
new UNRESOLVED: gdb.python/py-evsignal.exp: signal Thread 3
new FAIL: gdb.python/py-evthreads.exp: setting breakpoint at main
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread2
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread3
new FAIL: gdb.python/py-finish-breakpoint.exp: cannot run to main.
new FAIL: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new FAIL: gdb.python/py-frame-inline.exp: can't run to function f
new FAIL: gdb.python/py-frame.exp: can't run to main
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: enable frame filters
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: filtered stack listing
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: load python file
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: run to 46
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: run to 51
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --all-values
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --all-values frame filters enabled
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals 0
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals 1
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-locals 2
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: stack-list-variables 0
new UNRESOLVED: gdb.python/py-framefilter-mi.exp: wait for stop
new FAIL: gdb.python/py-inferior.exp: can't run to main
new FAIL: gdb.python/py-infthread.exp: can't run to main
PASS -> UNRESOLVED: gdb.python/py-mi-events.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.python/py-mi-events.exp: continue
PASS -> UNRESOLVED: gdb.python/py-mi-events.exp: python continue handler ran
PASS -> UNRESOLVED: gdb.python/py-mi-events.exp: python stop handler ran
PASS -> UNRESOLVED: gdb.python/py-mi-events.exp: register events
PASS -> UNRESOLVED: gdb.python/py-mi-events.exp: set the breakpoint
PASS -> UNRESOLVED: gdb.python/py-mi-objfile.exp: file-exec-and-symbols operation
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-create c1 * &c1
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.car.atom.ival
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.cdr
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1.cdr.cdr
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car.atom
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.cdr
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: run to 61
new UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: wait for stop
new UNRESOLVED: gdb.python/py-mi.exp:
PASS -> UNRESOLVED: gdb.python/py-mi.exp: Install visualizer on a cplus_fake_child
PASS -> UNRESOLVED: gdb.python/py-mi.exp: assign string_1 from string_2
PASS -> UNRESOLVED: gdb.python/py-mi.exp: breakpoint at main
PASS -> UNRESOLVED: gdb.python/py-mi.exp: check tsrvw expression value
PASS -> UNRESOLVED: gdb.python/py-mi.exp: check tsrvw varobj value
PASS -> UNRESOLVED: gdb.python/py-mi.exp: choose array visualizer for c
PASS -> UNRESOLVED: gdb.python/py-mi.exp: choose default visualizer
PASS -> UNRESOLVED: gdb.python/py-mi.exp: choose visualizer using expression
PASS -> UNRESOLVED: gdb.python/py-mi.exp: clear visualizer
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create container varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create container varobj, no pretty-printing
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create estring varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create fake varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create me varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create nscont varobj, no pretty-printing
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create nstype varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create nstype2 varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create outer varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create second container varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create string_1 varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create tsrvw varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: create varobj for c
PASS -> UNRESOLVED: gdb.python/py-mi.exp: delete varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: evaluate me varobj
PASS -> UNRESOLVED: gdb.python/py-mi.exp: examine container children=0
PASS -> UNRESOLVED: gdb.python/py-mi.exp: examine container children=0, no pretty-printing
PASS -> UNRESOLVED: gdb.python/py-mi.exp: examine nscont children=0, no pretty-printing
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children after listing selected range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children after setting exception flag
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children after setting update range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children fake.private
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children of c
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children of fake
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children of outer
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list children of outer.s
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list selected children after setting range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list varobj children after resetting child range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: list varobj children after selecting child range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over change of array element
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over outer update
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over update 1
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over update 2
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over update 3
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over update 4
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over update 5
PASS -> UNRESOLVED: gdb.python/py-mi.exp: next over update 6
PASS -> UNRESOLVED: gdb.python/py-mi.exp: printer whose children are returned as a list
PASS -> UNRESOLVED: gdb.python/py-mi.exp: run to 143
PASS -> UNRESOLVED: gdb.python/py-mi.exp: run to 236
PASS -> UNRESOLVED: gdb.python/py-mi.exp: run to 268
PASS -> UNRESOLVED: gdb.python/py-mi.exp: run to 359
PASS -> UNRESOLVED: gdb.python/py-mi.exp: run to 382
PASS -> UNRESOLVED: gdb.python/py-mi.exp: set update range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: set update range with non-zero start
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update after next with restricted range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update after type change
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update after updating element of outer
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update string varobj after assignment
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update varobj 2, no children requested
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update varobj after element change
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update varobj with change outside selected range
PASS -> UNRESOLVED: gdb.python/py-mi.exp: update varobj, no children requested
PASS -> UNRESOLVED: gdb.python/py-mi.exp: varobj update 1
PASS -> UNRESOLVED: gdb.python/py-mi.exp: varobj update 2
PASS -> UNRESOLVED: gdb.python/py-mi.exp: varobj update after choosing default
PASS -> UNRESOLVED: gdb.python/py-mi.exp: varobj update after choosing via expression
PASS -> UNRESOLVED: gdb.python/py-mi.exp: varobj update after clearing
new UNRESOLVED: gdb.python/py-mi.exp: wait for stop
new FAIL: gdb.python/py-objfile.exp: can't run to main
new FAIL: gdb.python/py-pp-maint.exp: can't run to main
new FAIL: gdb.python/py-pp-registration.exp: can't run to main
new FAIL: gdb.python/py-progspace.exp: can't run to main
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
PASS -> UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new FAIL: gdb.python/py-rbreak.exp: can't run to main
new FAIL: gdb.python/py-record-full.exp: can't run to main
new FAIL: gdb.python/py-recurse-unwind.exp: can't run to main
new FAIL: gdb.python/py-shared.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-symtab.exp: can't run to main
PASS -> UNRESOLVED: gdb.python/py-sync-interp.exp: attach and where
new UNRESOLVED: gdb.python/py-template.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get inferior
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get pthread_t type
new UNRESOLVED: gdb.python/py-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-type.exp: lang_c: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: lang_cpp: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: verify python support
new FAIL: gdb.python/py-unwind-maint.exp: can't run to main
new UNRESOLVED: gdb.python/py-value.exp: can't run to main
new UNRESOLVED: gdb.python/py-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-value.exp: print
new UNRESOLVED: gdb.python/py-value.exp: python a = gdb.history
new UNRESOLVED: gdb.python/py-value.exp: python b = gdb.history
new FAIL: gdb.python/python.exp: can't run to main
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: setting breakpoint at foo
new UNRESOLVED: gdb.reverse/consecutive-reverse.exp: setting breakpoint at foo
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: can't run to main
new FAIL: gdb.reverse/insn-reverse.exp: run to main
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: break 100
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: reverse-step
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: step
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 33
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 45
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 57
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 71
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 85
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 94
new UNRESOLVED: gdb.reverse/machinestate.exp: break 100
new UNRESOLVED: gdb.reverse/machinestate.exp: reverse-step
new UNRESOLVED: gdb.reverse/machinestate.exp: step
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 33
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 45
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 57
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 71
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 85
new UNRESOLVED: gdb.reverse/machinestate.exp: tbreak 94
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: can't run to main
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: breakpoint at end of main
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTERM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all nostop noprint
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: kill process, prepare to debug log file
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reload precord save file
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: run to end of main
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: save process recfile
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG33 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG34 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG35 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG36 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG37 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG38 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG39 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG40 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG41 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG42 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG43 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG44 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG45 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG46 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG47 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG48 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG49 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG50 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG51 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG52 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG53 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG54 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG55 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG56 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG57 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG58 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG59 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG60 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG61 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG62 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG63 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGABRT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGBUS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCHLD stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCONT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGDANGER stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGEMT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGFPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGGRANT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGHUP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGILL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLOST stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLWP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGMSG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPHONE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPIPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPOLL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPRIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPROF stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPWR stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGQUIT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGRETRACT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSAK stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSEGV stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSOUND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSYS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTSTP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTIN stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTOU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGURG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR1 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR2 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGVTALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWAITING stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWINCH stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWIND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXCPU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXFSZ stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG33 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG34 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG35 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG36 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG37 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG38 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG39 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG40 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG41 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG42 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG43 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG44 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG45 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG46 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG47 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG48 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG49 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG50 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG51 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG52 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG53 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG54 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG55 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG56 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG57 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG58 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG59 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG60 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG61 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG62 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG63 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGABRT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGBUS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCHLD stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCONT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGDANGER stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGEMT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGFPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGGRANT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGHUP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGILL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLOST stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLWP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGMSG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPHONE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPIPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPOLL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPRIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPROF stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPWR stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGQUIT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGRETRACT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSAK stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSEGV stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSOUND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSYS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTSTP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTIN stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTOU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGURG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR1 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR2 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGVTALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWAITING stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWINCH stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWIND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXCPU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXFSZ stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 33
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 34
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 35
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 36
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 37
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 38
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 39
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 40
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 41
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 42
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 43
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 44
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 45
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 46
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 47
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 48
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 49
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 50
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 51
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 52
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 53
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 54
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 55
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 56
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 57
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 58
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 59
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 60
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 61
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 62
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal IO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: turn on process record
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: continue to signal exit
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTERM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG33 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG34 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG35 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG36 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG37 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG38 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG39 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG40 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG41 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG42 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG43 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG44 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG45 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG46 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG47 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG48 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG49 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG50 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG51 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG52 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG53 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG54 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG55 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG56 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG57 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG58 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG59 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG60 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG61 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG62 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG63 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGABRT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGBUS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCHLD stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCONT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGDANGER stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGEMT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGFPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGGRANT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGHUP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGILL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLOST stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLWP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGMSG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPHONE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPIPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPOLL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPRIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPROF stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPWR stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGQUIT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGRETRACT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSAK stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSEGV stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSOUND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSYS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTSTP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTIN stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTOU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGURG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR1 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR2 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGVTALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWAITING stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWINCH stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWIND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXCPU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXFSZ stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TERM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG33 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG34 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG35 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG36 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG37 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG38 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG39 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG40 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG41 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG42 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG43 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG44 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG45 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG46 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG47 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG48 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG49 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG50 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG51 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG52 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG53 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG54 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG55 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG56 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG57 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG58 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG59 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG60 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG61 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG62 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG63 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGABRT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGBUS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCHLD stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCONT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGDANGER stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGEMT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGFPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGGRANT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGHUP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGILL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLOST stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLWP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGMSG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPHONE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPIPE stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPOLL stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPRIO stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPROF stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPWR stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGQUIT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGRETRACT stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSAK stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSEGV stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSOUND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSYS stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTSTP stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTIN stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTOU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGURG stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR1 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR2 stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGVTALRM stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWAITING stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWINCH stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWIND stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXCPU stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXFSZ stop print
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 33
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 34
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 35
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 36
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 37
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 38
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 39
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 40
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 41
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 42
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 43
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 44
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 45
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 46
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 47
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 48
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 49
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 50
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 51
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 52
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 53
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 54
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 55
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 56
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 57
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 58
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 59
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 60
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 61
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 62
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 63
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ABRT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal BUS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CHLD
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CONT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal DANGER
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal EMT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal FPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal GRANT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal HUP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ILL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal IO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LOST
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LWP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal MSG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PHONE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PIPE
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal POLL
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PRIO
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PROF
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PWR
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal QUIT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal RETRACT
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SAK
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SEGV
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SOUND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SYS
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TSTP
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTIN
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTOU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal URG
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR1
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR2
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal VTALRM
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WAITING
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WINCH
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WIND
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XCPU
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/watch-precsave.exp: set can-use-hw-watchpoints 0
PASS -> UNRESOLVED: gdb.server/abspath.exp: continue to main
new UNRESOLVED: gdb.server/abspath.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=off: connect and print pc
PASS -> UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=off: print pc again
PASS -> UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> UNRESOLVED: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: break main
PASS -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: continue to main
PASS -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: target remote
PASS -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: break main
PASS -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: continue to main
PASS -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: attach to remote program 1
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: attach to remote program 2
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: backtrace 1
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: backtrace 2
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: backtrace with no program
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: detach
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: kill
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: monitor exit
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: kill
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: monitor exit
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: restart: run to main
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: restart: set remote exec-file
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: restart: set remote run-packet off
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: run to main
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
new FAIL: gdb.server/ext-run.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: kill
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: monitor exit
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: print d
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: restart: print d
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: restart: run to marker
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: restart: set remote exec-file
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: restart: set remote run-packet off
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: run to marker
new FAIL: gdb.server/ext-wrapper.exp: setting breakpoint at marker
PASS -> FAIL: gdb.server/file-transfer.exp: compare binary file
PASS -> FAIL: gdb.server/file-transfer.exp: compare intermediate binary file
PASS -> FAIL: gdb.server/file-transfer.exp: compare intermediate text file
PASS -> FAIL: gdb.server/file-transfer.exp: compare text file
PASS -> UNRESOLVED: gdb.server/file-transfer.exp: deleted binary file
PASS -> UNRESOLVED: gdb.server/file-transfer.exp: deleted text file
PASS -> UNRESOLVED: gdb.server/file-transfer.exp: get binary file
PASS -> UNRESOLVED: gdb.server/file-transfer.exp: get text file
PASS -> UNRESOLVED: gdb.server/file-transfer.exp: put binary file
PASS -> UNRESOLVED: gdb.server/file-transfer.exp: put text file
PASS -> UNRESOLVED: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> UNRESOLVED: gdb.server/no-thread-db.exp: libthread-db is now unresolvable
PASS -> UNRESOLVED: gdb.server/no-thread-db.exp: print foo
new UNRESOLVED: gdb.server/no-thread-db.exp: setting breakpoint at no-thread-db.c:26
PASS -> UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: second: disconnect
PASS -> UNRESOLVED: gdb.server/run-without-local-binary.exp: run test program until the end
PASS -> UNRESOLVED: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> UNRESOLVED: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> UNRESOLVED: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> UNRESOLVED: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> UNRESOLVED: gdb.server/server-connect.exp: udp4: connect to gdbserver using udp4:127.0.0.1
PASS -> UNRESOLVED: gdb.server/server-connect.exp: udp6-with-brackets: connect to gdbserver using udp6:[::1]
PASS -> UNRESOLVED: gdb.server/server-connect.exp: udp6: connect to gdbserver using udp6:::1
PASS -> UNRESOLVED: gdb.server/server-exec-info.exp: info files
PASS -> UNRESOLVED: gdb.server/server-exec-info.exp: set sysroot remote:
PASS -> UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
new UNRESOLVED: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor help
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor set debug 0
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor set debug 1
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor set debug-format all
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor set debug-format none
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor set remote-debug 0
PASS -> UNRESOLVED: gdb.server/server-mon.exp: monitor set remote-debug 1
PASS -> UNRESOLVED: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
new UNRESOLVED: gdb.server/server-run.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.server/solib-list.exp: non-stop 0: target remote
PASS -> UNRESOLVED: gdb.server/stop-reply-no-thread.exp: connect
PASS -> UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: connect to remote and read binary
PASS -> UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: continue to main
PASS -> UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: continue to printf
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at main
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at printf
PASS -> UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: connect to remote and read binary
PASS -> UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: continue to main
PASS -> UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: continue to printf
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: setting breakpoint at main
new UNRESOLVED: gdb.server/sysroot.exp: sysroot=remote: setting breakpoint at printf
PASS -> UNRESOLVED: gdb.server/wrapper.exp: continue to marker
PASS -> UNRESOLVED: gdb.server/wrapper.exp: print d
new UNRESOLVED: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: nonthreaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> UNRESOLVED: gdb.threads/attach-slow-waitpid.exp: attach to target
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 1: attach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 1: detach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 1: info threads shows two LWPs
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 2: attach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 2: detach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 2: info threads shows two LWPs
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 3: attach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 3: detach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: bg attach 3: info threads shows two LWPs
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 1: attach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 1: detach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 1: info threads shows two LWPs
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 2: attach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 2: detach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 2: info threads shows two LWPs
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 3: attach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 3: detach
PASS -> UNRESOLVED: gdb.threads/clone-attach-detach.exp: fg attach 3: info threads shows two LWPs
new FAIL: gdb.threads/fork-child-threads.exp: can't run to main
new FAIL: gdb.threads/interrupted-hand-call.exp: can't run to main
new FAIL: gdb.threads/kill.exp: non-threaded: run to main
new FAIL: gdb.threads/kill.exp: threaded: run to main
PASS -> UNRESOLVED: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily
PASS -> UNRESOLVED: gdb.threads/killed.exp: run program to completion
new FAIL: gdb.threads/local-watch-wrong-thread.exp: can't run to main
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 0
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 1
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 10
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 11
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 12
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 13
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 14
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 15
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 16
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 17
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 18
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 19
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 2
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 20
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 21
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 22
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 23
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 24
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 25
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 26
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 27
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 28
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 29
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 3
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 30
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 31
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 4
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 5
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 6
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 7
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 8
PASS -> UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 9
new UNRESOLVED: gdb.threads/multi-create.exp: setting breakpoint at multi-create.c:45
new FAIL: gdb.threads/multiple-successive-infcall.exp: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: can't run to thread_function
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: can't run to thread_function
new FAIL: gdb.threads/stop-with-handle.exp: can't run to main
PASS -> UNRESOLVED: gdb.threads/switch-threads.exp: continue to breakpoint: continue to thread_func
new UNRESOLVED: gdb.threads/switch-threads.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/switch-threads.exp: next
new UNRESOLVED: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
new FAIL: gdb.threads/thread-unwindonsignal.exp: can't run to main
new FAIL: gdb.threads/thread_events.exp: can't run to main with messages disabled
new UNRESOLVED: gdb.threads/thread_events.exp: can't run to main with messages enabled
new UNRESOLVED: gdb.threads/thread_events.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/thread_events.exp: set print thread-events on
PASS -> UNRESOLVED: gdb.threads/threxit-hop-specific.exp: continue to thread start
PASS -> UNRESOLVED: gdb.threads/threxit-hop-specific.exp: get past the thread specific breakpoint
PASS -> UNRESOLVED: gdb.threads/threxit-hop-specific.exp: set thread specific breakpoint
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: setting breakpoint at 47
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: setting breakpoint at thread_function
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: gcore
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: native: load core file
new FAIL: gdb.threads/tls-shared.exp: can't run to main
new FAIL: gdb.threads/tls-so_extern.exp: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/vfork-follow-child-exec.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/watchthreads.exp: can't run to main
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39ef2f6256737db92f5d60fa201fe0b301bb8100//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/39ef2f6256737db92f5d60fa201fe0b301bb8100//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 23:32 [binutils-gdb] Fix creation of stamp-h by gdb's configure script gdb-buildbot
@ 2019-10-22 23:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/998

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        c5adaa1921c34d2b9711ec7cecd3cb4a253620db

Subject of commit:
        Fix creation of stamp-h by gdb's configure script

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c5/c5adaa1921c34d2b9711ec7cecd3cb4a253620db/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 2
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 6
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c5/c5adaa1921c34d2b9711ec7cecd3cb4a253620db//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c5/c5adaa1921c34d2b9711ec7cecd3cb4a253620db//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 21:48 [binutils-gdb] [gdb] Fix typos in comments gdb-buildbot
@ 2019-10-22 21:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 21:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/996

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        405feb71d4733a36cdc0629e9e4ccecd1a40dc39

Subject of commit:
        [gdb] Fix typos in comments

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/405feb71d4733a36cdc0629e9e4ccecd1a40dc39/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/405feb71d4733a36cdc0629e9e4ccecd1a40dc39//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/40/405feb71d4733a36cdc0629e9e4ccecd1a40dc39//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 20:52 [binutils-gdb] [gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other files gdb-buildbot
@ 2019-10-22 20:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 20:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/994

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        062f1fc13a075a34890988f3a396b5e58fc86396

Subject of commit:
        [gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/062f1fc13a075a34890988f3a396b5e58fc86396/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/062f1fc13a075a34890988f3a396b5e58fc86396//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/062f1fc13a075a34890988f3a396b5e58fc86396//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 20:04 [binutils-gdb] PR29, Coreutils POSIX2_VERSION as 200112L gdb-buildbot
@ 2019-10-22 20:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 20:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/993

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        a315e14713de0a712382b3159507c16a0975a8d1

Subject of commit:
        PR29, Coreutils POSIX2_VERSION as 200112L

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a3/a315e14713de0a712382b3159507c16a0975a8d1/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a3/a315e14713de0a712382b3159507c16a0975a8d1//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a3/a315e14713de0a712382b3159507c16a0975a8d1//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 18:05 [binutils-gdb] gdb/fortran: Add test for module variables in 'info variables' output gdb-buildbot
@ 2019-10-22 18:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 18:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/991

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        0b54364d92d9cddb490f9291ec8eef11086b0917

Subject of commit:
        gdb/fortran: Add test for module variables in 'info variables' output

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b54364d92d9cddb490f9291ec8eef11086b0917/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 6
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b54364d92d9cddb490f9291ec8eef11086b0917//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b54364d92d9cddb490f9291ec8eef11086b0917//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 17:52 [binutils-gdb] gdb/testsuite: Allow cc-with-tweaks board file to be used with Fortran gdb-buildbot
@ 2019-10-22 17:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 17:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/990

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        7ff5fae704ca96a9ce17cba5004e7b8402bb70bb

Subject of commit:
        gdb/testsuite: Allow cc-with-tweaks board file to be used with Fortran

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7ff5fae704ca96a9ce17cba5004e7b8402bb70bb/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7ff5fae704ca96a9ce17cba5004e7b8402bb70bb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7ff5fae704ca96a9ce17cba5004e7b8402bb70bb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 16:25 [binutils-gdb] DWARF reader: Reject sections with invalid sizes gdb-buildbot
@ 2019-10-22 16:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 16:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/988

Author:
        Keith Seitz <keiths@redhat.com>

Commit tested:
        950b74950f6020eda38647f22e9077ac7f68ca49

Subject of commit:
        DWARF reader: Reject sections with invalid sizes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/950b74950f6020eda38647f22e9077ac7f68ca49/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/info-threads-cur-sal.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 6
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: thread 1
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid"
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_count
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: do_nothing_thread_func
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/950b74950f6020eda38647f22e9077ac7f68ca49//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/950b74950f6020eda38647f22e9077ac7f68ca49//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 15:36 [binutils-gdb] Add initial compile command support to RISC-V port gdb-buildbot
@ 2019-10-22 15:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 15:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/987

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        ff371ec99988662e16b061fe0f66e989340f129a

Subject of commit:
        Add initial compile command support to RISC-V port.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff371ec99988662e16b061fe0f66e989340f129a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: INNER: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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 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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff371ec99988662e16b061fe0f66e989340f129a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ff/ff371ec99988662e16b061fe0f66e989340f129a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 13:39 [binutils-gdb] Create xml-builtin.h to declare xml_builtins gdb-buildbot
@ 2019-10-22 13:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 13:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/986

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        fec4e896d6834bc6d23b9d666910dce43f2a2184

Subject of commit:
        Create xml-builtin.h to declare xml_builtins

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fec4e896d6834bc6d23b9d666910dce43f2a2184/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/arrayidx.exp: compilation p.adb
PASS -> FAIL: gdb.ada/char_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/minsyms.exp: compilation foo_qb07_057.adb
PASS -> FAIL: gdb.ada/print_pc.exp: compilation dummy.adb
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fec4e896d6834bc6d23b9d666910dce43f2a2184//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fe/fec4e896d6834bc6d23b9d666910dce43f2a2184//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22 10:38 [binutils-gdb] libctf: mark swap.h inline functions as static gdb-buildbot
@ 2019-10-22 10:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22 10:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/985

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        cbbbc402e059ee345cb781d3ceb757ae1cc679ee

Subject of commit:
        libctf: mark swap.h inline functions as static

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cbbbc402e059ee345cb781d3ceb757ae1cc679ee/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/arrayidx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes on
new UNRESOLVED: gdb.ada/big_packed_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: print pck.Global_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: ptype Char_Enum_Type
new UNRESOLVED: gdb.ada/char_enum.exp: ptype pck.Global_Enum_Type
new UNRESOLVED: gdb.ada/minsyms.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/print_pc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
new UNRESOLVED: gdb.ada/vla.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: check if python 3
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cbbbc402e059ee345cb781d3ceb757ae1cc679ee//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cb/cbbbc402e059ee345cb781d3ceb757ae1cc679ee//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22  7:13 [binutils-gdb] [gdb/tdep] Fix inferior call arg passing for amd64 gdb-buildbot
@ 2019-10-22  7:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22  7:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/984

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        d10eccaa723e31689cdeadaea6bebabe2f63de34

Subject of commit:
        [gdb/tdep] Fix inferior call arg passing for amd64

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d10eccaa723e31689cdeadaea6bebabe2f63de34/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/arraydim.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dot_all.exp: compilation foo.adb
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/readline.exp: show editing
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d10eccaa723e31689cdeadaea6bebabe2f63de34//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d10eccaa723e31689cdeadaea6bebabe2f63de34//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-22  4:05 [binutils-gdb] [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_arguments gdb-buildbot
@ 2019-10-22  4:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-22  4:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/983

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        745ff14e6e1b88f04eb447d4883fab81650f745f

Subject of commit:
        [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_arguments

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/745ff14e6e1b88f04eb447d4883fab81650f745f/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/char_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dot_all.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/packed_tagged.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged_not_init.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-caller-line.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=kill: fork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=kill: fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=vfork: exit-kind=exit: vfork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=vfork: exit-kind=exit: vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp1.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/cpexprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnoimports.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/745ff14e6e1b88f04eb447d4883fab81650f745f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/745ff14e6e1b88f04eb447d4883fab81650f745f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21 22:52 [binutils-gdb] Fix potential illegal memory access when disassembling corrupt RX binaries gdb-buildbot
@ 2019-10-21 22:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21 22:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/979

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        12234dfd5f70086fde87e1f6d56cf2aa2ce5ec4c

Subject of commit:
        Fix potential illegal memory access when disassembling corrupt RX binaries.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12234dfd5f70086fde87e1f6d56cf2aa2ce5ec4c/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12234dfd5f70086fde87e1f6d56cf2aa2ce5ec4c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12234dfd5f70086fde87e1f6d56cf2aa2ce5ec4c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21 20:13 [binutils-gdb] gdb/gdbserver: Remove reference to vec-ipa.o gdb-buildbot
@ 2019-10-21 20:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/978

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        00975ff6eb19ea5c14acf354fe3677a68a9e7fa2

Subject of commit:
        gdb/gdbserver: Remove reference to vec-ipa.o

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/00975ff6eb19ea5c14acf354fe3677a68a9e7fa2/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/arr_acc_idx_w_gap.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/arrayidx.exp: compilation p.adb
PASS -> FAIL: gdb.ada/char_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_exc_info.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/minsyms.exp: compilation foo_qb07_057.adb
new UNRESOLVED: gdb.ada/n_arr_bound.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/str_ref_cmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/aarch64-pauth.exp: could not run to main
new UNRESOLVED: gdb.arch/aarch64-pauth.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.server/ext-run.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/00975ff6eb19ea5c14acf354fe3677a68a9e7fa2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/00/00975ff6eb19ea5c14acf354fe3677a68a9e7fa2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21 16:09 [binutils-gdb] gdb: Remove use of VEC from dwarf2read.c gdb-buildbot
@ 2019-10-21 16:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21 16:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/974

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        ae6400219c19f165692254740531b2a7ad74945e

Subject of commit:
        gdb: Remove use of VEC from dwarf2read.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae6400219c19f165692254740531b2a7ad74945e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/arrayidx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes on
new UNRESOLVED: gdb.ada/arrayptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: print pck.Global_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: ptype Char_Enum_Type
new UNRESOLVED: gdb.ada/char_enum.exp: ptype pck.Global_Enum_Type
new UNRESOLVED: gdb.ada/minsyms.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/print_chars.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae6400219c19f165692254740531b2a7ad74945e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/ae6400219c19f165692254740531b2a7ad74945e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21 13:08 [binutils-gdb] Use %x when printing the TID gdb-buildbot
@ 2019-10-21 13:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21 13:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/973

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        55dfc88f7edeeb926dd6e2cae54b3666f8df596e

Subject of commit:
        Use %x when printing the TID

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/55dfc88f7edeeb926dd6e2cae54b3666f8df596e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: disassemble frame2
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: disassemble frame3
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame2_label - frame2
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame3_label - frame3
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: x/2i frame2+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: x/2i frame3+
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/55dfc88f7edeeb926dd6e2cae54b3666f8df596e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/55dfc88f7edeeb926dd6e2cae54b3666f8df596e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21 10:00 [binutils-gdb] Rename pid -> tid in windows-nat.c gdb-buildbot
@ 2019-10-21 10:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21 10:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/972

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        96b49c5ec0b40d7b6a396fdde0f34f73988e2392

Subject of commit:
        Rename pid -> tid in windows-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96b49c5ec0b40d7b6a396fdde0f34f73988e2392/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/class2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/no-libstdcxx-probe.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/try_catch.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at main
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at marker_exit
new UNRESOLVED: gdb.python/py-cmd.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-cmd.exp: check if python 3
new UNRESOLVED: gdb.python/py-cmd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-cmd.exp: verify python support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96b49c5ec0b40d7b6a396fdde0f34f73988e2392//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/96/96b49c5ec0b40d7b6a396fdde0f34f73988e2392//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21  7:16 [binutils-gdb] Change gcc_target_options to return std::string gdb-buildbot
@ 2019-10-21  7:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21  7:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/971

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        953cff563058831ab0bf863c7655d23b5e6a5989

Subject of commit:
        Change gcc_target_options to return std::string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/953cff563058831ab0bf863c7655d23b5e6a5989/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-integral.exp: check if python 3
new UNRESOLVED: gdb.python/py-pp-integral.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-pp-integral.exp: verify python support
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/953cff563058831ab0bf863c7655d23b5e6a5989//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/953cff563058831ab0bf863c7655d23b5e6a5989//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21  2:03 [binutils-gdb] Make tui-winsource not use breakpoint_chain gdb-buildbot
@ 2019-10-21  2:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21  2:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/970

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        81e6b8eb208c427028d919afb2b5cabbc355fc88

Subject of commit:
        Make tui-winsource not use breakpoint_chain

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/81e6b8eb208c427028d919afb2b5cabbc355fc88/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop kills inferior: can't run to main
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop kills inferior: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs before frame print: can't run to main
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs before frame print: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs continue&: can't run to main
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs continue&: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs continue: can't run to main
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/81e6b8eb208c427028d919afb2b5cabbc355fc88//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/81e6b8eb208c427028d919afb2b5cabbc355fc88//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-21  1:33 [binutils-gdb] Change iterate_over_breakpoints to take a function_view gdb-buildbot
@ 2019-10-21  1:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-21  1:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/969

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        95da600f404ca159242f49441d9b4ea78183852b

Subject of commit:
        Change iterate_over_breakpoints to take a function_view

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95da600f404ca159242f49441d9b4ea78183852b/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_internal: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_internal: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95da600f404ca159242f49441d9b4ea78183852b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/95/95da600f404ca159242f49441d9b4ea78183852b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-20 18:53 [binutils-gdb] s390: Fix infcalls passing a single-field struct with static members gdb-buildbot
@ 2019-10-20 18:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-20 18:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/966

Author:
        Andreas Arnez <arnez@linux.ibm.com>

Commit tested:
        ba18312d8f2cecf88b6edcbc277f433a62131e58

Subject of commit:
        s390: Fix infcalls passing a single-field struct with static members

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ba/ba18312d8f2cecf88b6edcbc277f433a62131e58/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ba/ba18312d8f2cecf88b6edcbc277f433a62131e58//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ba/ba18312d8f2cecf88b6edcbc277f433a62131e58//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-20 15:53 [binutils-gdb] remove more xmalloc in bfd gdb-buildbot
@ 2019-10-20 15:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-20 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/965

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        9a73315161bc07d958060847ae01996312e1b30f

Subject of commit:
        remove more xmalloc in bfd

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a73315161bc07d958060847ae01996312e1b30f/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a73315161bc07d958060847ae01996312e1b30f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9a73315161bc07d958060847ae01996312e1b30f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-20 12:48 [binutils-gdb] PR25100, Compile fails in elf64-ppc.c because of single equal sign instead of double equal for comparison gdb-buildbot
@ 2019-10-20 12:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-20 12:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/964

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        779f2ae733cc4b4da666a2405eb77ec70df2c772

Subject of commit:
        PR25100, Compile fails in elf64-ppc.c because of single equal sign instead of double equal for comparison

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/779f2ae733cc4b4da666a2405eb77ec70df2c772/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/array_subscript_addr.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/dot_all.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/pp-rec-component.exp: check if python 3
new UNRESOLVED: gdb.ada/pp-rec-component.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/pp-rec-component.exp: verify python support
new UNRESOLVED: gdb.ada/rdv_wait.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print full'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype primary_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype variable_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/args.exp: setting breakpoint at 11
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/extern-c.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/koenig.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/779f2ae733cc4b4da666a2405eb77ec70df2c772//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/779f2ae733cc4b4da666a2405eb77ec70df2c772//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-20  9:09 [binutils-gdb] Simplify power of two test gdb-buildbot
@ 2019-10-20  9:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-20  9:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/963

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ed481f9799f2bd08a7541a5fe0a887dc5c7fd4a9

Subject of commit:
        Simplify power of two test

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed481f9799f2bd08a7541a5fe0a887dc5c7fd4a9/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/big_packed_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dot_all.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/enum_idx_packed.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/notcplusplus.exp: list ver.ads:16
new UNRESOLVED: gdb.ada/notcplusplus.exp: print <symada__cS> after loading symbols from ver.ads
new UNRESOLVED: gdb.ada/notcplusplus.exp: print <symada__cS> before loading symbols from ver.ads
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/interrupt-daemon-attach.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new UNRESOLVED: gdb.cp/nsnested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/oranking.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/save-bp-qualified.exp: save: could not run to main
new UNRESOLVED: gdb.cp/save-bp-qualified.exp: save: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.python/py-frame.exp: can't run to main
new UNRESOLVED: gdb.python/py-frame.exp: check if python 3
new UNRESOLVED: gdb.python/py-frame.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-frame.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed481f9799f2bd08a7541a5fe0a887dc5c7fd4a9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/ed481f9799f2bd08a7541a5fe0a887dc5c7fd4a9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-20  6:06 [binutils-gdb] [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp gdb-buildbot
@ 2019-10-20  6:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-20  6:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/962

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        b7be2d03fb2f873e0db74c84846df97787fc0dc6

Subject of commit:
        [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b7be2d03fb2f873e0db74c84846df97787fc0dc6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b7be2d03fb2f873e0db74c84846df97787fc0dc6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b7/b7be2d03fb2f873e0db74c84846df97787fc0dc6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-20  3:13 [binutils-gdb] gdb.mi/list-thread-groups-available.exp: read entries one by one instead of increasing timeout gdb-buildbot
@ 2019-10-20  3:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-20  3:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/961

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        9223170f68f85787b9cd85e76d3bac3eaa69cafb

Subject of commit:
        gdb.mi/list-thread-groups-available.exp: read entries one by one instead of increasing timeout

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/92/9223170f68f85787b9cd85e76d3bac3eaa69cafb/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/92/9223170f68f85787b9cd85e76d3bac3eaa69cafb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/92/9223170f68f85787b9cd85e76d3bac3eaa69cafb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-20  0:10 [binutils-gdb] gdb: remove unused includes from dwarf2read.c gdb-buildbot
@ 2019-10-20  0:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-20  0:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/960

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        6acc1a0b9d3dd16741474891eddbf77415cd70b1

Subject of commit:
        gdb: remove unused includes from dwarf2read.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6acc1a0b9d3dd16741474891eddbf77415cd70b1/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/catch-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-syscall.exp: fail no datadir: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/interrupt-daemon-attach.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at shrfunc1
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at shrfunc2
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at unload.c:66
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at unload.c:93
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6acc1a0b9d3dd16741474891eddbf77415cd70b1//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6acc1a0b9d3dd16741474891eddbf77415cd70b1//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-19 19:55 [binutils-gdb] qsort: syms.c stab sorting gdb-buildbot
@ 2019-10-19 19:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-19 19:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/958

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        47f6ff2f9e679cd1f7af6fecbba5f62daf3bee95

Subject of commit:
        qsort: syms.c stab sorting

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47f6ff2f9e679cd1f7af6fecbba5f62daf3bee95/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_cond_and_cmds: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_cond_and_cmds: delete all breakpoints in delete_breakpoints
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47f6ff2f9e679cd1f7af6fecbba5f62daf3bee95//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47f6ff2f9e679cd1f7af6fecbba5f62daf3bee95//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-19 17:00 [binutils-gdb] qsort: dwarf2.c gdb-buildbot
@ 2019-10-19 17:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-19 17:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/957

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8025b0554c5a2e2fe56b769fd556fe13268b4879

Subject of commit:
        qsort: dwarf2.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/8025b0554c5a2e2fe56b769fd556fe13268b4879/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/8025b0554c5a2e2fe56b769fd556fe13268b4879//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/8025b0554c5a2e2fe56b769fd556fe13268b4879//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-19 14:07 [binutils-gdb] qsort: elf_link_add_object_symbols weak aliases gdb-buildbot
@ 2019-10-19 14:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-19 14:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/956

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        3a3f4bf76a4790e81ee186ea76731a7f67dba1c8

Subject of commit:
        qsort: elf_link_add_object_symbols weak aliases

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a3f4bf76a4790e81ee186ea76731a7f67dba1c8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all nostop noprint
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: kill process, prepare to debug log file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reload precord save file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: run to end of main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: save process recfile
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: continue to signal exit
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a3f4bf76a4790e81ee186ea76731a7f67dba1c8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3a3f4bf76a4790e81ee186ea76731a7f67dba1c8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-19 11:09 [binutils-gdb] qsort: elf_sort_sections use of target_index gdb-buildbot
@ 2019-10-19 11:09 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-19 11:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/955

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        48db3297342d798e58a00771a67b9b4c93412920

Subject of commit:
        qsort: elf_sort_sections use of target_index

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48db3297342d798e58a00771a67b9b4c93412920/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48db3297342d798e58a00771a67b9b4c93412920//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48db3297342d798e58a00771a67b9b4c93412920//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-19  8:14 [binutils-gdb] qsort: SHF_LINK_ORDER section sort gdb-buildbot
@ 2019-10-19  8:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-19  8:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/954

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8c1c5e5de46f415bbdeabb3cad3fd1383f5fb995

Subject of commit:
        qsort: SHF_LINK_ORDER section sort

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c1c5e5de46f415bbdeabb3cad3fd1383f5fb995/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c1c5e5de46f415bbdeabb3cad3fd1383f5fb995//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8c/8c1c5e5de46f415bbdeabb3cad3fd1383f5fb995//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-19  5:18 [binutils-gdb] qsort issues gdb-buildbot
@ 2019-10-19  5:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-19  5:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/953

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        dcea6a95d78370c8b4ac3c0033d9f15aaabf31bf

Subject of commit:
        qsort issues

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dcea6a95d78370c8b4ac3c0033d9f15aaabf31bf/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dcea6a95d78370c8b4ac3c0033d9f15aaabf31bf//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dc/dcea6a95d78370c8b4ac3c0033d9f15aaabf31bf//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-19  2:13 [binutils-gdb] PR24955, libbfd terminating program on out of memory (part2) gdb-buildbot
@ 2019-10-19  2:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-19  2:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/952

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ec9bd0a22dd42327ae9943937a96f1e865fb5d46

Subject of commit:
        PR24955, libbfd terminating program on out of memory (part2)

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec9bd0a22dd42327ae9943937a96f1e865fb5d46/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
FAIL -> UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec9bd0a22dd42327ae9943937a96f1e865fb5d46//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec9bd0a22dd42327ae9943937a96f1e865fb5d46//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-18 23:15 [binutils-gdb] gdb: Silence -Wformat-nonliteral warning with clang gdb-buildbot
@ 2019-10-18 23:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-18 23:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/951

Author:
        Simon Marchi <simon.marchi@efficios.com>

Commit tested:
        284782de0750d6c0a24f2c8fd712b2954423e849

Subject of commit:
        gdb: Silence -Wformat-nonliteral warning with clang

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/28/284782de0750d6c0a24f2c8fd712b2954423e849/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
UNRESOLVED -> FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
UNRESOLVED -> FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: disassemble frame2
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: disassemble frame3
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame2_label - frame2
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p frame3_label - frame3
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: x/2i frame2+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: x/2i frame3+
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/28/284782de0750d6c0a24f2c8fd712b2954423e849//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/28/284782de0750d6c0a24f2c8fd712b2954423e849//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-18  5:41 [binutils-gdb] gdb: small cleanup in breakpoint.c's includes gdb-buildbot
@ 2019-10-18  5:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-18  5:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/949

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        073bbbb058e36c60e5d30a4a25b48307429b7128

Subject of commit:
        gdb: small cleanup in breakpoint.c's includes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/073bbbb058e36c60e5d30a4a25b48307429b7128/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/char_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.linespec/explicit.exp: capture_command_output for list -,+
new UNRESOLVED: gdb.linespec/explicit.exp: condition_command overrides explicit linespec condition
new UNRESOLVED: gdb.linespec/explicit.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.linespec/explicit.exp: set pending invalid conditional explicit breakpoint
new FAIL: gdb.linespec/explicit.exp: set pending valid conditional explicit breakpoint
new UNRESOLVED: gdb.linespec/explicit.exp: setting breakpoint at -func myfunction if arg == 0
new UNRESOLVED: gdb.linespec/explicit.exp: setting breakpoint at -func myfunction if foofoofoo == 1
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: check if python 3
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/073bbbb058e36c60e5d30a4a25b48307429b7128//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/073bbbb058e36c60e5d30a4a25b48307429b7128//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-18  0:30 [binutils-gdb] [gdb/testsuite] Add KFAIL for missing support of reverse-debugging xsave gdb-buildbot
@ 2019-10-18  0:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-18  0:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/948

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        d6e763135663f01349ed4126b80090ea2f37fcf2

Subject of commit:
        [gdb/testsuite] Add KFAIL for missing support of reverse-debugging xsave

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d6e763135663f01349ed4126b80090ea2f37fcf2/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/arr_arr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/arr_enum_idx_w_gap.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/disc_arr_bound.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/sym_print_name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/taft_type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-syscall.exp: fail no datadir: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/step-line.exp: can't run to main
new UNRESOLVED: gdb.base/step-line.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-sideeffect.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: setting breakpoint at watchpoint-hw-attach.c:37
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d6e763135663f01349ed4126b80090ea2f37fcf2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d6/d6e763135663f01349ed4126b80090ea2f37fcf2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-17 20:29 [binutils-gdb] Remove unnecessary declaration of trace_regblock_size gdb-buildbot
@ 2019-10-17 20:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-17 20:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/946

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        7b9a15e1ee822aea78d546ec8fafcafd27ee6de0

Subject of commit:
        Remove unnecessary declaration of trace_regblock_size

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b9a15e1ee822aea78d546ec8fafcafd27ee6de0/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b9a15e1ee822aea78d546ec8fafcafd27ee6de0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7b/7b9a15e1ee822aea78d546ec8fafcafd27ee6de0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-17 17:24 [binutils-gdb] Move declaration of max_user_call_depth to header gdb-buildbot
@ 2019-10-17 17:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-17 17:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/944

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        cc8dee1f1c67be4155225c6c29dc1245abb89812

Subject of commit:
        Move declaration of max_user_call_depth to header

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cc/cc8dee1f1c67be4155225c6c29dc1245abb89812/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/scm-equal.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-equal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-equal.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cc/cc8dee1f1c67be4155225c6c29dc1245abb89812//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cc/cc8dee1f1c67be4155225c6c29dc1245abb89812//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-17 14:11 [binutils-gdb] Improve comments in print-utils.h gdb-buildbot
@ 2019-10-17 14:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-17 14:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/943

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        5f93c5a6d5072d0bb2e4e734a6fe3336ce86ced9

Subject of commit:
        Improve comments in print-utils.h.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f93c5a6d5072d0bb2e4e734a6fe3336ce86ced9/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/assign.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork and exec child follow, through step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork and exec child follow, to main bp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork child follow, finish after tcatch vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork parent follow, finish after tcatch vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork relations in info inferiors: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: foll-vfork-exit.exp
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/relational.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-method.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-method.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/many-args.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f93c5a6d5072d0bb2e4e734a6fe3336ce86ced9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f93c5a6d5072d0bb2e4e734a6fe3336ce86ced9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-17 11:15 [binutils-gdb] RISC-V: Fix two ARI warnings gdb-buildbot
@ 2019-10-17 11:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-17 11:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/942

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        a83d4ef693d2bda527c6b73c2580a6fcaf63462c

Subject of commit:
        RISC-V: Fix two ARI warnings.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a83d4ef693d2bda527c6b73c2580a6fcaf63462c/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a83d4ef693d2bda527c6b73c2580a6fcaf63462c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a83d4ef693d2bda527c6b73c2580a6fcaf63462c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-17  8:18 [binutils-gdb] bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info gdb-buildbot
@ 2019-10-17  8:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-17  8:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/941

Author:
        Max Filippov <jcmvbkbc@gmail.com>

Commit tested:
        e168da45a26f1067cb939a91c5d673b33911023a

Subject of commit:
        bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e168da45a26f1067cb939a91c5d673b33911023a/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/restore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: check if python 3
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e168da45a26f1067cb939a91c5d673b33911023a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e1/e168da45a26f1067cb939a91c5d673b33911023a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-17  5:39 [binutils-gdb] Include gdbtk.h to avoid declarations gdb-buildbot
@ 2019-10-17  5:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-17  5:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/940

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        26344e0c532379477be3a203c80722051521a55e

Subject of commit:
        Include gdbtk.h to avoid declarations

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26344e0c532379477be3a203c80722051521a55e/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26344e0c532379477be3a203c80722051521a55e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/26/26344e0c532379477be3a203c80722051521a55e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-17  2:35 [binutils-gdb] Move declaration of varobjdebug to header gdb-buildbot
@ 2019-10-17  2:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-17  2:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/939

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c2c440a9038acc7b94ffbc83f4711dbf08b582a9

Subject of commit:
        Move declaration of varobjdebug to header

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c2/c2c440a9038acc7b94ffbc83f4711dbf08b582a9/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.linespec/explicit.exp: capture_command_output for list -,+
new UNRESOLVED: gdb.linespec/explicit.exp: complete with no arguments and no symbols: show editing
new UNRESOLVED: gdb.linespec/explicit.exp: condition_command overrides explicit linespec condition
new UNRESOLVED: gdb.linespec/explicit.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.linespec/explicit.exp: set pending invalid conditional explicit breakpoint
new FAIL: gdb.linespec/explicit.exp: set pending valid conditional explicit breakpoint
new UNRESOLVED: gdb.linespec/explicit.exp: setting breakpoint at -func myfunction if arg == 0
new UNRESOLVED: gdb.linespec/explicit.exp: setting breakpoint at -func myfunction if foofoofoo == 1
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_events: setting breakpoint at 48
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: delete all breakpoints in delete_breakpoints
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c2/c2c440a9038acc7b94ffbc83f4711dbf08b582a9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c2/c2c440a9038acc7b94ffbc83f4711dbf08b582a9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16 23:26 [binutils-gdb] gdb/testsuite: Fix typos in infcall-nested-structs.c gdb-buildbot
@ 2019-10-16 23:26 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16 23:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/938

Author:
        Andreas Arnez <arnez@linux.ibm.com>

Commit tested:
        6dfc00411292aa3220b33b6ac9553907e3933b0f

Subject of commit:
        gdb/testsuite: Fix typos in infcall-nested-structs.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6dfc00411292aa3220b33b6ac9553907e3933b0f/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6dfc00411292aa3220b33b6ac9553907e3933b0f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6dfc00411292aa3220b33b6ac9553907e3933b0f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16 20:19 [binutils-gdb] [gdb/testsuite] Fix ada tests with -fPIE/-pie gdb-buildbot
@ 2019-10-16 20:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16 20:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/937

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        abcf2cc85a32a459c2da771c636cc3b6fc985675

Subject of commit:
        [gdb/testsuite] Fix ada tests with -fPIE/-pie

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/abcf2cc85a32a459c2da771c636cc3b6fc985675/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.opt/inline-cmds.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/abcf2cc85a32a459c2da771c636cc3b6fc985675//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/abcf2cc85a32a459c2da771c636cc3b6fc985675//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16 17:19 [binutils-gdb] Don't call erase_data_content from tui_data_window::show_registers gdb-buildbot
@ 2019-10-16 17:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16 17:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/936

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a31bff9d2d78d0d45e3e75dd2513ccbf480a7bc4

Subject of commit:
        Don't call erase_data_content from tui_data_window::show_registers

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a3/a31bff9d2d78d0d45e3e75dd2513ccbf480a7bc4/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/async.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: can't run to main
new UNRESOLVED: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: can't run to main
new UNRESOLVED: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.cp/rvalue-ref-overload.exp: couldn't run to marker1
new UNRESOLVED: gdb.cp/rvalue-ref-overload.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-breakpoint-create-fail.exp: check if python 3
new UNRESOLVED: gdb.python/py-breakpoint-create-fail.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a3/a31bff9d2d78d0d45e3e75dd2513ccbf480a7bc4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a3/a31bff9d2d78d0d45e3e75dd2513ccbf480a7bc4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16 14:35 [binutils-gdb] Make TUI window handle a unique_ptr gdb-buildbot
@ 2019-10-16 14:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16 14:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/935

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        7523da63ca33a37b54c2cde18b7752d0f0f11c26

Subject of commit:
        Make TUI window handle a unique_ptr

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7523da63ca33a37b54c2cde18b7752d0f0f11c26/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
new UNRESOLVED: gdb.trace/ax.exp: failed to compile
new UNRESOLVED: gdb.trace/report.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: correct line breaks
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set height 2000
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set pagination on
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: tui enable
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: verify tui support
PASS -> UNRESOLVED: gdb.xml/maint_print_struct.exp: printing tdesc with a structure and a bitfield
PASS -> UNRESOLVED: gdb.xml/maint_print_struct.exp: setting a new tdesc having only a structure
new UNRESOLVED: gdb.xml/tdesc-arch.exp: architecture XML tests
PASS -> UNRESOLVED: gdb.xml/tdesc-arch.exp: read default architecture
PASS -> UNRESOLVED: gdb.xml/tdesc-arch.exp: read valid architectures
PASS -> UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: cd to directory holding xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: maintenance print reggroups
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $bitfields
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $extrareg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $flags
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $mixed_flags
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg.v4
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $uintreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg.v4
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $vecreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-extra-regs.xml - from extra-regs.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-regs.xml - from core-only.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7523da63ca33a37b54c2cde18b7752d0f0f11c26//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/7523da63ca33a37b54c2cde18b7752d0f0f11c26//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16 11:43 [binutils-gdb] Remove declaration from tui-wingeneral.h gdb-buildbot
@ 2019-10-16 11:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16 11:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/934

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a7798e7f7dd1c4226376d455af957e369aa2a192

Subject of commit:
        Remove declaration from tui-wingeneral.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a7/a7798e7f7dd1c4226376d455af957e369aa2a192/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all nostop noprint
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: kill process, prepare to debug log file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reload precord save file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: save process recfile
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: continue to signal exit
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-1: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sig-test-2: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
new UNRESOLVED: gdb.trace/ax.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/ax.exp: maint agent &gdb_long_test < &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent &gdb_long_test == &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent
new UNRESOLVED: gdb.trace/ax.exp: maint agent 12
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_arr_test[12]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_arr_test[gdb_short_test]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_char_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test != gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test * gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test + gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test - gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test / gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test < gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test <= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test == gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test > gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test >= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test.arr[gdb_struct1_test.c]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test.s
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test + 1
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test->bfield
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test->l
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval &gdb_long_test < &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval &gdb_long_test == &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval 12
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[12]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[gdb_short_test]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_char_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test != gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test * gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test + gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test - gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test / gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test < gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test <= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test == gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test > gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test >= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.arr[gdb_struct1_test.c]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.s
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test + 1
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->bfield
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->l
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a7/a7798e7f7dd1c4226376d455af957e369aa2a192//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a7/a7798e7f7dd1c4226376d455af957e369aa2a192//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16  8:48 [binutils-gdb] Remove tui_win_is_auxiliary gdb-buildbot
@ 2019-10-16  8:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16  8:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/933

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        5c45899e280be21dad7557dad641abeccd9bb37f

Subject of commit:
        Remove tui_win_is_auxiliary

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5c/5c45899e280be21dad7557dad641abeccd9bb37f/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.linespec/cpls-ops.exp: arrow-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: assignment-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: conversion-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: show editing
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5c/5c45899e280be21dad7557dad641abeccd9bb37f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5c/5c45899e280be21dad7557dad641abeccd9bb37f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16  5:51 [binutils-gdb] Remove tui_default_win_viewport_height gdb-buildbot
@ 2019-10-16  5:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16  5:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/932

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        6d7fd9aa4768c3fad5b5354c87eefb8026a0ba10

Subject of commit:
        Remove tui_default_win_viewport_height

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d7fd9aa4768c3fad5b5354c87eefb8026a0ba10/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/virtbase.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d7fd9aa4768c3fad5b5354c87eefb8026a0ba10//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d7fd9aa4768c3fad5b5354c87eefb8026a0ba10//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-16  2:58 [binutils-gdb] Remove two TUI comments gdb-buildbot
@ 2019-10-16  2:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-16  2:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/931

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        d2dd1084c10839efb916a0bfe57ca7a056d08b47

Subject of commit:
        Remove two TUI comments

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d2dd1084c10839efb916a0bfe57ca7a056d08b47/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d2dd1084c10839efb916a0bfe57ca7a056d08b47//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d2dd1084c10839efb916a0bfe57ca7a056d08b47//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15 23:51 [binutils-gdb] [gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorrect DWARF gdb-buildbot
@ 2019-10-15 23:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15 23:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/930

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        a50faaf6207b7556f691369097cd5bf903298794

Subject of commit:
        [gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorrect DWARF

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a50faaf6207b7556f691369097cd5bf903298794/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.reverse/solib-precsave.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a50faaf6207b7556f691369097cd5bf903298794//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a5/a50faaf6207b7556f691369097cd5bf903298794//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15 20:43 [binutils-gdb] [gdb/target] Fix pretty-printer for MPX bnd registers gdb-buildbot
@ 2019-10-15 20:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15 20:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/929

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        cff32449e888c9ccb3c7e5fee7a0c14c5dcc4178

Subject of commit:
        [gdb/target] Fix pretty-printer for MPX bnd registers

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cff32449e888c9ccb3c7e5fee7a0c14c5dcc4178/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cff32449e888c9ccb3c7e5fee7a0c14c5dcc4178//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cf/cff32449e888c9ccb3c7e5fee7a0c14c5dcc4178//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15 17:34 [binutils-gdb] Mark guile_{extension_,}script_ops as static gdb-buildbot
@ 2019-10-15 17:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15 17:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/928

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        6a25e8a290eb5453d1464f68889c9c9a1084191a

Subject of commit:
        Mark guile_{extension_,}script_ops as static

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a25e8a290eb5453d1464f68889c9c9a1084191a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/arrayidx.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bias.exp: compilation bias.adb
PASS -> FAIL: gdb.ada/print_pc.exp: compilation dummy.adb
PASS -> FAIL: gdb.ada/py_taft.exp: compilation main.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a25e8a290eb5453d1464f68889c9c9a1084191a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a25e8a290eb5453d1464f68889c9c9a1084191a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15 14:31 [binutils-gdb] Fix the disassembly of the LDS and STS instructions of the AVR architecture gdb-buildbot
@ 2019-10-15 14:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15 14:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/927

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        1d3787499d6edd07b30f3fc7b26962a1c695b8a4

Subject of commit:
        Fix the disassembly of the LDS and STS instructions of the AVR architecture.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d3787499d6edd07b30f3fc7b26962a1c695b8a4/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/arrayidx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty
new UNRESOLVED: gdb.ada/arrayidx.exp: print empty, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print few_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps
new UNRESOLVED: gdb.ada/arrayidx.exp: print many_reps, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print r_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three
new UNRESOLVED: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
new UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes on
new UNRESOLVED: gdb.ada/bias.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/bias.exp: print a
new UNRESOLVED: gdb.ada/bias.exp: print cval
new UNRESOLVED: gdb.ada/bias.exp: print spr
new UNRESOLVED: gdb.ada/bias.exp: print x
new UNRESOLVED: gdb.ada/bias.exp: print x * x1
new UNRESOLVED: gdb.ada/bias.exp: print x + x1
new UNRESOLVED: gdb.ada/bias.exp: print x - x1
new UNRESOLVED: gdb.ada/bias.exp: print x / x1
new UNRESOLVED: gdb.ada/bias.exp: print x := 5
new UNRESOLVED: gdb.ada/bias.exp: print y
new UNRESOLVED: gdb.ada/bias.exp: print y /= y
new UNRESOLVED: gdb.ada/bias.exp: print y /= y1
new UNRESOLVED: gdb.ada/bias.exp: print y < y1
new UNRESOLVED: gdb.ada/bias.exp: print y <= y1
new UNRESOLVED: gdb.ada/bias.exp: print y = y
new UNRESOLVED: gdb.ada/bias.exp: print y > y1
new UNRESOLVED: gdb.ada/bias.exp: print y >= y1
new UNRESOLVED: gdb.ada/bias.exp: print/c cval
new UNRESOLVED: gdb.ada/bias.exp: ptype x + x1
new UNRESOLVED: gdb.ada/bias.exp: re-read x after storing
new UNRESOLVED: gdb.ada/null_record.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/print_pc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
new UNRESOLVED: gdb.ada/py_taft.exp: check if python 3
new UNRESOLVED: gdb.ada/py_taft.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/py_taft.exp: python print
new UNRESOLVED: gdb.ada/py_taft.exp: python v = gdb.parse_and_eval
new UNRESOLVED: gdb.ada/py_taft.exp: verify python support
new UNRESOLVED: gdb.ada/tagged_not_init.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
FAIL -> UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
FAIL -> UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d3787499d6edd07b30f3fc7b26962a1c695b8a4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d3787499d6edd07b30f3fc7b26962a1c695b8a4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15 11:36 [binutils-gdb] s390: Add record/replay support for arch13 instructions gdb-buildbot
@ 2019-10-15 11:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15 11:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/926

Author:
        Andreas Arnez <arnez@linux.ibm.com>

Commit tested:
        6d9d6da48e84a65871a9d72fa785105d603990a6

Subject of commit:
        s390: Add record/replay support for arch13 instructions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d9d6da48e84a65871a9d72fa785105d603990a6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new FAIL: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new FAIL: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: check if python 3
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d9d6da48e84a65871a9d72fa785105d603990a6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d9d6da48e84a65871a9d72fa785105d603990a6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15  7:56 [binutils-gdb] PR25070, SEGV in function _bfd_dwarf2_find_nearest_line gdb-buildbot
@ 2019-10-15  7:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15  7:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/925

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        336bfbeb1848f4b9558456fdcf283ee8a32d7fd1

Subject of commit:
        PR25070, SEGV in function _bfd_dwarf2_find_nearest_line

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/336bfbeb1848f4b9558456fdcf283ee8a32d7fd1/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/catch-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-syscall.exp: fail no datadir: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/disasm-end-cu.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/list-missing-source.exp: can't run to main
new UNRESOLVED: gdb.base/list-missing-source.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new FAIL: gdb.guile/scm-pretty-print.exp: guile
new FAIL: gdb.guile/scm-pretty-print.exp: info locals
new FAIL: gdb.guile/scm-pretty-print.exp: print arraystruct
new FAIL: gdb.guile/scm-pretty-print.exp: print c
new FAIL: gdb.guile/scm-pretty-print.exp: print cstring
new FAIL: gdb.guile/scm-pretty-print.exp: print estring
new FAIL: gdb.guile/scm-pretty-print.exp: print estring2
new FAIL: gdb.guile/scm-pretty-print.exp: print hint_error
new FAIL: gdb.guile/scm-pretty-print.exp: print ns2
new FAIL: gdb.guile/scm-pretty-print.exp: print nstype
new FAIL: gdb.guile/scm-pretty-print.exp: print nstype on one line
new FAIL: gdb.guile/scm-pretty-print.exp: print ss
new FAIL: gdb.guile/scm-pretty-print.exp: print ss enabled #1
new FAIL: gdb.guile/scm-pretty-print.exp: print ss enabled #2
new FAIL: gdb.guile/scm-pretty-print.exp: print ss via objfile
new FAIL: gdb.guile/scm-pretty-print.exp: print ss via progspace
new FAIL: gdb.guile/scm-pretty-print.exp: print ssa
new FAIL: gdb.guile/scm-pretty-print.exp: print ssa[1]
new FAIL: gdb.guile/scm-pretty-print.exp: print x
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/336bfbeb1848f4b9558456fdcf283ee8a32d7fd1//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/336bfbeb1848f4b9558456fdcf283ee8a32d7fd1//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15  4:49 [binutils-gdb] Remove two unused items from windows-nat.c gdb-buildbot
@ 2019-10-15  4:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15  4:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/924

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        3abea05d9b60032391971f7fefd44fb4ab560ddd

Subject of commit:
        Remove two unused items from windows-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3abea05d9b60032391971f7fefd44fb4ab560ddd/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/arr_arr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/disc_arr_bound.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/packed_tagged.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/pckd_arr_ren.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/pckd_arr_ren.exp: print var
new UNRESOLVED: gdb.ada/pckd_neg.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/signull.exp: can't run to main
new UNRESOLVED: gdb.base/signull.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.python/py-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-type.exp: lang_c: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: verify python support
new UNRESOLVED: gdb.reverse/until-precsave.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3abea05d9b60032391971f7fefd44fb4ab560ddd//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3a/3abea05d9b60032391971f7fefd44fb4ab560ddd//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-15  1:29 [binutils-gdb] Don't include buildsym-legacy.h in windows-nat.c gdb-buildbot
@ 2019-10-15  1:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-15  1:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/923

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        dde996e213c916e9440045231a4ac7fda130a888

Subject of commit:
        Don't include buildsym-legacy.h in windows-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dd/dde996e213c916e9440045231a4ac7fda130a888/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dd/dde996e213c916e9440045231a4ac7fda130a888//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/dd/dde996e213c916e9440045231a4ac7fda130a888//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-14 22:32 [binutils-gdb] Let ARI allow gdb %p printf extensions gdb-buildbot
@ 2019-10-14 22:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-14 22:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/922

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        cd6fdaa1edac2a543aa23d77f0001f25f45c026b

Subject of commit:
        Let ARI allow gdb %p printf extensions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd6fdaa1edac2a543aa23d77f0001f25f45c026b/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd6fdaa1edac2a543aa23d77f0001f25f45c026b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd6fdaa1edac2a543aa23d77f0001f25f45c026b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-14 19:47 [binutils-gdb] Move declaration of overload_debug to header gdb-buildbot
@ 2019-10-14 19:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-14 19:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/921

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        79bb1944d63eb04f86cfacc62321c1062c292ac0

Subject of commit:
        Move declaration of overload_debug to header

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/79bb1944d63eb04f86cfacc62321c1062c292ac0/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/79bb1944d63eb04f86cfacc62321c1062c292ac0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/79bb1944d63eb04f86cfacc62321c1062c292ac0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-14 16:38 [binutils-gdb] Move declaration of lang_frame_mismatch_warn to header gdb-buildbot
@ 2019-10-14 16:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-14 16:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/920

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        34916edc47a26d591bf95784cd90fe1dcd533ab5

Subject of commit:
        Move declaration of lang_frame_mismatch_warn to header.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34916edc47a26d591bf95784cd90fe1dcd533ab5/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34916edc47a26d591bf95784cd90fe1dcd533ab5//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34916edc47a26d591bf95784cd90fe1dcd533ab5//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-14 13:42 [binutils-gdb] PR25078, stack overflow in function find_abstract_instance gdb-buildbot
@ 2019-10-14 13:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-14 13:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/919

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        063c511bd79281f33fd33f0964541a73511b9e2b

Subject of commit:
        PR25078, stack overflow in function find_abstract_instance

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/063c511bd79281f33fd33f0964541a73511b9e2b/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/063c511bd79281f33fd33f0964541a73511b9e2b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/063c511bd79281f33fd33f0964541a73511b9e2b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-14 10:39 [binutils-gdb] S/390: Add support for z15 as CPU name gdb-buildbot
@ 2019-10-14 10:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-14 10:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/918

Author:
        Andreas Krebbel <krebbel@linux.ibm.com>

Commit tested:
        46e292ab0af65d13675b54f808fa24e12999e405

Subject of commit:
        S/390: Add support for z15 as CPU name.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/46e292ab0af65d13675b54f808fa24e12999e405/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/46e292ab0af65d13675b54f808fa24e12999e405//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/46e292ab0af65d13675b54f808fa24e12999e405//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-14  4:47 [binutils-gdb] Use gdb_static_assert in charset.c gdb-buildbot
@ 2019-10-14  4:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-14  4:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/916

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        51f1fdc3d2235ffe94172b51d33fec0e5c5edeca

Subject of commit:
        Use gdb_static_assert in charset.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51f1fdc3d2235ffe94172b51d33fec0e5c5edeca/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51f1fdc3d2235ffe94172b51d33fec0e5c5edeca//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/51f1fdc3d2235ffe94172b51d33fec0e5c5edeca//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-14  1:47 [binutils-gdb] Add support for new functionality in the msp430 backend of GCC gdb-buildbot
@ 2019-10-14  1:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-14  1:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/915

Author:
        Jozef Lawrynowicz <jozef.l@mittosystems.com>

Commit tested:
        c0ea7c52e10024ecd29b8f0e23b666b6af926c6e

Subject of commit:
        Add support for new functionality in the msp430 backend of GCC.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0ea7c52e10024ecd29b8f0e23b666b6af926c6e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/display_nested.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/watch_minus_l.exp: compilation foo_ra10_006.adb
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new FAIL: gdb.server/server-run.exp: continue to main
new UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0ea7c52e10024ecd29b8f0e23b666b6af926c6e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0ea7c52e10024ecd29b8f0e23b666b6af926c6e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13 22:44 [binutils-gdb] Re: PowerPC PIC vs. DLL TLS issues gdb-buildbot
@ 2019-10-13 22:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13 22:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/914

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6

Subject of commit:
        Re: PowerPC PIC vs. DLL TLS issues

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/display_nested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/display_nested.exp: display s
new UNRESOLVED: gdb.ada/watch_minus_l.exp: continue with watch -location
new UNRESOLVED: gdb.ada/watch_minus_l.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/watch_minus_l.exp: watch -location pck.global_var
new UNRESOLVED: gdb.base/dprintf-bp-same-addr.exp: agent: can't run to main
new UNRESOLVED: gdb.base/dprintf-bp-same-addr.exp: agent: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-bp-same-addr.exp: gdb: can't run to main
new UNRESOLVED: gdb.base/dprintf-bp-same-addr.exp: gdb: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
new UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13 19:44 [binutils-gdb] gdb/testsuite/ada: Handle missing debug info case gdb-buildbot
@ 2019-10-13 19:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13 19:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/913

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        60ff3cd784ac3a96084af21e4c945fe6925cd1fa

Subject of commit:
        gdb/testsuite/ada: Handle missing debug info case

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/60/60ff3cd784ac3a96084af21e4c945fe6925cd1fa/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/display_nested.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/60/60ff3cd784ac3a96084af21e4c945fe6925cd1fa//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/60/60ff3cd784ac3a96084af21e4c945fe6925cd1fa//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13 16:48 [binutils-gdb] gdb: Rename structures within ctfread.c gdb-buildbot
@ 2019-10-13 16:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/912

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        b2caee6aaa78106d7ae3c46dda3a84a325e43a1d

Subject of commit:
        gdb: Rename structures within ctfread.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b2/b2caee6aaa78106d7ae3c46dda3a84a325e43a1d/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/display_nested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/display_nested.exp: display s
new UNRESOLVED: gdb.ada/dyn_stride.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/float_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Do_Nothing
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Var_Arr_Typedef
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new UNRESOLVED: gdb.ada/mi_catch_ex.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_catch_ex.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/pp-rec-component.exp: check if python 3
new UNRESOLVED: gdb.ada/pp-rec-component.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/pp-rec-component.exp: verify python support
new UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: setting breakpoint at update_small
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b2/b2caee6aaa78106d7ae3c46dda3a84a325e43a1d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b2/b2caee6aaa78106d7ae3c46dda3a84a325e43a1d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13 13:44 [binutils-gdb] [gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.exp gdb-buildbot
@ 2019-10-13 13:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13 13:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/911

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        dfee856674428aa0137efc3051eac170955f9532

Subject of commit:
        [gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfee856674428aa0137efc3051eac170955f9532/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new FAIL: gdb.guile/scm-cmd.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-cmd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-cmd.exp: verify guile support
new FAIL: gdb.guile/scm-frame-args.exp:
new UNRESOLVED: gdb.guile/scm-frame-args.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-frame-args.exp: verify guile support
new FAIL: gdb.guile/scm-symbol.exp:
new UNRESOLVED: gdb.guile/scm-symbol.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-symbol.exp: guile
new UNRESOLVED: gdb.guile/scm-symbol.exp: lookup main
new UNRESOLVED: gdb.guile/scm-symbol.exp: lookup qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print line number of qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print value of main
new UNRESOLVED: gdb.guile/scm-symbol.exp: print value of qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print whether qq needs a frame
new UNRESOLVED: gdb.guile/scm-symbol.exp: test
new UNRESOLVED: gdb.guile/scm-symbol.exp: verify guile support
new FAIL: gdb.guile/scm-symtab.exp:
new UNRESOLVED: gdb.guile/scm-symtab.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symtab.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-symtab.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-type.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-type.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-value.exp: Simple Guile value dictionary - guile
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 1
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 2
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 3
new FAIL: gdb.guile/scm-value.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-value.exp: guile
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval constant test
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval simple expression test
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval type test
new UNRESOLVED: gdb.guile/scm-value.exp: verify guile support
new FAIL: gdb.guile/types-module.exp:
new UNRESOLVED: gdb.guile/types-module.exp: can't run to main
new UNRESOLVED: gdb.guile/types-module.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/types-module.exp: verify guile support
new UNRESOLVED: gdb.linespec/cpcompletion.exp: all-param-prefixes: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload-quoted: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn-2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: function-labels: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: if-expression: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-function: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-label: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: no-data-symbols: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: operator<: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: unique completion: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: show editing
new UNRESOLVED: gdb.linespec/cpexplicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: arrow-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: assignment-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: conversion-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.reverse/finish-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/fstatat-reverse.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp:
new UNRESOLVED: gdb.reverse/next-reverse-bkpt-over-sr.exp: can't run to main
new UNRESOLVED: gdb.reverse/next-reverse-bkpt-over-sr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.reverse/step-precsave.exp:
new UNRESOLVED: gdb.reverse/step-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/until-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/watch-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/watch-precsave.exp: set can-use-hw-watchpoints 0
new UNRESOLVED: gdb.reverse/watch-reverse.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfee856674428aa0137efc3051eac170955f9532//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/dfee856674428aa0137efc3051eac170955f9532//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13 10:50 [binutils-gdb] gdb/testsuite: Add gdb_test_name variable gdb-buildbot
@ 2019-10-13 10:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13 10:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/910

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        3d63690a0316d92cf248542ee12a3fc8b30152ea

Subject of commit:
        gdb/testsuite: Add gdb_test_name variable

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d63690a0316d92cf248542ee12a3fc8b30152ea/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/abstract-origin.exp: abstract-origin
new UNRESOLVED: gdb.cp/abstract-origin.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/align.exp:
new UNRESOLVED: gdb.cp/align.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/annota2.exp: break at main
new UNRESOLVED: gdb.cp/chained-calls.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/class2.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/classes.exp:
new UNRESOLVED: gdb.cp/classes.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/classes.exp: set language c++
new UNRESOLVED: gdb.cp/classes.exp: set width 0
new UNRESOLVED: gdb.cp/cplusfuncs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/destrprint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/destrprint.exp: destrprint
new UNRESOLVED: gdb.cp/dispcxx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/exceptprint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/fpointer.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/impl-this.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/iostream.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/local-static.exp: c++: couldn't run to breakpoint
new UNRESOLVED: gdb.cp/local-static.exp: c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/local-static.exp: c: couldn't run to breakpoint
new UNRESOLVED: gdb.cp/local-static.exp: c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-ctor.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: can't run to main for multi_line_foo tests.
new UNRESOLVED: gdb.cp/mb-templates.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: disable breakpoint: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: enable
new UNRESOLVED: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: kill
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set condition
new UNRESOLVED: gdb.cp/meth-typedefs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/non-trivial-retval.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/oranking.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/parse-lang.exp: setting breakpoint at C::m if v == 42
new UNRESOLVED: gdb.cp/parse-lang.exp: setting breakpoint at marker
new UNRESOLVED: gdb.cp/pr-1023.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-574.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr12028.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr17494.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9631.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/printmethod.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/ptype-flags.exp:
new UNRESOLVED: gdb.cp/ptype-flags.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rtti.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-overload.exp: couldn't run to marker1
new UNRESOLVED: gdb.cp/rvalue-ref-overload.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/smartp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/static-method.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/static-typedef-print.exp: could not run to main
new UNRESOLVED: gdb.cp/static-typedef-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/using-crash.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/var-tag.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtbase2.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/watch-cp.exp:
new UNRESOLVED: gdb.cp/watch-cp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/lib-types.exp: can't run to main
new UNRESOLVED: gdb.python/lib-types.exp: check if python 3
new UNRESOLVED: gdb.python/lib-types.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/lib-types.exp: verify python support
new UNRESOLVED: gdb.python/py-evthreads.exp: check if python 3
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at main
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread2
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread3
new UNRESOLVED: gdb.python/py-evthreads.exp: verify python support
new FAIL: gdb.python/py-frame-args.exp:
new UNRESOLVED: gdb.python/py-frame-args.exp: check if python 3
new UNRESOLVED: gdb.python/py-frame-args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-frame-args.exp: verify python support
new UNRESOLVED: gdb.python/py-framefilter.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-inferior.exp: can't run to main
new UNRESOLVED: gdb.python/py-inferior.exp: check if python 3
new UNRESOLVED: gdb.python/py-inferior.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-inferior.exp: determine endianness
new UNRESOLVED: gdb.python/py-inferior.exp: verify python support
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: check if python 3
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: couldn't run to main
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: verify python support
new UNRESOLVED: gdb.python/py-section-script.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-symbol.exp:
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: check if python 3
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
new FAIL: gdb.python/py-symtab.exp:
new UNRESOLVED: gdb.python/py-symtab.exp: can't run to main
new UNRESOLVED: gdb.python/py-symtab.exp: check if python 3
new UNRESOLVED: gdb.python/py-symtab.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symtab.exp: verify python support
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get inferior
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get pthread_t type
new UNRESOLVED: gdb.python/py-thrhandle.exp: check if python 3
new UNRESOLVED: gdb.python/py-thrhandle.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-thrhandle.exp: verify python support
new UNRESOLVED: gdb.python/py-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-type.exp: lang_c: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: lang_cpp: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: verify python support
new UNRESOLVED: gdb.python/py-value-cc.exp: check if python 3
new UNRESOLVED: gdb.python/py-value-cc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-value-cc.exp: verify python support
new UNRESOLVED: gdb.reverse/finish-reverse-bkpt.exp: can't run to main
new UNRESOLVED: gdb.reverse/finish-reverse-bkpt.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/until-precsave.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d63690a0316d92cf248542ee12a3fc8b30152ea//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d63690a0316d92cf248542ee12a3fc8b30152ea//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13  7:52 [binutils-gdb] x86/Intel: correct MOVSD and CMPSD handling gdb-buildbot
@ 2019-10-13  7:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13  7:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/909

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        d241b91073165f99fe404d9b38c65f03835ecaf4

Subject of commit:
        x86/Intel: correct MOVSD and CMPSD handling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d241b91073165f99fe404d9b38c65f03835ecaf4/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new FAIL: gdb.guile/scm-cmd.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-cmd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-cmd.exp: verify guile support
new FAIL: gdb.guile/scm-frame-args.exp:
new UNRESOLVED: gdb.guile/scm-frame-args.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-frame-args.exp: verify guile support
new FAIL: gdb.guile/scm-symbol.exp:
new UNRESOLVED: gdb.guile/scm-symbol.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-symbol.exp: guile
new UNRESOLVED: gdb.guile/scm-symbol.exp: lookup main
new UNRESOLVED: gdb.guile/scm-symbol.exp: lookup qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print line number of qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print value of main
new UNRESOLVED: gdb.guile/scm-symbol.exp: print value of qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print whether qq needs a frame
new UNRESOLVED: gdb.guile/scm-symbol.exp: test
new UNRESOLVED: gdb.guile/scm-symbol.exp: verify guile support
new FAIL: gdb.guile/scm-symtab.exp:
new UNRESOLVED: gdb.guile/scm-symtab.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symtab.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-symtab.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-type.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-type.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-value.exp: Simple Guile value dictionary - guile
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 1
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 2
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 3
new FAIL: gdb.guile/scm-value.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-value.exp: guile
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval constant test
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval simple expression test
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval type test
new UNRESOLVED: gdb.guile/scm-value.exp: verify guile support
new FAIL: gdb.guile/types-module.exp:
new UNRESOLVED: gdb.guile/types-module.exp: can't run to main
new UNRESOLVED: gdb.guile/types-module.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/types-module.exp: verify guile support
new UNRESOLVED: gdb.linespec/cpcompletion.exp: all-param-prefixes: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload-quoted: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn-2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: function-labels: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: if-expression: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-function: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-label: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: no-data-symbols: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: operator<: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: unique completion: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: show editing
new UNRESOLVED: gdb.linespec/cpexplicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: arrow-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: assignment-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: conversion-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: show editing
new UNRESOLVED: gdb.reverse/finish-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/fstatat-reverse.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp:
new UNRESOLVED: gdb.reverse/next-reverse-bkpt-over-sr.exp: can't run to main
new UNRESOLVED: gdb.reverse/next-reverse-bkpt-over-sr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.reverse/step-precsave.exp:
new UNRESOLVED: gdb.reverse/step-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/until-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/watch-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/watch-precsave.exp: set can-use-hw-watchpoints 0
new UNRESOLVED: gdb.reverse/watch-reverse.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d241b91073165f99fe404d9b38c65f03835ecaf4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d2/d241b91073165f99fe404d9b38c65f03835ecaf4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13  4:56 [binutils-gdb] Bogus "final link failed" messages gdb-buildbot
@ 2019-10-13  4:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13  4:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/908

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        847d518374be1c73b812e312a26341115d3f6f5a

Subject of commit:
        Bogus "final link failed" messages

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/84/847d518374be1c73b812e312a26341115d3f6f5a/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/catch-follow-exec.exp: could not run to main
new UNRESOLVED: gdb.base/catch-follow-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: backslash_in_multi_line_command_test: setting breakpoint at main
new UNRESOLVED: gdb.base/commands.exp: bp_deleted_in_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: breakpoint_clear_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: breakpoint_clear_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: error_clears_commands_left: setting breakpoint at main
new UNRESOLVED: gdb.base/commands.exp: if_while_breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: if_while_breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: infrun_breakpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: infrun_breakpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: progvar_complex_if_while_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_complex_if_while_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_if_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_if_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_while_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: progvar_simple_while_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: temporary_breakpoint_commands: begin commands in bp_deleted_in_command_test
new UNRESOLVED: gdb.base/commands.exp: temporary_breakpoint_commands: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: test_command_prompt_position: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: test_command_prompt_position: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/commands.exp: user_defined_command_args_eval: define command_args_eval
new UNRESOLVED: gdb.base/commands.exp: user_defined_command_args_stack_test: define args_stack_command
new UNRESOLVED: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
new UNRESOLVED: gdb.base/commands.exp: watchpoint_command_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dump.exp: couldn't run to checkpoint
new UNRESOLVED: gdb.base/dump.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/exprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "continue": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "continue": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "next 2": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach off, command "next 2": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach on, command "continue": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach on, command "continue": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach on, command "next 2": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow child, detach on, command "next 2": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow default, detach default, command "continue": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow default, detach default, command "continue": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow default, detach default, command "next 2": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow default, detach default, command "next 2": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach off, command "continue": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach off, command "continue": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach off, command "next 2": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach off, command "next 2": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach on, command "continue": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach on, command "continue": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach on, command "next 2": could not run to main
new UNRESOLVED: gdb.base/foll-fork.exp: follow parent, detach on, command "next 2": delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-types.exp: l=c++: can't run to main
new UNRESOLVED: gdb.base/info-types.exp: l=c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-types.exp: l=c: can't run to main
new UNRESOLVED: gdb.base/info-types.exp: l=c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/interrupt.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/longjmp.exp:
new UNRESOLVED: gdb.base/longjmp.exp: can't run to main
new UNRESOLVED: gdb.base/longjmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/moribund-step.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-execl.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/reread.exp: opts= "" "" : shell sleep 1
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : continue until exit at second pass
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: breakpoint foo in first file
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : shell sleep 1
new UNRESOLVED: gdb.base/restore.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/siginfo-addr.exp:
new UNRESOLVED: gdb.base/siginfo-addr.exp: can't run to main
new UNRESOLVED: gdb.base/siginfo-addr.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/siginfo-thread.exp:
new UNRESOLVED: gdb.base/siginfo-thread.exp: can't run to main
new UNRESOLVED: gdb.base/siginfo-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sss-bp-on-user-bp.exp: can't run to main
new UNRESOLVED: gdb.base/sss-bp-on-user-bp.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/stale-infcall.exp:
new UNRESOLVED: gdb.base/stale-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/symbol-alias.exp: can't run to main
new UNRESOLVED: gdb.base/symbol-alias.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/vla-stub.exp:
new FAIL: gdb.base/volatile.exp:
new UNRESOLVED: gdb.base/volatile.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-inherit.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-inherit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-member.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-member.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-method.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-method.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-namespace.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-namespace.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-virtual.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-virtual.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.compile/compile-print.exp:
new UNRESOLVED: gdb.compile/compile-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/abstract-origin.exp: abstract-origin
new UNRESOLVED: gdb.cp/abstract-origin.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/align.exp:
new UNRESOLVED: gdb.cp/align.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/annota2.exp: break at main
new UNRESOLVED: gdb.cp/bs15503.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/casts.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/chained-calls.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/classes.exp:
new UNRESOLVED: gdb.cp/classes.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/classes.exp: set language c++
new UNRESOLVED: gdb.cp/classes.exp: set width 0
new FAIL: gdb.cp/constexpr-field.exp:
new UNRESOLVED: gdb.cp/constexpr-field.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/destrprint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/destrprint.exp: destrprint
new UNRESOLVED: gdb.cp/dispcxx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/exceptprint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/filename.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/fpointer.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/gdb1355.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/impl-this.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/inherit.exp:
new UNRESOLVED: gdb.cp/inherit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/local-static.exp: c++: couldn't run to breakpoint
new UNRESOLVED: gdb.cp/local-static.exp: c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/local-static.exp: c: couldn't run to breakpoint
new UNRESOLVED: gdb.cp/local-static.exp: c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/m-static.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/many-args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-ctor.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: can't run to main for multi_line_foo tests.
new UNRESOLVED: gdb.cp/mb-templates.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-templates.exp: disable breakpoint: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: disable
new UNRESOLVED: gdb.cp/mb-templates.exp: disabling location: enable
new UNRESOLVED: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: instantiation: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: kill
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: run to breakpoint 2
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set breakpoint
new UNRESOLVED: gdb.cp/mb-templates.exp: separate condition: set condition
new FAIL: gdb.cp/member-name.exp:
new UNRESOLVED: gdb.cp/member-name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/meth-typedefs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/misc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/no-libstdcxx-probe.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/non-trivial-retval.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/oranking.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/overload.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/parse-lang.exp: setting breakpoint at C::m if v == 42
new UNRESOLVED: gdb.cp/parse-lang.exp: setting breakpoint at marker
new UNRESOLVED: gdb.cp/pr-1023.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-574.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr10687.exp: can't run to main
new UNRESOLVED: gdb.cp/pr10687.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr10728.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr12028.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr17494.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9631.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/printmethod.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/ptype-flags.exp:
new UNRESOLVED: gdb.cp/ptype-flags.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-casts.exp: couldn't run to main
new UNRESOLVED: gdb.cp/rvalue-ref-casts.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-overload.exp: couldn't run to marker1
new UNRESOLVED: gdb.cp/rvalue-ref-overload.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/save-bp-qualified.exp: save: could not run to main
new UNRESOLVED: gdb.cp/save-bp-qualified.exp: save: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/smartp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/static-typedef-print.exp: could not run to main
new UNRESOLVED: gdb.cp/static-typedef-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/using-crash.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/var-tag.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtbase2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtfunc2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/vla-cxx.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/watch-cp.exp:
new UNRESOLVED: gdb.cp/watch-cp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new FAIL: gdb.dwarf2/dw2-unusual-field-names.exp:
new UNRESOLVED: gdb.dwarf2/dw4-sig-types.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.dwarf2/fission-mix.exp:
new UNRESOLVED: gdb.dwarf2/implptr-64bit.exp:
new UNRESOLVED: gdb.dwarf2/implptr-64bit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implptrpiece.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/pr10770.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/84/847d518374be1c73b812e312a26341115d3f6f5a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/84/847d518374be1c73b812e312a26341115d3f6f5a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-13  1:26 [binutils-gdb] PowerPC TLS miscounting PLT for __tls_get_addr gdb-buildbot
@ 2019-10-13  1:26 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-13  1:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/907

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        7d04a20ae4af0f1f6e75ec642413c27de4c1e1b8

Subject of commit:
        PowerPC TLS miscounting PLT for __tls_get_addr

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7d/7d04a20ae4af0f1f6e75ec642413c27de4c1e1b8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7d/7d04a20ae4af0f1f6e75ec642413c27de4c1e1b8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7d/7d04a20ae4af0f1f6e75ec642413c27de4c1e1b8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-12 22:25 [binutils-gdb] PowerPC section flag tidy gdb-buildbot
@ 2019-10-12 22:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-12 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/906

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        9737e8af48e257f24e860fbf36af8c314e73076a

Subject of commit:
        PowerPC section flag tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/9737e8af48e257f24e860fbf36af8c314e73076a/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.python/py-as-string.exp: couldn't run to main.
new UNRESOLVED: gdb.python/py-as-string.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-explore.exp: check if python 3
new UNRESOLVED: gdb.python/py-explore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-explore.exp: verify python support
new UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_c: check if python 3
new UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_c: verify python support
new UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_cpp: check if python 3
new UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_cpp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-format-string.exp: format_string: lang_cpp: verify python support
new UNRESOLVED: gdb.python/py-objfile-script.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.python/py-value.exp: check if python 3
new UNRESOLVED: gdb.python/py-value.exp: verify python support
new UNRESOLVED: gdb.reverse/finish-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/finish-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/fstatat-reverse.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp:
new UNRESOLVED: gdb.reverse/next-reverse-bkpt-over-sr.exp: can't run to main
new UNRESOLVED: gdb.reverse/next-reverse-bkpt-over-sr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/readv-reverse.exp: check readv record for buf[0]
new UNRESOLVED: gdb.reverse/readv-reverse.exp: check readv record for buf[1]
new UNRESOLVED: gdb.reverse/readv-reverse.exp: check readv record for buf[2]
new UNRESOLVED: gdb.reverse/readv-reverse.exp: check readv record for buf[3]
new UNRESOLVED: gdb.reverse/readv-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/solib-precsave.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.reverse/step-precsave.exp:
new UNRESOLVED: gdb.reverse/step-precsave.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.reverse/step-reverse.exp:
new UNRESOLVED: gdb.reverse/step-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/until-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/waitpid-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/watch-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
new UNRESOLVED: gdb.trace/actions.exp: failed to compile
new UNRESOLVED: gdb.trace/ax.exp: failed to compile
new UNRESOLVED: gdb.trace/deltrace.exp: failed to compile
new UNRESOLVED: gdb.trace/infotrace.exp: failed to compile
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with wrong option
new UNRESOLVED: gdb.trace/packetlen.exp: failed to compile
new UNRESOLVED: gdb.trace/passc-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/passcount.exp: failed to compile
new UNRESOLVED: gdb.trace/report.exp: failed to compile
new UNRESOLVED: gdb.trace/save-trace.exp: failed to compile
new UNRESOLVED: gdb.trace/tfind.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
new UNRESOLVED: gdb.trace/while-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/while-stepping.exp: failed to compile
PASS -> UNRESOLVED: gdb.tui/completion.exp: set max-completions unlimited
new UNRESOLVED: gdb.tui/completion.exp: verify tui support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/9737e8af48e257f24e860fbf36af8c314e73076a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/97/9737e8af48e257f24e860fbf36af8c314e73076a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-12 19:21 [binutils-gdb] gdb: CTF support gdb-buildbot
@ 2019-10-12 19:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-12 19:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/905

Author:
        Weimin Pan <weimin.pan@oracle.com>

Commit tested:
        30d1f0184953478d14641c495261afd06ebfabac

Subject of commit:
        gdb: CTF support

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30d1f0184953478d14641c495261afd06ebfabac/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new FAIL: gdb.guile/scm-cmd.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-cmd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-cmd.exp: verify guile support
new FAIL: gdb.guile/scm-frame-args.exp:
new UNRESOLVED: gdb.guile/scm-frame-args.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-frame-args.exp: verify guile support
new FAIL: gdb.guile/scm-symbol.exp:
new UNRESOLVED: gdb.guile/scm-symbol.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-symbol.exp: guile
new UNRESOLVED: gdb.guile/scm-symbol.exp: lookup main
new UNRESOLVED: gdb.guile/scm-symbol.exp: lookup qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print line number of qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print value of main
new UNRESOLVED: gdb.guile/scm-symbol.exp: print value of qq
new UNRESOLVED: gdb.guile/scm-symbol.exp: print whether qq needs a frame
new UNRESOLVED: gdb.guile/scm-symbol.exp: test
new UNRESOLVED: gdb.guile/scm-symbol.exp: verify guile support
new FAIL: gdb.guile/scm-symtab.exp:
new UNRESOLVED: gdb.guile/scm-symtab.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symtab.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-symtab.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-type.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-type.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-value.exp: Simple Guile value dictionary - guile
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 1
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 2
new UNRESOLVED: gdb.guile/scm-value.exp: Test dictionary hash 3
new FAIL: gdb.guile/scm-value.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-value.exp: guile
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval constant test
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval simple expression test
new UNRESOLVED: gdb.guile/scm-value.exp: parse-and-eval type test
new UNRESOLVED: gdb.guile/scm-value.exp: verify guile support
new FAIL: gdb.guile/types-module.exp:
new UNRESOLVED: gdb.guile/types-module.exp: can't run to main
new UNRESOLVED: gdb.guile/types-module.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/types-module.exp: verify guile support
new UNRESOLVED: gdb.linespec/cpcompletion.exp: all-param-prefixes: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b -function ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: "b ambiguous_prefix_" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: ambiguous-prefix: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: anon-ns: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: append-end-quote-char-when-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload-quoted: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b -function const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: compare "b const_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: const-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn-2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: fqn: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: function-labels: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: if-expression: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unambiguous: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: "b file_constrained_test_cpls" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: in-source-file-unconstrained: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: incomplete-scope-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-function: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-label: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: keywords-after-unknown-file: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: no-data-symbols: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: operator<: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b -function overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: compare "b overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: all: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope 2: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b -function ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: compare "b ns_overload2_test::overload2_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-2: unique completion: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b -function overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: compare "b overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: all overloads: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b -function struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: compare "b struct_overload3_test::overload3_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload-3: restrict scope: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b -function overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: compare "b overload_ambiguous_test" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: source-complete-appends-colon: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b -function template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: compare "b template_struct<int>::template_overload_fn" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-overload: show editing
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b -function template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: "b template2_fn" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b -function template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_ret_type<int> template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: compare "b template2_struct<template2_ret_type<int> >::template2_fn<int, int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpcompletion.exp: template-ret-type: show editing
new UNRESOLVED: gdb.linespec/cpexplicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: arrow-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: assignment-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: conversion-operator: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b -function test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: "b test_op_delete::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b -function test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: compare "b test_op_delete::operator delete" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b -function test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: "b test_op_delete_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b -function test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: compare "b test_op_delete_array::operator delete[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-delete[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b -function test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: "b test_op_new::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b -function test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: compare "b test_op_new::operator new" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b -function test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: "b test_op_new_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b -function test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: compare "b test_op_new_array::operator new[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator-new[]: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b -function test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: "b test_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b -function test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: compare "b test_op_array::operator[]<int>" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b -function test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: "b test_unique_op_array::operator" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b -function test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator []" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: compare "b test_unique_op_array::operator[]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-ops.exp: operator[]-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: show editing
new UNRESOLVED: gdb.linespec/cpls-ops.exp: show editing
new UNRESOLVED: gdb.python/lib-types.exp: can't run to main
new UNRESOLVED: gdb.python/lib-types.exp: check if python 3
new UNRESOLVED: gdb.python/lib-types.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/lib-types.exp: verify python support
new UNRESOLVED: gdb.python/py-bad-printers.exp: can't run to main
new UNRESOLVED: gdb.python/py-bad-printers.exp: check if python 3
new UNRESOLVED: gdb.python/py-bad-printers.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-bad-printers.exp: verify python support
new UNRESOLVED: gdb.python/py-cmd.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-cmd.exp: check if python 3
new UNRESOLVED: gdb.python/py-cmd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-cmd.exp: verify python support
new UNRESOLVED: gdb.python/py-evsignal.exp: check if python 3
new UNRESOLVED: gdb.python/py-evsignal.exp: verify python support
new UNRESOLVED: gdb.python/py-evthreads.exp: check if python 3
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at main
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread2
new UNRESOLVED: gdb.python/py-evthreads.exp: setting breakpoint at thread3
new UNRESOLVED: gdb.python/py-evthreads.exp: verify python support
new UNRESOLVED: gdb.python/py-explore-cc.exp: check if python 3
new UNRESOLVED: gdb.python/py-explore-cc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-explore-cc.exp: verify python support
new UNRESOLVED: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-finish-breakpoint2.exp: check if python 3
new UNRESOLVED: gdb.python/py-finish-breakpoint2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-finish-breakpoint2.exp: verify python support
new FAIL: gdb.python/py-frame-args.exp:
new UNRESOLVED: gdb.python/py-frame-args.exp: check if python 3
new UNRESOLVED: gdb.python/py-frame-args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-frame-args.exp: verify python support
new UNRESOLVED: gdb.python/py-framefilter.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-inferior.exp: can't run to main
new UNRESOLVED: gdb.python/py-inferior.exp: check if python 3
new UNRESOLVED: gdb.python/py-inferior.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-inferior.exp: determine endianness
new UNRESOLVED: gdb.python/py-inferior.exp: verify python support
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: check if python 3
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: couldn't run to main
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: verify python support
new UNRESOLVED: gdb.python/py-section-script.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-symbol.exp:
new UNRESOLVED: gdb.python/py-symbol.exp: can't run to main
new UNRESOLVED: gdb.python/py-symbol.exp: check if python 3
new UNRESOLVED: gdb.python/py-symbol.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
new FAIL: gdb.python/py-symtab.exp:
new UNRESOLVED: gdb.python/py-symtab.exp: can't run to main
new UNRESOLVED: gdb.python/py-symtab.exp: check if python 3
new UNRESOLVED: gdb.python/py-symtab.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-symtab.exp: verify python support
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get inferior
new UNRESOLVED: gdb.python/py-thrhandle.exp: Get pthread_t type
new UNRESOLVED: gdb.python/py-thrhandle.exp: check if python 3
new UNRESOLVED: gdb.python/py-thrhandle.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-thrhandle.exp: verify python support
new UNRESOLVED: gdb.python/py-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-type.exp: lang_c: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: lang_cpp: setting breakpoint at 117
new UNRESOLVED: gdb.python/py-type.exp: verify python support
new UNRESOLVED: gdb.python/py-value-cc.exp: check if python 3
new UNRESOLVED: gdb.python/py-value-cc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-value-cc.exp: verify python support
new UNRESOLVED: gdb.reverse/finish-reverse-bkpt.exp: can't run to main
new UNRESOLVED: gdb.reverse/finish-reverse-bkpt.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/until-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/execl.exp: continue across exec
new UNRESOLVED: gdb.threads/execl.exp: continue to exec
new UNRESOLVED: gdb.threads/execl.exp: continue until exit
new UNRESOLVED: gdb.threads/execl.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/execl.exp: info threads after exec
new UNRESOLVED: gdb.threads/execl.exp: info threads before exec
new UNRESOLVED: gdb.threads/execl.exp: set breakpoint at execl
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: can't run to main
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: can't run to main
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: can't run to main
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: can't run to main
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: set displaced on
new UNRESOLVED: gdb.threads/ia64-sigill.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/killed.exp: GDB exits after multi-threaded program exits messily
new UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: set non-stop on
new UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: set pagination off
new UNRESOLVED: gdb.threads/non-ldr-exc-3.exp: lock-sched=off,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-3.exp: lock-sched=off,non-stop=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-3.exp: lock-sched=on,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/print-threads.exp: all threads ran once
new UNRESOLVED: gdb.threads/print-threads.exp: break thread_function
new UNRESOLVED: gdb.threads/print-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/print-threads.exp: set print sevenbit-strings
new UNRESOLVED: gdb.threads/print-threads.exp: set var slow = 0
new UNRESOLVED: gdb.threads/print-threads.exp: set var slow = 1
new UNRESOLVED: gdb.threads/print-threads.exp: set width 0
new UNRESOLVED: gdb.threads/print-threads.exp: setting breakpoint at kill
new UNRESOLVED: gdb.threads/print-threads.exp: shell stty intr '^C'
new UNRESOLVED: gdb.threads/queue-signal.exp: can't run to main
new UNRESOLVED: gdb.threads/queue-signal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-command-handle-nopass.exp: step-over no: can't run to main
new UNRESOLVED: gdb.threads/signal-command-handle-nopass.exp: step-over no: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-command-handle-nopass.exp: step-over yes: can't run to main
new UNRESOLVED: gdb.threads/signal-command-handle-nopass.exp: step-over yes: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls.exp: can't run to main
new UNRESOLVED: gdb.threads/tls.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls.exp: print a_thread_local
new UNRESOLVED: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off: can't run to main
new UNRESOLVED: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=on: can't run to main
new UNRESOLVED: gdb.threads/vfork-follow-child-exit.exp: detach-on-fork=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: handle SIGUSR1 nostop noprint pass
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: set follow-fork-mode child
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: show detach-on-fork
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: show follow-fork-mode
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: handle SIGUSR1 nostop noprint pass
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: set follow-fork-mode parent
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: show detach-on-fork
new UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: show follow-fork-mode
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
new UNRESOLVED: gdb.trace/collection.exp: current target does not support trace
new UNRESOLVED: gdb.trace/collection.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/mi-trace-frame-collected.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-trace-frame-collected.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: select trace file
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: tfind end
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: delete all tvariables
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: delete tvariable $tvar2
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar1
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar1 modified
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar1 modified without notification
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar2
new UNRESOLVED: gdb.trace/mi-tsv-changed.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/signal.exp:
new UNRESOLVED: gdb.trace/signal.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/signal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/tfile.exp: -trace-status
new UNRESOLVED: gdb.trace/tfile.exp: complete-command 'target tfile'
new UNRESOLVED: gdb.trace/tfile.exp: disassemble main
new UNRESOLVED: gdb.trace/tfile.exp: info tracepoints on trace file
new UNRESOLVED: gdb.trace/tfile.exp: interpreter-exec mi "-target-select tfile tfile-basic.tf"
new UNRESOLVED: gdb.trace/tfile.exp: leave tfind mode
new UNRESOLVED: gdb.trace/tfile.exp: no registers if no traceframe selected
new UNRESOLVED: gdb.trace/tfile.exp: no stack if no traceframe selected
new UNRESOLVED: gdb.trace/tfile.exp: print constglob on trace file
new UNRESOLVED: gdb.trace/tfile.exp: print nonconstglob on trace file
new UNRESOLVED: gdb.trace/tfile.exp: print testglob on trace file
new UNRESOLVED: gdb.trace/tfile.exp: print testglob2 on trace file
new UNRESOLVED: gdb.trace/tfile.exp: show editing
new UNRESOLVED: gdb.trace/tfile.exp: target tfile tfile-basic.tf
new UNRESOLVED: gdb.trace/tfile.exp: target tfile tfile-error.tf
new UNRESOLVED: gdb.trace/tfile.exp: tfind 0 on trace file
new UNRESOLVED: gdb.trace/tfile.exp: tfind does not find a second frame in trace file
new UNRESOLVED: gdb.trace/tfile.exp: tstatus on error trace file
new UNRESOLVED: gdb.trace/tfile.exp: tstatus on trace file
new UNRESOLVED: gdb.trace/tstatus.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tstatus.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/unavailable.exp: current target does not support trace
new UNRESOLVED: gdb.trace/unavailable.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30d1f0184953478d14641c495261afd06ebfabac//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30d1f0184953478d14641c495261afd06ebfabac//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-12 16:07 [binutils-gdb] Renaming of ctf (the trace format) files gdb-buildbot
@ 2019-10-12 16:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-12 16:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/904

Author:
        Weimin Pan <weimin.pan@oracle.com>

Commit tested:
        518fe38cd9c206b2a239d9b93677017203c385cb

Subject of commit:
        Renaming of ctf (the trace format) files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/518fe38cd9c206b2a239d9b93677017203c385cb/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/518fe38cd9c206b2a239d9b93677017203c385cb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/51/518fe38cd9c206b2a239d9b93677017203c385cb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-12 13:04 [binutils-gdb] Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme) gdb-buildbot
@ 2019-10-12 13:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-12 13:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/903

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        225f296a0239417c01b2439128cb1c2cdfdb8fc2

Subject of commit:
        Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme)

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/225f296a0239417c01b2439128cb1c2cdfdb8fc2/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all nostop noprint
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: kill process, prepare to debug log file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reload precord save file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: save process recfile
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-1: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sig-test-2: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: turn on process record
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/225f296a0239417c01b2439128cb1c2cdfdb8fc2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/225f296a0239417c01b2439128cb1c2cdfdb8fc2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-11 19:28 [binutils-gdb] [gdb/testsuite] Fix local-static.exp with gcc-4.8 gdb-buildbot
@ 2019-10-11 19:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-11 19:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/901

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        4dbbb47c168a617ce27c1bdb05ebbd7842fceada

Subject of commit:
        [gdb/testsuite] Fix local-static.exp with gcc-4.8

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4dbbb47c168a617ce27c1bdb05ebbd7842fceada/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4dbbb47c168a617ce27c1bdb05ebbd7842fceada//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4dbbb47c168a617ce27c1bdb05ebbd7842fceada//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-11 16:19 [binutils-gdb] PowerPC PIC vs. DLL TLS issues gdb-buildbot
@ 2019-10-11 16:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-11 16:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/900

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        f749f26eea052459c27e21d0d15f5fac060961dc

Subject of commit:
        PowerPC PIC vs. DLL TLS issues

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f7/f749f26eea052459c27e21d0d15f5fac060961dc/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tld: failed to compile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f7/f749f26eea052459c27e21d0d15f5fac060961dc//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f7/f749f26eea052459c27e21d0d15f5fac060961dc//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-11 10:59 [binutils-gdb] [PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIE gdb-buildbot
@ 2019-10-11 10:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-11 10:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/899

Author:
        Szabolcs Nagy <szabolcs.nagy@arm.com>

Commit tested:
        9cb09e33e04feb12df2aaa6e81d61b82ad609ce5

Subject of commit:
        [PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIE

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cb09e33e04feb12df2aaa6e81d61b82ad609ce5/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
new FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
new FAIL: gdb.ada/access_to_packed_array.exp: compilation foo.adb
new FAIL: gdb.ada/aliased_array.exp: compilation foo.adb
new FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
new FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
new FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
new FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
new FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
new FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
new FAIL: gdb.ada/array_return.exp: compilation p.adb
new FAIL: gdb.ada/array_subscript_addr.exp: compilation p.adb
new FAIL: gdb.ada/arraydim.exp: compilation foo.adb
new FAIL: gdb.ada/arrayidx.exp: compilation p.adb
new FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
new UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
new FAIL: gdb.ada/assign_arr.exp: compilation main_p324_051.adb
new FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
new FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
new FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
new FAIL: gdb.ada/bias.exp: compilation bias.adb
new FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
new FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
new FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
new FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
new FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
new FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
new FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
new FAIL: gdb.ada/byte_packed_arr.exp: compilation reprod_main.adb
new FAIL: gdb.ada/call_pn.exp: compilation foo.adb
new FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
new FAIL: gdb.ada/catch_ex.exp: compilation foo.adb
new FAIL: gdb.ada/char_enum.exp: compilation foo.adb
new FAIL: gdb.ada/char_param.exp: compilation foo.adb
new FAIL: gdb.ada/complete.exp: compilation foo.adb
new FAIL: gdb.ada/cond_lang.exp: compilation a.adb
new FAIL: gdb.ada/convvar_comp.exp: compilation pb16_063.adb
new FAIL: gdb.ada/dgopt.exp: compilation x.adb
new FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
new FAIL: gdb.ada/display_nested.exp: compilation foo.adb
new FAIL: gdb.ada/dot_all.exp: compilation foo.adb
new FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
new FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
new FAIL: gdb.ada/enum_idx_packed.exp: compilation foo.adb
new FAIL: gdb.ada/excep_handle.exp: compilation foo.adb
new FAIL: gdb.ada/exec_changed.exp: compilation first.adb
new FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
new FAIL: gdb.ada/exprs.exp: compilation p.adb
new FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
new FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
new FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
new FAIL: gdb.ada/float_param.exp: compilation foo.adb
new FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
new FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
new FAIL: gdb.ada/fullname_bp.exp: compilation foo.adb
new FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
new FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
new FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
new FAIL: gdb.ada/funcall_char.exp: compilation foo.adb
new FAIL: gdb.ada/funcall_param.exp: compilation foo.adb
new FAIL: gdb.ada/funcall_ptr.exp: compilation foo.adb
new FAIL: gdb.ada/homonym.exp: compilation homonym_main.adb
new FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
new FAIL: gdb.ada/info_exc.exp: compilation foo.adb
new FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
new FAIL: gdb.ada/int_deref.exp: compilation foo.adb
new FAIL: gdb.ada/interface.exp: compilation foo.adb
new FAIL: gdb.ada/iwide.exp: compilation p.adb
new FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
new FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
new FAIL: gdb.ada/maint_with_ada.exp: compilation var_arr_typedef.adb
new FAIL: gdb.ada/mi_catch_assert.exp: compilation bla.adb
new FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
new FAIL: gdb.ada/mi_dyn_arr.exp: compilation foo.adb
new FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
new FAIL: gdb.ada/mi_exc_info.exp: compilation foo.adb
new FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
new FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
new FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
new FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
new FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
new FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
new FAIL: gdb.ada/minsyms.exp: compilation foo_qb07_057.adb
new FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
new FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
new FAIL: gdb.ada/nested.exp: compilation hello.adb
new FAIL: gdb.ada/notcplusplus.exp: compilation foo.adb
new FAIL: gdb.ada/null_record.exp: compilation null_record.adb
new FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
new FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
new FAIL: gdb.ada/packed_array.exp: compilation pa.adb
new FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
new FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
new FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
new FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
new FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
new FAIL: gdb.ada/print_chars.exp: compilation foo.adb
new FAIL: gdb.ada/print_pc.exp: compilation dummy.adb
new FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
new UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
new UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
new FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
new FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
new FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
new FAIL: gdb.ada/py_range.exp: compilation foo.adb
new FAIL: gdb.ada/py_taft.exp: compilation main.adb
new FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
new FAIL: gdb.ada/rec_return.exp: compilation foo.adb
new FAIL: gdb.ada/ref_param.exp: compilation foo.adb
new FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
new FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
new FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
new FAIL: gdb.ada/same_enum.exp: compilation a.adb
new FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
new FAIL: gdb.ada/set_wstr.exp: compilation a.adb
new FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
new FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
new FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
new FAIL: gdb.ada/taft_type.exp: compilation p.adb
new FAIL: gdb.ada/tagged.exp: compilation foo.adb
new FAIL: gdb.ada/tagged_access.exp: compilation p.adb
new FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
new FAIL: gdb.ada/task_bp.exp: compilation foo.adb
new FAIL: gdb.ada/tasks.exp: compilation foo.adb
new FAIL: gdb.ada/tick_last_segv.exp: compilation foo.adb
new FAIL: gdb.ada/tick_length_array_enum_idx.exp: compilation foo_n207_004.adb
new FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
new FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: compilation foo.adb
new FAIL: gdb.ada/uninitialized_vars.exp: compilation parse.adb
new FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
new FAIL: gdb.ada/var_arr_typedef.exp: compilation var_arr_typedef.adb
new FAIL: gdb.ada/var_rec_arr.exp: compilation foo_na09_042.adb
new FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
new FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
new FAIL: gdb.ada/vla.exp: compilation vla.adb
new FAIL: gdb.ada/watch_arg.exp: compilation watch.adb
new FAIL: gdb.ada/watch_minus_l.exp: compilation foo_ra10_006.adb
new FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
new FAIL: gdb.ada/widewide.exp: compilation foo.adb
new FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
new FAIL: gdb.base/all-architectures-6.exp: all passed
new FAIL: gdb.base/all-architectures-6.exp: at least one architecture
new FAIL: gdb.base/all-architectures-6.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/eval.exp: first eval.
new UNRESOLVED: gdb.base/eval.exp: initialize $a.
new UNRESOLVED: gdb.base/eval.exp: second eval.
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts: failed to compile
new UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
new UNRESOLVED: gdb.base/osabi.exp: set osabi none
new UNRESOLVED: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
new UNRESOLVED: gdb.base/readline.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: set max-completions 0
new UNRESOLVED: gdb.base/shell.exp: set max-completions 2
new UNRESOLVED: gdb.base/shell.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: show max-completions
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
new UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
new UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test boolean parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test boolean parameter value is True
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test deprecated API parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test deprecated API parameter value is True
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: enum gdb parameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: set enum to two
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: set invalid enum parameter
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: show parameter is initial value
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: show parameter is new value
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: test enum parameter value is one
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: test enum parameter value is two
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: file gdb parameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: set new file parameter
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: set test-file-param
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: show initial file value
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: show new file value
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: test file parameter value
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: test new file parameter value
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test really undocumented parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test undocumented parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
new FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.server/unittest.exp: unit tests
new UNRESOLVED: gdb.trace/actions.exp: failed to compile
new UNRESOLVED: gdb.trace/ax.exp: failed to compile
new UNRESOLVED: gdb.trace/deltrace.exp: failed to compile
new UNRESOLVED: gdb.trace/infotrace.exp: failed to compile
new UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
new UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
new UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with wrong option
new UNRESOLVED: gdb.trace/packetlen.exp: failed to compile
new UNRESOLVED: gdb.trace/passc-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/passcount.exp: failed to compile
new UNRESOLVED: gdb.trace/report.exp: failed to compile
new UNRESOLVED: gdb.trace/save-trace.exp: failed to compile
new UNRESOLVED: gdb.trace/tfind.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
new UNRESOLVED: gdb.trace/while-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/while-stepping.exp: failed to compile
new UNRESOLVED: gdb.tui/completion.exp: set max-completions unlimited
new UNRESOLVED: gdb.tui/completion.exp: verify tui support
new UNRESOLVED: gdb.tui/empty.exp: set tui border-kind ascii
new UNRESOLVED: gdb.tui/empty.exp: src: 80x24: box 1
new UNRESOLVED: gdb.tui/empty.exp: verify tui support
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: correct line breaks
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set height 2000
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set pagination on
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: tui enable
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: verify tui support
new UNRESOLVED: gdb.xml/maint_print_struct.exp: printing tdesc with a structure and a bitfield
new UNRESOLVED: gdb.xml/maint_print_struct.exp: setting a new tdesc having only a structure
new UNRESOLVED: gdb.xml/tdesc-arch.exp: architecture XML tests
new UNRESOLVED: gdb.xml/tdesc-arch.exp: read default architecture
new UNRESOLVED: gdb.xml/tdesc-arch.exp: read valid architectures
new UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
new UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: cd to directory holding xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: maintenance print reggroups
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $bitfields
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $extrareg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $flags
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $mixed_flags
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg.v4
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $uintreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg.v4
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $vecreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-extra-regs.xml - from extra-regs.xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-regs.xml - from core-only.xml
new UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
new UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
new UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cb09e33e04feb12df2aaa6e81d61b82ad609ce5//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cb09e33e04feb12df2aaa6e81d61b82ad609ce5//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07 16:27 [binutils-gdb] Avoid crash on single-field union in Rust gdb-buildbot
@ 2019-10-11  7:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-11  7:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/897

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        77c2dba3e843694fae090e237ccdf1b8f65b94e6

Subject of commit:
        Avoid crash on single-field union in Rust

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/77c2dba3e843694fae090e237ccdf1b8f65b94e6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/float_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/int_deref.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/tasks.exp: break break_me task 1
new UNRESOLVED: gdb.ada/tasks.exp: break break_me task 3
new UNRESOLVED: gdb.ada/tasks.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tasks.exp: info tasks before inserting breakpoint
new UNRESOLVED: gdb.base/settings.exp: test-string filename: show editing
new UNRESOLVED: gdb.base/watchpoint-cond-gone.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: setting breakpoint at watchpoint-hw-attach.c:37
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.multi/tids.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/77c2dba3e843694fae090e237ccdf1b8f65b94e6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/77c2dba3e843694fae090e237ccdf1b8f65b94e6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-11  1:58 [binutils-gdb] gdb/fortran: Allow for matching symbols with missing scope gdb-buildbot
@ 2019-10-11  1:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-11  1:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/896

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        179aed7fdc7864ad3623a680b371a98baadb7705

Subject of commit:
        gdb/fortran: Allow for matching symbols with missing scope

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/17/179aed7fdc7864ad3623a680b371a98baadb7705/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/homonym.exp: compilation homonym_main.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_access.exp: compilation p.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
FAIL -> UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
FAIL -> UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_qualified: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_qualified: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/17/179aed7fdc7864ad3623a680b371a98baadb7705//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/17/179aed7fdc7864ad3623a680b371a98baadb7705//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-11  1:15 [binutils-gdb] gdb/fortran: Nested subroutine support gdb-buildbot
@ 2019-10-11  1:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-11  1:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/895

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        0a4b09130aa8c2d2e1c1605a69962fe0a2499479

Subject of commit:
        gdb/fortran: Nested subroutine support

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a4b09130aa8c2d2e1c1605a69962fe0a2499479/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/char_param.exp: call next
new UNRESOLVED: gdb.ada/char_param.exp: call same
new UNRESOLVED: gdb.ada/char_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result after calling next
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result after calling same
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result before calling same
new UNRESOLVED: gdb.ada/homonym.exp: break at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: continue until BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype int_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value>
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new UNRESOLVED: gdb.ada/ptr_typedef.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ptr_typedef.exp: print my_blob.bees
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/tagged_access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged_access.exp: ptype c.all
new UNRESOLVED: gdb.ada/tagged_access.exp: ptype c.menu_name
new UNRESOLVED: gdb.ada/tasks.exp: break break_me task 1
new UNRESOLVED: gdb.ada/tasks.exp: break break_me task 3
new UNRESOLVED: gdb.ada/tasks.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tasks.exp: info tasks before inserting breakpoint
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: attach
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: info shared
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: set architecture aarch64
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/new-ui.exp: do_test: could not run to main
new UNRESOLVED: gdb.base/new-ui.exp: do_test: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
new UNRESOLVED: gdb.base/new-ui.exp: do_test_invalid_args: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/new-ui.exp: do_test_invalid_args: new-ui with bad interpreter name
new UNRESOLVED: gdb.base/new-ui.exp: do_test_invalid_args: new-ui with bad terminal path
new UNRESOLVED: gdb.base/settings.exp: test-string filename: show editing
new UNRESOLVED: gdb.base/settings.exp: test-string optional-filename: show editing
new UNRESOLVED: gdb.base/settings.exp: test-string string-noescape: show editing
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: sw: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: sw: run to main
new UNRESOLVED: gdb.base/watch-vfork.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-vfork.exp: run to main
new UNRESOLVED: gdb.cp/nsimport.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnested.exp: delete all breakpoints in delete_breakpoints
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
UNRESOLVED -> FAIL: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
UNRESOLVED -> FAIL: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a4b09130aa8c2d2e1c1605a69962fe0a2499479//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0a4b09130aa8c2d2e1c1605a69962fe0a2499479//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10 21:46 [binutils-gdb] gdb/testsuite: Reduce test name duplication in gdb.python tests gdb-buildbot
@ 2019-10-10 21:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10 21:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/894

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        082cce059d78bdb4a9fadbbacc2cd1dc3668f084

Subject of commit:
        gdb/testsuite: Reduce test name duplication in gdb.python tests

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/082cce059d78bdb4a9fadbbacc2cd1dc3668f084/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.base/shell.exp: set max-completions 0
new UNRESOLVED: gdb.base/shell.exp: set max-completions 2
new UNRESOLVED: gdb.base/shell.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: show max-completions
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
FAIL -> UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
FAIL -> UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test boolean parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test boolean parameter value is True
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: boolean parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test deprecated API parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test deprecated API parameter value is True
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: deprecated API parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: enum gdb parameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: set enum to two
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: set invalid enum parameter
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: show parameter is initial value
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: show parameter is new value
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: test enum parameter value is one
new UNRESOLVED: gdb.python/py-parameter.exp: enum parameter: test enum parameter value is two
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: file gdb parameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: set new file parameter
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: set test-file-param
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: show initial file value
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: show new file value
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: test file parameter value
new UNRESOLVED: gdb.python/py-parameter.exp: file parameter: test new file parameter value
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test really undocumented parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: really undocumented parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: Simple gdb booleanparameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: show parameter off
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: show parameter on
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test general help
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test set help
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test show help
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: test undocumented parameter value is False
new UNRESOLVED: gdb.python/py-parameter.exp: undocumented parameter: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: correct line breaks
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set height 2000
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set pagination on
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: tui enable
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: verify tui support
PASS -> UNRESOLVED: gdb.xml/maint_print_struct.exp: printing tdesc with a structure and a bitfield
PASS -> UNRESOLVED: gdb.xml/maint_print_struct.exp: setting a new tdesc having only a structure
new UNRESOLVED: gdb.xml/tdesc-arch.exp: architecture XML tests
PASS -> UNRESOLVED: gdb.xml/tdesc-arch.exp: read default architecture
PASS -> UNRESOLVED: gdb.xml/tdesc-arch.exp: read valid architectures
PASS -> UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: cd to directory holding xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: maintenance print reggroups
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $bitfields
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $extrareg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $flags
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $mixed_flags
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg.v4
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $uintreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg.v4
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $vecreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-extra-regs.xml - from extra-regs.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-regs.xml - from core-only.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/082cce059d78bdb4a9fadbbacc2cd1dc3668f084//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/082cce059d78bdb4a9fadbbacc2cd1dc3668f084//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10 18:34 [binutils-gdb] gdb/testsuite: Reduce test name duplication in gdb.base tests gdb-buildbot
@ 2019-10-10 18:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10 18:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/893

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        2b74ba5a194fdfb152465e786a173b039e28964a

Subject of commit:
        gdb/testsuite: Reduce test name duplication in gdb.base tests

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2b74ba5a194fdfb152465e786a173b039e28964a/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/array_of_variable_length.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/maint_with_ada.exp: compilation var_arr_typedef.adb
new UNRESOLVED: gdb.ada/null_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/packed_tagged.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/uninitialized_vars.exp: compilation parse.adb
new UNRESOLVED: gdb.ada/varsize_limit.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #2
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : failed to compile first testcase
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: check_pc_after_cross_syscall: single step over fork final pc
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: setting breakpoint at watchpoint-hw-attach.c:37
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new FAIL: gdb.dwarf2/gdb-index.exp: touch binary
new FAIL: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new FAIL: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.reverse/pipe-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: can't run to main
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: delete all breakpoints in delete_breakpoints
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2b74ba5a194fdfb152465e786a173b039e28964a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2b/2b74ba5a194fdfb152465e786a173b039e28964a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10 13:33 [binutils-gdb] gdb/testsuite: Make test names unique in gdb.linespec tests gdb-buildbot
@ 2019-10-10 13:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/892

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        58eb20d527dbb0ebf26c21ecb32263def26d4593

Subject of commit:
        gdb/testsuite: Make test names unique in gdb.linespec tests

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/58eb20d527dbb0ebf26c21ecb32263def26d4593/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new UNRESOLVED: gdb.ada/array_ptr_renaming.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/array_ptr_renaming.exp: print ntp
new UNRESOLVED: gdb.ada/int_deref.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Do_Nothing
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at Var_Arr_Typedef
new UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/set_wstr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tasks.exp: break break_me task 1
new UNRESOLVED: gdb.ada/tasks.exp: break break_me task 3
new UNRESOLVED: gdb.ada/tasks.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tasks.exp: info tasks before inserting breakpoint
new UNRESOLVED: gdb.ada/uninitialized_vars.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/uninitialized_vars.exp: info locals
new UNRESOLVED: gdb.ada/whatis_array_val.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'length
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
FAIL -> UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
FAIL -> UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at main
new UNRESOLVED: gdb.multi/watchpoint-multi.exp: setting breakpoint at marker_exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/58eb20d527dbb0ebf26c21ecb32263def26d4593//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/58/58eb20d527dbb0ebf26c21ecb32263def26d4593//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10 12:39 [binutils-gdb] gdb/testsuite: Make test names unique in gdb.reverse tests gdb-buildbot
@ 2019-10-10 12:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10 12:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/891

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        4d4211478f4f3bb61ea3e22937fee234fb31f7cb

Subject of commit:
        gdb/testsuite: Make test names unique in gdb.reverse tests

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d4211478f4f3bb61ea3e22937fee234fb31f7cb/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: attach
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: info shared
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: set architecture aarch64
new UNRESOLVED: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/examine-backward.exp: could not run to main
new UNRESOLVED: gdb.base/examine-backward.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-debugdata.exp: have symtab
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.compile/compile-cplus-anonymous.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-anonymous.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsrecurs.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
UNRESOLVED -> FAIL: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
UNRESOLVED -> FAIL: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d4211478f4f3bb61ea3e22937fee234fb31f7cb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d4211478f4f3bb61ea3e22937fee234fb31f7cb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10 10:02 [binutils-gdb] libctf: fix tabdamage gdb-buildbot
@ 2019-10-10 10:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10 10:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/890

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        fa56cdcd2427e701328ae1e20b0ca7916d580a14

Subject of commit:
        libctf: fix tabdamage

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fa/fa56cdcd2427e701328ae1e20b0ca7916d580a14/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
PASS -> UNRESOLVED: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fa/fa56cdcd2427e701328ae1e20b0ca7916d580a14//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fa/fa56cdcd2427e701328ae1e20b0ca7916d580a14//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10  7:01 [binutils-gdb] libctf: fix refcount leak in ctf_import gdb-buildbot
@ 2019-10-10  7:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10  7:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/889

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        ad613f1d0693e02bdc86047c479315d5f969e2f7

Subject of commit:
        libctf: fix refcount leak in ctf_import

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/ad613f1d0693e02bdc86047c479315d5f969e2f7/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/char_param.exp: call next
new UNRESOLVED: gdb.ada/char_param.exp: call same
new UNRESOLVED: gdb.ada/char_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result after calling next
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result after calling same
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result before calling same
new UNRESOLVED: gdb.ada/n_arr_bound.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/n_arr_bound.exp: ptype var
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/set_wstr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: setting breakpoint at watchpoint-hw-attach.c:37
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new UNRESOLVED: gdb.cp/breakpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/ad613f1d0693e02bdc86047c479315d5f969e2f7//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/ad613f1d0693e02bdc86047c479315d5f969e2f7//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10  4:03 [binutils-gdb] libctf: make ctf_dump not crash on OOM gdb-buildbot
@ 2019-10-10  4:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10  4:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/888

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        9323dd869dfe481d46512c7f9b1a30d0b7d2d7c4

Subject of commit:
        libctf: make ctf_dump not crash on OOM

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/9323dd869dfe481d46512c7f9b1a30d0b7d2d7c4/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/byte_packed_arr.exp: compilation reprod_main.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/catch_ex.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/excep_handle.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/exec_changed.exp: compilation first.adb
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/maint_with_ada.exp: compilation var_arr_typedef.adb
PASS -> FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_exc_info.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
PASS -> FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/py_range.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/same_enum.exp: compilation a.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tick_last_segv.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: compilation foo_n207_004.adb
PASS -> FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/9323dd869dfe481d46512c7f9b1a30d0b7d2d7c4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/9323dd869dfe481d46512c7f9b1a30d0b7d2d7c4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-10  0:54 [binutils-gdb] libctf: remove ctf_malloc, ctf_free and ctf_strdup gdb-buildbot
@ 2019-10-10  0:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-10  0:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/887

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        de07e349bea156484fae1dbec974fdbbf207d57d

Subject of commit:
        libctf: remove ctf_malloc, ctf_free and ctf_strdup

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de07e349bea156484fae1dbec974fdbbf207d57d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/call_pn.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/excep_handle.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/excep_handle.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/float_param.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/frame_args.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/funcall_char.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/funcall_param.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/str_ref_cmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print full'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype full_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype primary_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype variable_table'length
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
new UNRESOLVED: gdb.ada/unc_arr_ptr_in_var_rec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/unc_arr_ptr_in_var_rec.exp: setting breakpoint at foo.adb:48
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
PASS -> UNRESOLVED: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
new UNRESOLVED: gdb.base/readline.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: set max-completions 0
new UNRESOLVED: gdb.base/shell.exp: set max-completions 2
new UNRESOLVED: gdb.base/shell.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: show max-completions
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de07e349bea156484fae1dbec974fdbbf207d57d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de07e349bea156484fae1dbec974fdbbf207d57d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-09 21:47 [binutils-gdb] libctf: get the encoding of non-ints/fps in the dynamic space right gdb-buildbot
@ 2019-10-09 21:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-09 21:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/886

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        9c1a2295e84170d2de06ef3c828f0c9f5933867e

Subject of commit:
        libctf: get the encoding of non-ints/fps in the dynamic space right

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9c1a2295e84170d2de06ef3c828f0c9f5933867e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new UNRESOLVED: gdb.ada/funcall_char.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_char.exp: print f
new UNRESOLVED: gdb.ada/funcall_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_param.exp: p ident
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/null_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ptype_field.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new UNRESOLVED: gdb.ada/scoped_watch.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: attach
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: info shared
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: set architecture aarch64
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,continue,infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,continue,infswitch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,continue,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,continue,no_infswitch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork and exec child follow, through step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/func-ptr.exp: can't run to main
new UNRESOLVED: gdb.base/func-ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new UNRESOLVED: gdb.base/varargs.exp: delete all breakpoints in delete_breakpoints
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: p/x param
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'length
new FAIL: gdb.dwarf2/implref-array.exp: print &ref
new FAIL: gdb.dwarf2/implref-array.exp: print *ref
new FAIL: gdb.dwarf2/implref-array.exp: print array after assignment
new FAIL: gdb.dwarf2/implref-array.exp: print array after second assignment
new FAIL: gdb.dwarf2/implref-array.exp: print ref
new FAIL: gdb.dwarf2/implref-array.exp: print ref after assignment
new FAIL: gdb.dwarf2/implref-array.exp: print ref[1]
new FAIL: gdb.dwarf2/implref-array.exp: set
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-global.exp: print &ref
new FAIL: gdb.dwarf2/implref-global.exp: print global_var after assignment
new FAIL: gdb.dwarf2/implref-global.exp: print ref
new FAIL: gdb.dwarf2/implref-global.exp: print ref after assignment
new FAIL: gdb.dwarf2/implref-global.exp: set
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new FAIL: gdb.dwarf2/varval.exp: print *pointerval
new FAIL: gdb.dwarf2/varval.exp: print mixedval
new FAIL: gdb.dwarf2/varval.exp: print pointerval
new FAIL: gdb.dwarf2/varval.exp: print varval
new FAIL: gdb.dwarf2/varval.exp: print varval2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9c1a2295e84170d2de06ef3c828f0c9f5933867e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9c1a2295e84170d2de06ef3c828f0c9f5933867e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-09 18:25 [binutils-gdb] libctf: allow ctf_type_lname of a null pointer gdb-buildbot
@ 2019-10-09 18:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-09 18:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/885

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        1a6ab13e712348c59c2757457b9f913a333f3c92

Subject of commit:
        libctf: allow ctf_type_lname of a null pointer.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6ab13e712348c59c2757457b9f913a333f3c92/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/convvar_comp.exp: compilation pb16_063.adb
PASS -> FAIL: gdb.ada/dot_all.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/exec_changed.exp: compilation first.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_pc.exp: compilation dummy.adb
PASS -> FAIL: gdb.ada/ref_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_inline_callee: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_inline_callee: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_inline_caller: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_inline_caller: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-break.exp: line number: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: line number: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-finish-breakpoint.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-finish-breakpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6ab13e712348c59c2757457b9f913a333f3c92//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1a/1a6ab13e712348c59c2757457b9f913a333f3c92//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-09 15:25 [binutils-gdb] libctf: properly handle ctf_add_type of forwards and self-reffing structs gdb-buildbot
@ 2019-10-09 15:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-09 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/884

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        99dc3ebdfff927b30db58117d7bd80586e273669

Subject of commit:
        libctf: properly handle ctf_add_type of forwards and self-reffing structs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/99/99dc3ebdfff927b30db58117d7bd80586e273669/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/arrayptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/cond_lang.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.ada/fun_overload_menu.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/print_pc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
new UNRESOLVED: gdb.ada/ref_param.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/99/99dc3ebdfff927b30db58117d7bd80586e273669//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/99/99dc3ebdfff927b30db58117d7bd80586e273669//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-09 12:23 [binutils-gdb] libctf: avoid the need to ever use ctf_update gdb-buildbot
@ 2019-10-09 12:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-09 12:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/883

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        676c3ecbad6e9c41b906b0f882ef2ce23f49976a

Subject of commit:
        libctf: avoid the need to ever use ctf_update

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/676c3ecbad6e9c41b906b0f882ef2ce23f49976a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
PASS -> FAIL: gdb.ada/assign_arr.exp: compilation main_p324_051.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/homonym.exp: compilation homonym_main.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_catch_assert.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/notcplusplus.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
PASS -> FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/same_enum.exp: compilation a.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/676c3ecbad6e9c41b906b0f882ef2ce23f49976a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/676c3ecbad6e9c41b906b0f882ef2ce23f49976a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-09  9:11 [binutils-gdb] libctf: handle nonrepresentable types at link time gdb-buildbot
@ 2019-10-09  9:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-09  9:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/882

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        791915db4273edbfb1952897cbf4c9745101c0e4

Subject of commit:
        libctf: handle nonrepresentable types at link time

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/791915db4273edbfb1952897cbf4c9745101c0e4/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new UNRESOLVED: gdb.ada/assign_arr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/assign_arr.exp: print assign_arr_input.u2 :=
new UNRESOLVED: gdb.ada/attr_ref_and_charlit.exp: delete all breakpoints in delete_breakpoints
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new UNRESOLVED: gdb.ada/homonym.exp: break at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: continue until BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype int_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value>
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/notcplusplus.exp: list ver.ads:16
new UNRESOLVED: gdb.ada/notcplusplus.exp: print <symada__cS> after loading symbols from ver.ads
new UNRESOLVED: gdb.ada/notcplusplus.exp: print <symada__cS> before loading symbols from ver.ads
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/start.exp: start failed to land inside the right procedure
new UNRESOLVED: gdb.base/finish-pretty.exp: can't run to foo
new UNRESOLVED: gdb.base/finish-pretty.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/interrupt-daemon-attach.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/791915db4273edbfb1952897cbf4c9745101c0e4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/79/791915db4273edbfb1952897cbf4c9745101c0e4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-09  6:16 [binutils-gdb] libctf: installable libctf as a shared library gdb-buildbot
@ 2019-10-09  6:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-09  6:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/881

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        87279e3cef5b2c54f4a01962cf9dcea38664a336

Subject of commit:
        libctf: installable libctf as a shared library

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/87279e3cef5b2c54f4a01962cf9dcea38664a336/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new FAIL: gdb.guile/scm-pretty-print.exp: guile
new FAIL: gdb.guile/scm-pretty-print.exp: print arraystruct
new FAIL: gdb.guile/scm-pretty-print.exp: print c
new FAIL: gdb.guile/scm-pretty-print.exp: print cps
new FAIL: gdb.guile/scm-pretty-print.exp: print cpss
new FAIL: gdb.guile/scm-pretty-print.exp: print cpssa
new FAIL: gdb.guile/scm-pretty-print.exp: print cpssa[0]
new FAIL: gdb.guile/scm-pretty-print.exp: print cpssa[1]
new FAIL: gdb.guile/scm-pretty-print.exp: print cstring
new FAIL: gdb.guile/scm-pretty-print.exp: print derived
new FAIL: gdb.guile/scm-pretty-print.exp: print estring
new FAIL: gdb.guile/scm-pretty-print.exp: print estring2
new FAIL: gdb.guile/scm-pretty-print.exp: print hint_error
new FAIL: gdb.guile/scm-pretty-print.exp: print ns
new FAIL: gdb.guile/scm-pretty-print.exp: print ns2
new FAIL: gdb.guile/scm-pretty-print.exp: print nstype
new FAIL: gdb.guile/scm-pretty-print.exp: print nstype on one line
new FAIL: gdb.guile/scm-pretty-print.exp: print ref
new FAIL: gdb.guile/scm-pretty-print.exp: print ss
new FAIL: gdb.guile/scm-pretty-print.exp: print ssa
new FAIL: gdb.guile/scm-pretty-print.exp: print ssa[1]
new FAIL: gdb.guile/scm-pretty-print.exp: print sss
new FAIL: gdb.guile/scm-pretty-print.exp: print x
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/87279e3cef5b2c54f4a01962cf9dcea38664a336//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/87/87279e3cef5b2c54f4a01962cf9dcea38664a336//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-08 18:57 [binutils-gdb] bfd: new functions for getting strings out of a strtab gdb-buildbot
@ 2019-10-08 18:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-08 18:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/879

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        22ccb8495447fa2ea31b1f1dea7e94eecf97475d

Subject of commit:
        bfd: new functions for getting strings out of a strtab

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22ccb8495447fa2ea31b1f1dea7e94eecf97475d/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22ccb8495447fa2ea31b1f1dea7e94eecf97475d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22ccb8495447fa2ea31b1f1dea7e94eecf97475d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-08 15:52 [binutils-gdb] libctf: actually close bfds we have opened gdb-buildbot
@ 2019-10-08 15:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-08 15:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/878

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        f046147d59aab0c8b6f00cd182f34b42ac8915e8

Subject of commit:
        libctf: actually close bfds we have opened

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f046147d59aab0c8b6f00cd182f34b42ac8915e8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=1: can't run to main
new UNRESOLVED: gdb.cp/except-multi-location.exp: static_lib=0: static_bin=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f046147d59aab0c8b6f00cd182f34b42ac8915e8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f046147d59aab0c8b6f00cd182f34b42ac8915e8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-08 12:35 [binutils-gdb] libctf: bfd-open: mark the bfd as cacheable gdb-buildbot
@ 2019-10-08 12:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-08 12:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/877

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        edc8bbe90b82f1fa4f3f261b5c97503867e9aba4

Subject of commit:
        libctf: bfd-open: mark the bfd as cacheable

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/edc8bbe90b82f1fa4f3f261b5c97503867e9aba4/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.trace/actions.exp: failed to compile
new UNRESOLVED: gdb.trace/ax.exp: failed to compile
new UNRESOLVED: gdb.trace/infotrace.exp: failed to compile
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with wrong option
new UNRESOLVED: gdb.trace/packetlen.exp: failed to compile
new UNRESOLVED: gdb.trace/passcount.exp: failed to compile
new UNRESOLVED: gdb.trace/save-trace.exp: failed to compile
new UNRESOLVED: gdb.trace/tfind.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
new UNRESOLVED: gdb.trace/while-stepping.exp: failed to compile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/edc8bbe90b82f1fa4f3f261b5c97503867e9aba4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ed/edc8bbe90b82f1fa4f3f261b5c97503867e9aba4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-08  9:28 [binutils-gdb] libctf: get rid of a disruptive public include of <sys/param.h> gdb-buildbot
@ 2019-10-08  9:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-08  9:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/876

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        7e97445a5a4797ba580a58c99d9e16836aa41188

Subject of commit:
        libctf: get rid of a disruptive public include of <sys/param.h>

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7e/7e97445a5a4797ba580a58c99d9e16836aa41188/

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new UNRESOLVED: gdb.multi/base.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-pp-registration.exp: verbose on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
new UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so fully initialized: check debug libthread-db output
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so fully initialized: maint set check-libthread-db 1
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so fully initialized: set debug libthread-db 1
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: check debug libthread-db output
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: maint set check-libthread-db 1
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: set debug libthread-db 1
new UNRESOLVED: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: setting breakpoint at break_here
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new UNRESOLVED: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=on: step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: can't run to main
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: add empty inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: add empty inferior 3
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: load file in inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: load file in inferior 3
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: start inferior 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: start inferior 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: start inferior 3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: switch to inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: switch to inferior 3
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: thread 2.1
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try kill-and-remove: define kill-and-remove
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try kill-and-remove: info inferiors
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try kill-and-remove: switched to no thread selected
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try kill-and-remove: thread apply all kill-and-remove
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove 2: define remove-again
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove 2: info inferiors
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove 2: thread
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove 2: thread 1.1
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove 2: thread apply all remove-again
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove: define remove
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove: info inferiors
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove: thread
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: try remove: thread apply all remove
new FAIL: gdb.threads/tls.exp: print a_thread_local
new UNRESOLVED: gdb.trace/ax.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/ax.exp: maint agent &gdb_long_test < &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent &gdb_long_test == &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent
new UNRESOLVED: gdb.trace/ax.exp: maint agent 12
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_arr_test[12]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_arr_test[gdb_short_test]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_char_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test != gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test * gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test + gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test - gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test / gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test < gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test <= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test == gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test > gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_long_test >= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test.arr[gdb_struct1_test.c]
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_struct1_test.s
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test + 1
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test->bfield
new UNRESOLVED: gdb.trace/ax.exp: maint agent gdb_structp_test->l
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval &gdb_long_test < &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval &gdb_long_test == &gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval 12
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[12]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_arr_test[gdb_short_test]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_char_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test != gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test * gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test + gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test - gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test / gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test < gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test <= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test == gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test > gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_long_test >= gdb_short_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.arr[gdb_struct1_test.c]
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_struct1_test.s
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test + 1
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->bfield
new UNRESOLVED: gdb.trace/ax.exp: maint agent-eval gdb_structp_test->l
new UNRESOLVED: gdb.trace/tfind.exp: 6.2: help tstart
new UNRESOLVED: gdb.trace/tfind.exp: 7.2: help tstop
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind PC
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind end
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind line
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind none
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind range
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind start
new UNRESOLVED: gdb.trace/tfind.exp: 8.38: help tfind tracepoint
new UNRESOLVED: gdb.trace/tfind.exp: current target does not support trace
new UNRESOLVED: gdb.trace/tfind.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/tfind.exp: tfind none
new UNRESOLVED: gdb.trace/tfind.exp: tstop
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7e/7e97445a5a4797ba580a58c99d9e16836aa41188//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7e/7e97445a5a4797ba580a58c99d9e16836aa41188//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-08  6:23 [binutils-gdb] libctf: eschew C99 for loop initial declarations gdb-buildbot
@ 2019-10-08  6:23 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-08  6:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/875

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        5ae6af75b50bb4137d286a14e2fd1e74cfa089f4

Subject of commit:
        libctf: eschew C99 for loop initial declarations

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5ae6af75b50bb4137d286a14e2fd1e74cfa089f4/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5ae6af75b50bb4137d286a14e2fd1e74cfa089f4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5a/5ae6af75b50bb4137d286a14e2fd1e74cfa089f4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-08  3:14 [binutils-gdb] libctf: don't leak hash keys or values on value replacement gdb-buildbot
@ 2019-10-08  3:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-08  3:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/874

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        1820745a0af0768d9dcd515b98ad038ff9f15f23

Subject of commit:
        libctf: don't leak hash keys or values on value replacement

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/1820745a0af0768d9dcd515b98ad038ff9f15f23/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/1820745a0af0768d9dcd515b98ad038ff9f15f23//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/18/1820745a0af0768d9dcd515b98ad038ff9f15f23//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-08  0:06 [binutils-gdb] libctf: teach ctf_add_type how forwards work gdb-buildbot
@ 2019-10-08  0:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-08  0:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/873

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        5de9eada3b4e39c89431765b1c59159cb04878ed

Subject of commit:
        libctf: teach ctf_add_type how forwards work

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5de9eada3b4e39c89431765b1c59159cb04878ed/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5de9eada3b4e39c89431765b1c59159cb04878ed//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5de9eada3b4e39c89431765b1c59159cb04878ed//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07 20:56 [binutils-gdb] libctf: add CU-mapping machinery gdb-buildbot
@ 2019-10-07 20:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-07 20:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/872

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        49ea9b450bb1ca97f6e40c420c8cde5878e11048

Subject of commit:
        libctf: add CU-mapping machinery

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/49/49ea9b450bb1ca97f6e40c420c8cde5878e11048/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/49/49ea9b450bb1ca97f6e40c420c8cde5878e11048//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/49/49ea9b450bb1ca97f6e40c420c8cde5878e11048//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07 17:44 [binutils-gdb] libctf: add linking of the variable section gdb-buildbot
@ 2019-10-07 17:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-07 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/871

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        eabb7154df3e97e9d808a8673953cc1ce708f3d4

Subject of commit:
        libctf: add linking of the variable section

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ea/eabb7154df3e97e9d808a8673953cc1ce708f3d4/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/byte_packed_arr.exp: compilation reprod_main.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/funcall_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/minsyms.exp: compilation foo_qb07_057.adb
PASS -> FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/nested.exp: compilation hello.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
PASS -> FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/same_enum.exp: compilation a.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
PASS -> UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
PASS -> UNRESOLVED: gdb.base/osabi.exp: set osabi none
PASS -> UNRESOLVED: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
new UNRESOLVED: gdb.base/readline.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: set max-completions 0
new UNRESOLVED: gdb.base/shell.exp: set max-completions 2
new UNRESOLVED: gdb.base/shell.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: show max-completions
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-as-string.exp: couldn't run to main.
new UNRESOLVED: gdb.python/py-as-string.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ea/eabb7154df3e97e9d808a8673953cc1ce708f3d4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ea/eabb7154df3e97e9d808a8673953cc1ce708f3d4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07 14:34 [binutils-gdb] libctf: map from old to corresponding newly-added types in ctf_add_type gdb-buildbot
@ 2019-10-07 14:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-07 14:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/870

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        886453cbbc86ba63d8ab1264e9684a7698243eeb

Subject of commit:
        libctf: map from old to corresponding newly-added types in ctf_add_type

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/88/886453cbbc86ba63d8ab1264e9684a7698243eeb/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new UNRESOLVED: gdb.ada/arr_enum_idx_w_gap.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/assign_arr.exp: compilation main_p324_051.adb
new UNRESOLVED: gdb.ada/big_packed_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_param.exp: p ident
new FAIL: gdb.ada/interface.exp: print s
PASS -> FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/type_coercion.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/disp-step-insn-reloc.exp: can't run to main
new UNRESOLVED: gdb.arch/disp-step-insn-reloc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork relations in info inferiors: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: foll-vfork-exit.exp
new FAIL: gdb.base/gdb-caching-proc.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: break main
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: p argc
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: probing for GDBserver
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: set print elements 200
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: set print elements unlimited
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: set print repeats 200
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.base/gdb-caching-proc/trivial.xml
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: show print elements
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: show print repeats
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: x 0
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/88/886453cbbc86ba63d8ab1264e9684a7698243eeb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/88/886453cbbc86ba63d8ab1264e9684a7698243eeb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07 11:02 [binutils-gdb] libctf: add the ctf_link machinery gdb-buildbot
@ 2019-10-07 11:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-07 11:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/869

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        72c83edd92ef15a19ed0c033e25bb5006ee3bdd8

Subject of commit:
        libctf: add the ctf_link machinery

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72c83edd92ef15a19ed0c033e25bb5006ee3bdd8/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bias.exp: compilation bias.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
new UNRESOLVED: gdb.ada/disc_arr_bound.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/expr_with_funcall.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
new UNRESOLVED: gdb.ada/fixed_cmp.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fixed_cmp.exp: print My_Var > 10
PASS -> UNRESOLVED: gdb.ada/fixed_cmp.exp: print My_Var > 10.0
PASS -> UNRESOLVED: gdb.ada/fixed_cmp.exp: print My_Var > 20
PASS -> UNRESOLVED: gdb.ada/fixed_cmp.exp: print My_Var > 20.0
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
new UNRESOLVED: gdb.ada/info_addr_mixed_case.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
new UNRESOLVED: gdb.ada/mi_catch_ex_hand.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_catch_ex_hand.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
new UNRESOLVED: gdb.ada/operator_bp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/optim_drec.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
new UNRESOLVED: gdb.ada/pckd_arr_ren.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/pckd_arr_ren.exp: print var
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/py_range.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set dprintf-style agent
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set disconnected-dprintf on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set dprintf-style call
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new UNRESOLVED: gdb.base/gdb-caching-proc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new FAIL: gdb.base/jit-simple.exp: shared: change addr: address changed
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: initial run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/jit-simple.exp: shared: change addr: second run: maint info breakpoints shows jit breakpoint
new UNRESOLVED: gdb.base/jit-simple.exp: shared: same addr: initial run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: shared: same addr: second run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 3: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 3: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
PASS -> UNRESOLVED: gdb.base/osabi.exp: set osabi none
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sighup: quit with SIGHUP
new FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sigterm: quit with SIGTERM
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sighup: quit with SIGHUP
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sigterm: quit with SIGTERM
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sighup: quit with SIGHUP
new FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sigterm: quit with SIGTERM
new UNRESOLVED: gdb.base/shell.exp: set max-completions 0
new UNRESOLVED: gdb.base/shell.exp: set max-completions 2
new UNRESOLVED: gdb.base/shell.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: show max-completions
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: setting breakpoint at 42
new UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: test1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five'first
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five'last
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five'length
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef'first
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef'last
new FAIL: gdb.dwarf2/data-loc.exp: print foo.five_tdef'length
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three'first
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three'last
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three'length
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef'first
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef'last
new FAIL: gdb.dwarf2/data-loc.exp: print foo.three_tdef'length
new FAIL: gdb.dwarf2/data-loc.exp: print foo__five
new FAIL: gdb.dwarf2/data-loc.exp: print foo__five_tdef
new FAIL: gdb.dwarf2/data-loc.exp: print foo__three
new FAIL: gdb.dwarf2/data-loc.exp: print foo__three_tdef
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo.five
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo.five_tdef
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo.three
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo.three_tdef
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo__five
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo__five_tdef
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo__three
new FAIL: gdb.dwarf2/data-loc.exp: ptype foo__three_tdef
new FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: p/x param
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw4-sig-types.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'length
new FAIL: gdb.dwarf2/implref-global.exp: print &ref
new FAIL: gdb.dwarf2/implref-global.exp: print global_var after assignment
new FAIL: gdb.dwarf2/implref-global.exp: print ref
new FAIL: gdb.dwarf2/implref-global.exp: print ref after assignment
new FAIL: gdb.dwarf2/implref-global.exp: set
new FAIL: gdb.dwarf2/nonvar-access.exp: print/x *
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: abi tag in parameters: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b -function test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: breakpoints on overloaded functions: compare "b test_abi_tag_ovld_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions different abi: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of overloaded functions: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion of struct prefixes with tags: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: at tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: skip tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: completion: spaces: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b -function test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function [abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: "b test_abi_tag_function[abi:tag2]" creates no bp locations: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints wrong ABI tag: show editing
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b -function test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function [abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: info breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: set breakpoints: compare "b test_abi_tag_function[abi:tag1]" completion list with bp location list: set breakpoint
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: test_abi_tag: show editing
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72c83edd92ef15a19ed0c033e25bb5006ee3bdd8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/72c83edd92ef15a19ed0c033e25bb5006ee3bdd8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07  7:31 [binutils-gdb] libctf: dump: check the right error values when dumping functions gdb-buildbot
@ 2019-10-07  7:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-07  7:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/868

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        d18f9f16299170e94a3d2e8a45aa349a25278aa3

Subject of commit:
        libctf: dump: check the right error values when dumping functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d18f9f16299170e94a3d2e8a45aa349a25278aa3/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new UNRESOLVED: gdb.ada/access_tagged_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/assign_arr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/assign_arr.exp: print assign_arr_input.u2 :=
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new UNRESOLVED: gdb.ada/big_packed_array.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/null_array.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new UNRESOLVED: gdb.ada/py_range.exp: check if python 3
new UNRESOLVED: gdb.ada/py_range.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/py_range.exp: verify python support
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/str_uninit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exit: vfork parent follow, finish after tcatch vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exit: vfork parent follow, to bp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint-stops-at-right-insn.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watchpoint-stops-at-right-insn.exp: run to main
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d18f9f16299170e94a3d2e8a45aa349a25278aa3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d1/d18f9f16299170e94a3d2e8a45aa349a25278aa3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07  4:59 [binutils-gdb] libctf: dump: support non-root type dumping gdb-buildbot
@ 2019-10-07  4:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-07  4:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/867

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        b4f0e09cd18e0dbeeecd303ed54f6f113146e857

Subject of commit:
        libctf: dump: support non-root type dumping

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4f0e09cd18e0dbeeecd303ed54f6f113146e857/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4f0e09cd18e0dbeeecd303ed54f6f113146e857//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4f0e09cd18e0dbeeecd303ed54f6f113146e857//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-07  1:50 [binutils-gdb] libctf: fix double-free on ctf_compress_write error path gdb-buildbot
@ 2019-10-07  1:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-07  1:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/866

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        3dde2c915e2c68fdda36febac618595561ed87f8

Subject of commit:
        libctf: fix double-free on ctf_compress_write error path

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3dde2c915e2c68fdda36febac618595561ed87f8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new FAIL: gdb.base/break-probes.exp: ensure using probes
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork and exec child follow, through step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork child follow, finish after tcatch vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork relations in info inferiors: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: foll-vfork-exit.exp
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/nested-subp3.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.cp/dispcxx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3dde2c915e2c68fdda36febac618595561ed87f8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3dde2c915e2c68fdda36febac618595561ed87f8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-06 18:27 [binutils-gdb] libctf: write CTF files to memory, and CTF archives to fds gdb-buildbot
@ 2019-10-06 18:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-06 18:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/865

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8

Subject of commit:
        libctf: write CTF files to memory, and CTF archives to fds

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
new FAIL: gdb.server/server-kill.exp: tstatus
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/5537f9b9a3c46c3898e274a52f6bb0eb8d293bb8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-06 15:28 [binutils-gdb] libctf: support getting strings from the ELF strtab gdb-buildbot
@ 2019-10-06 15:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-06 15:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/864

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        d851ecd373a3764581372b10be5b74c9ee98ae08

Subject of commit:
        libctf: support getting strings from the ELF strtab

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d851ecd373a3764581372b10be5b74c9ee98ae08/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.trace/actions.exp: failed to compile
new UNRESOLVED: gdb.trace/infotrace.exp: failed to compile
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with wrong option
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
new UNRESOLVED: gdb.trace/while-stepping.exp: failed to compile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d851ecd373a3764581372b10be5b74c9ee98ae08//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d8/d851ecd373a3764581372b10be5b74c9ee98ae08//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-06 12:32 [binutils-gdb] libctf: Add iteration over non-root types gdb-buildbot
@ 2019-10-06 12:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-06 12:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/863

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        0ac6231298cbc5a3a16bd4e98d85d98700b81dee

Subject of commit:
        libctf: Add iteration over non-root types

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0ac6231298cbc5a3a16bd4e98d85d98700b81dee/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-types.exp: couldn't run to breakpoint
new UNRESOLVED: gdb.cp/rvalue-ref-types.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
UNRESOLVED -> FAIL: gdb.dwarf2/typedef-void-finish.exp: disassemble func
UNRESOLVED -> FAIL: gdb.dwarf2/typedef-void-finish.exp: disassemble main
UNRESOLVED -> FAIL: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
UNRESOLVED -> FAIL: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
new UNRESOLVED: gdb.reverse/until-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-1.exp: lock-sched=off,non-stop=off: continue to breakpoint: break-here
new UNRESOLVED: gdb.threads/non-ldr-exc-1.exp: lock-sched=off,non-stop=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-1.exp: lock-sched=on,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/actions.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/actions.exp: list actions.c:1
new UNRESOLVED: gdb.trace/read-memory.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/read-memory.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0ac6231298cbc5a3a16bd4e98d85d98700b81dee//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0a/0ac6231298cbc5a3a16bd4e98d85d98700b81dee//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-06  9:33 [binutils-gdb] libctf: add the object index and function index sections gdb-buildbot
@ 2019-10-06  9:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-06  9:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/862

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        2db912ba1a9e1c249cb4795f781fd4ea9fe9e7f2

Subject of commit:
        libctf: add the object index and function index sections

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2db912ba1a9e1c249cb4795f781fd4ea9fe9e7f2/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.reverse/finish-precsave.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2db912ba1a9e1c249cb4795f781fd4ea9fe9e7f2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2d/2db912ba1a9e1c249cb4795f781fd4ea9fe9e7f2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-06  6:43 [binutils-gdb] libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sections gdb-buildbot
@ 2019-10-06  6:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-06  6:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/861

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        6d5944fca682fe97f37e537f78b665ada2400f51

Subject of commit:
        libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sections

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d5944fca682fe97f37e537f78b665ada2400f51/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d5944fca682fe97f37e537f78b665ada2400f51//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d5944fca682fe97f37e537f78b665ada2400f51//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-06  3:48 [binutils-gdb] libctf, binutils: dump the CTF header gdb-buildbot
@ 2019-10-06  3:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-06  3:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/860

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        9b32cba44ddeb32251092a05f1238d2462eb2345

Subject of commit:
        libctf, binutils: dump the CTF header

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9b/9b32cba44ddeb32251092a05f1238d2462eb2345/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/byte_packed_arr.exp: compilation reprod_main.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/catch_ex.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/dot_all.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_dyn_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
PASS -> FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/same_enum.exp: compilation a.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-6.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-6.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-6.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
PASS -> UNRESOLVED: gdb.base/eval.exp: first eval.
PASS -> UNRESOLVED: gdb.base/eval.exp: initialize $a.
PASS -> UNRESOLVED: gdb.base/eval.exp: second eval.
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.guile/scm-block.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-block.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-block.exp: verify guile support
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9b/9b32cba44ddeb32251092a05f1238d2462eb2345//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9b/9b32cba44ddeb32251092a05f1238d2462eb2345//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-06  1:06 [binutils-gdb] libctf: allow the header to change between versions gdb-buildbot
@ 2019-10-06  1:06 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-06  1:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/859

Author:
        Nick Alcock <nick.alcock@oracle.com>

Commit tested:
        fd55eae84d8b94b497c6043e5aa6e111e7f5a225

Subject of commit:
        libctf: allow the header to change between versions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd55eae84d8b94b497c6043e5aa6e111e7f5a225/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_to_packed_array.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/addr_arith.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/aliased_array.exp: compilation foo.adb
new FAIL: gdb.ada/arraydim.exp: compilation foo.adb
new FAIL: gdb.ada/arrayidx.exp: compilation p.adb
new UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
new UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
new FAIL: gdb.ada/assign_arr.exp: compilation main_p324_051.adb
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/bias.exp: compilation bias.adb
new FAIL: gdb.ada/call_pn.exp: compilation foo.adb
new FAIL: gdb.ada/char_enum.exp: compilation foo.adb
new FAIL: gdb.ada/convvar_comp.exp: compilation pb16_063.adb
new FAIL: gdb.ada/display_nested.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/dot_all.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/excep_handle.exp: compilation foo.adb
new FAIL: gdb.ada/exec_changed.exp: compilation first.adb
new FAIL: gdb.ada/float_param.exp: compilation foo.adb
new FAIL: gdb.ada/fullname_bp.exp: compilation foo.adb
new FAIL: gdb.ada/funcall_char.exp: compilation foo.adb
new FAIL: gdb.ada/funcall_param.exp: compilation foo.adb
new FAIL: gdb.ada/funcall_ptr.exp: compilation foo.adb
new FAIL: gdb.ada/homonym.exp: compilation homonym_main.adb
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/maint_with_ada.exp: compilation var_arr_typedef.adb
new FAIL: gdb.ada/mi_catch_assert.exp: compilation bla.adb
new UNRESOLVED: gdb.ada/mi_catch_ex.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_catch_ex.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
new FAIL: gdb.ada/mi_exc_info.exp: compilation foo.adb
new FAIL: gdb.ada/minsyms.exp: compilation foo_qb07_057.adb
new FAIL: gdb.ada/nested.exp: compilation hello.adb
new FAIL: gdb.ada/notcplusplus.exp: compilation foo.adb
new FAIL: gdb.ada/print_pc.exp: compilation dummy.adb
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/py_range.exp: compilation foo.adb
new FAIL: gdb.ada/py_taft.exp: compilation main.adb
new FAIL: gdb.ada/ref_param.exp: compilation foo.adb
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged_access.exp: compilation p.adb
new FAIL: gdb.ada/tick_last_segv.exp: compilation foo.adb
new FAIL: gdb.ada/tick_length_array_enum_idx.exp: compilation foo_n207_004.adb
new UNRESOLVED: gdb.ada/type_coercion.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: compilation foo.adb
new FAIL: gdb.ada/uninitialized_vars.exp: compilation parse.adb
new FAIL: gdb.ada/var_arr_typedef.exp: compilation var_arr_typedef.adb
new FAIL: gdb.ada/var_rec_arr.exp: compilation foo_na09_042.adb
new FAIL: gdb.ada/watch_arg.exp: compilation watch.adb
new FAIL: gdb.ada/watch_minus_l.exp: compilation foo_ra10_006.adb
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: attach
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: info shared
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: set architecture aarch64
new FAIL: gdb.base/break-probes.exp: ensure using probes
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #2
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts: failed to compile
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new UNRESOLVED: gdb.base/interrupt-daemon-attach.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
new UNRESOLVED: gdb.base/osabi.exp: set osabi none
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new UNRESOLVED: gdb.base/print-file-var.exp: lang=c: hidden=0: dlopen=0: version_id_main=0: could not run to main
new UNRESOLVED: gdb.base/print-file-var.exp: lang=c: hidden=0: dlopen=0: version_id_main=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
new UNRESOLVED: gdb.base/readline.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: set max-completions 0
new UNRESOLVED: gdb.base/shell.exp: set max-completions 2
new UNRESOLVED: gdb.base/shell.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: show max-completions
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: can't run to main
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
new UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
new UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
new FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
new UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
new UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: break 100
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: reverse-step
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: step
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 33
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 45
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 57
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 71
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 85
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: tbreak 94
new FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
new FAIL: gdb.server/unittest.exp: unit tests
new UNRESOLVED: gdb.trace/actions.exp: failed to compile
new UNRESOLVED: gdb.trace/ax.exp: failed to compile
new UNRESOLVED: gdb.trace/deltrace.exp: failed to compile
new UNRESOLVED: gdb.trace/infotrace.exp: failed to compile
new UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
new UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
new UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with wrong option
new UNRESOLVED: gdb.trace/packetlen.exp: failed to compile
new UNRESOLVED: gdb.trace/passc-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/passcount.exp: failed to compile
new UNRESOLVED: gdb.trace/report.exp: failed to compile
new UNRESOLVED: gdb.trace/save-trace.exp: failed to compile
new UNRESOLVED: gdb.trace/tfind.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
new UNRESOLVED: gdb.trace/while-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/while-stepping.exp: failed to compile
new UNRESOLVED: gdb.tui/completion.exp: set max-completions unlimited
new UNRESOLVED: gdb.tui/completion.exp: verify tui support
new UNRESOLVED: gdb.tui/empty.exp: set tui border-kind ascii
new UNRESOLVED: gdb.tui/empty.exp: src: 80x24: box 1
new UNRESOLVED: gdb.tui/empty.exp: verify tui support
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: correct line breaks
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set height 2000
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set pagination on
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: tui enable
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: verify tui support
new UNRESOLVED: gdb.xml/maint_print_struct.exp: printing tdesc with a structure and a bitfield
new UNRESOLVED: gdb.xml/maint_print_struct.exp: setting a new tdesc having only a structure
new UNRESOLVED: gdb.xml/tdesc-arch.exp: architecture XML tests
new UNRESOLVED: gdb.xml/tdesc-arch.exp: read default architecture
new UNRESOLVED: gdb.xml/tdesc-arch.exp: read valid architectures
new UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
new UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: cd to directory holding xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: maintenance print reggroups
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $bitfields
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $extrareg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $flags
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $mixed_flags
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg.v4
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $uintreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg.v4
new UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $vecreg
new UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-extra-regs.xml - from extra-regs.xml
new UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-regs.xml - from core-only.xml
new UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
new UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
new UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd55eae84d8b94b497c6043e5aa6e111e7f5a225//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd55eae84d8b94b497c6043e5aa6e111e7f5a225//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-05  9:13 [binutils-gdb] gdb: Remove whitespace in 'std::vector <...>' gdb-buildbot
@ 2019-10-05  9:13 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-05  9:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/854

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        a8b3b8e93e36d2c9efe346f04f3bbd767e3cc0f0

Subject of commit:
        gdb: Remove whitespace in 'std::vector <...>'

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a8b3b8e93e36d2c9efe346f04f3bbd767e3cc0f0/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
new UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 0
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 1
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 10
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 11
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 12
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 13
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 14
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 15
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 16
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 17
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 18
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 19
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 2
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 20
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 21
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 22
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 23
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 24
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 25
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 26
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 27
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 28
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 29
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 3
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 30
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 31
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 4
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 5
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 6
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 7
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 8
new UNRESOLVED: gdb.threads/multi-create.exp: continue to breakpoint 9
new UNRESOLVED: gdb.threads/multi-create.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/multi-create.exp: setting breakpoint at multi-create.c:45
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a8b3b8e93e36d2c9efe346f04f3bbd767e3cc0f0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a8b3b8e93e36d2c9efe346f04f3bbd767e3cc0f0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-05  5:59 [binutils-gdb] [gdb] Fix set/show style metadata help text gdb-buildbot
@ 2019-10-05  5:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-05  5:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/853

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        4d825eab2dc70954ce1d229f48741da4936947fb

Subject of commit:
        [gdb] Fix set/show style metadata help text

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d825eab2dc70954ce1d229f48741da4936947fb/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: attach
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: info shared
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: set architecture aarch64
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.cp/align.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr12028.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
new FAIL: gdb.server/server-kill.exp: tstatus
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d825eab2dc70954ce1d229f48741da4936947fb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4d/4d825eab2dc70954ce1d229f48741da4936947fb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-05  2:55 [binutils-gdb] Convert boolean globals in server.c to bool gdb-buildbot
@ 2019-10-05  2:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-05  2:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/852

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        3e6ec53ac1d44f890b206d4b8eb91ba9dad3e4d9

Subject of commit:
        Convert boolean globals in server.c to bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e6ec53ac1d44f890b206d4b8eb91ba9dad3e4d9/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted off: break: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted off: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted on: break: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted on: break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted on: hbreak: can't run to main
new UNRESOLVED: gdb.base/break-unload-file.exp: file: always-inserted on: hbreak: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/condbreak.exp:
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e6ec53ac1d44f890b206d4b8eb91ba9dad3e4d9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e6ec53ac1d44f890b206d4b8eb91ba9dad3e4d9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04 23:50 [binutils-gdb] Fix type of startup_with_shell in gdbserver gdb-buildbot
@ 2019-10-04 23:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04 23:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/851

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        80fd2826411c1033ec403658c5f3187bf9c1740a

Subject of commit:
        Fix type of startup_with_shell in gdbserver

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/80fd2826411c1033ec403658c5f3187bf9c1740a/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/align.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.reverse/finish-precsave.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/80fd2826411c1033ec403658c5f3187bf9c1740a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/80fd2826411c1033ec403658c5f3187bf9c1740a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04 20:46 [binutils-gdb] Add missing includes to gdb_assert.h and gdb_string_view.h gdb-buildbot
@ 2019-10-04 20:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04 20:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/850

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        700545387df82388b054947dc74cc0bb5cbd2a60

Subject of commit:
        Add missing includes to gdb_assert.h and gdb_string_view.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/70/700545387df82388b054947dc74cc0bb5cbd2a60/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/70/700545387df82388b054947dc74cc0bb5cbd2a60//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/70/700545387df82388b054947dc74cc0bb5cbd2a60//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04 17:32 [binutils-gdb] gdb/testsuite: Fix py-format-string.exp on big-endian platforms gdb-buildbot
@ 2019-10-04 17:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/849

Author:
        Andreas Arnez <arnez@linux.ibm.com>

Commit tested:
        9ef62df072d85d9cd0fadc90a3bd7f05e32ba9fd

Subject of commit:
        gdb/testsuite: Fix py-format-string.exp on big-endian platforms

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9ef62df072d85d9cd0fadc90a3bd7f05e32ba9fd/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/homonym.exp: compilation homonym_main.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
new UNRESOLVED: gdb.python/py-breakpoint-create-fail.exp: check if python 3
new UNRESOLVED: gdb.python/py-breakpoint-create-fail.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint-create-fail.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9ef62df072d85d9cd0fadc90a3bd7f05e32ba9fd//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9e/9ef62df072d85d9cd0fadc90a3bd7f05e32ba9fd//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04 14:17 [binutils-gdb] Add $_ada_exception convenience variable gdb-buildbot
@ 2019-10-04 14:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04 14:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/848

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        37f6a7f456a8da051698dcd753cc0b026f92e054

Subject of commit:
        Add $_ada_exception convenience variable

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37f6a7f456a8da051698dcd753cc0b026f92e054/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/addr_arith.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/bp_inlined_func.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/bp_inlined_func.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_param.exp: call next
new UNRESOLVED: gdb.ada/char_param.exp: call same
new UNRESOLVED: gdb.ada/char_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result after calling next
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result after calling same
new UNRESOLVED: gdb.ada/char_param.exp: print procedure_result before calling same
new UNRESOLVED: gdb.ada/fun_renaming.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/fun_renaming.exp: print fun_rename_test_n
new UNRESOLVED: gdb.ada/fun_renaming.exp: print fun_rename_test_next
new UNRESOLVED: gdb.ada/fun_renaming.exp: print pack.renamed_fun_rename_test_next
new UNRESOLVED: gdb.ada/fun_renaming.exp: print renamed_fun_rename_test_next
new UNRESOLVED: gdb.ada/homonym.exp: break at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: continue until BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: print lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype int_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype lcl at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
new UNRESOLVED: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value>
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
new UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/task_switch_in_core.exp: couldn't run to Request_For_Crash
new UNRESOLVED: gdb.ada/task_switch_in_core.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37f6a7f456a8da051698dcd753cc0b026f92e054//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/37/37f6a7f456a8da051698dcd753cc0b026f92e054//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04 11:04 [binutils-gdb] Back out earlier Ada exception change gdb-buildbot
@ 2019-10-04 11:04 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04 11:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/847

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        fccf9de11fe6757afd3ad2dca4e0ea781b50ae37

Subject of commit:
        Back out earlier Ada exception change

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fc/fccf9de11fe6757afd3ad2dca4e0ea781b50ae37/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
PASS -> UNRESOLVED: gdb.tui/empty.exp: set tui border-kind ascii
PASS -> UNRESOLVED: gdb.tui/empty.exp: src: 80x24: box 1
new UNRESOLVED: gdb.tui/empty.exp: verify tui support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fc/fccf9de11fe6757afd3ad2dca4e0ea781b50ae37//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fc/fccf9de11fe6757afd3ad2dca4e0ea781b50ae37//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04  7:49 [binutils-gdb] Make print-file-var.exp test attribute visibility hidden, dlopen, and main symbol gdb-buildbot
@ 2019-10-04  7:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04  7:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/846

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        1d58d6a26c2a93b80f93a5d058dd678782affd5d

Subject of commit:
        Make print-file-var.exp test attribute visibility hidden, dlopen, and main symbol

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d58d6a26c2a93b80f93a5d058dd678782affd5d/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/signest.exp: could not run to main
new UNRESOLVED: gdb.base/signest.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/anon-union.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/casts.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/converts.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
new UNRESOLVED: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
new UNRESOLVED: gdb.server/server-kill.exp: disconnect
new UNRESOLVED: gdb.server/server-kill.exp: p server_pid
new UNRESOLVED: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d58d6a26c2a93b80f93a5d058dd678782affd5d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d58d6a26c2a93b80f93a5d058dd678782affd5d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04  4:58 [binutils-gdb] Handle copy relocations gdb-buildbot
@ 2019-10-04  4:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04  4:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/845

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        4b610737f02338b2aea7641ab771aa5e137d067c

Subject of commit:
        Handle copy relocations

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4b/4b610737f02338b2aea7641ab771aa5e137d067c/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4b/4b610737f02338b2aea7641ab771aa5e137d067c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4b/4b610737f02338b2aea7641ab771aa5e137d067c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-04  1:46 [binutils-gdb] Make current_source_* per-program-space gdb-buildbot
@ 2019-10-04  1:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-04  1:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/844

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        1dd588507782591478882a891f64945af9e2b86c

Subject of commit:
        Make current_source_* per-program-space

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1dd588507782591478882a891f64945af9e2b86c/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1dd588507782591478882a891f64945af9e2b86c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1dd588507782591478882a891f64945af9e2b86c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-03 20:01 [binutils-gdb] Search global block from basic_lookup_symbol_nonlocal gdb-buildbot
@ 2019-10-03 20:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-03 20:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/842

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        d3d323915c034ed9f7465568e1876aa269ab1d0f

Subject of commit:
        Search global block from basic_lookup_symbol_nonlocal

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d3/d3d323915c034ed9f7465568e1876aa269ab1d0f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/same_enum.exp: compilation a.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.compile/compile-print.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d3/d3d323915c034ed9f7465568e1876aa269ab1d0f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d3/d3d323915c034ed9f7465568e1876aa269ab1d0f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-03 16:44 [binutils-gdb] Change SYMBOL_VALUE_ADDRESS to be an rvalue gdb-buildbot
@ 2019-10-03 16:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-03 16:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/841

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        38583298e0ab81ab78689d89abcb5122e0251c74

Subject of commit:
        Change SYMBOL_VALUE_ADDRESS to be an rvalue

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/38583298e0ab81ab78689d89abcb5122e0251c74/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_to_packed_array.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/arr_acc_idx_w_gap.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: compilation p.adb
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/byte_packed_arr.exp: compilation reprod_main.adb
PASS -> FAIL: gdb.ada/catch_ex.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/char_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/dot_all.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/exec_changed.exp: compilation first.adb
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
new UNRESOLVED: gdb.ada/fun_renaming.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fun_renaming.exp: print fun_rename_test_n
PASS -> UNRESOLVED: gdb.ada/fun_renaming.exp: print fun_rename_test_next
PASS -> UNRESOLVED: gdb.ada/fun_renaming.exp: print pack.renamed_fun_rename_test_next
PASS -> UNRESOLVED: gdb.ada/fun_renaming.exp: print renamed_fun_rename_test_next
PASS -> FAIL: gdb.ada/funcall_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/maint_with_ada.exp: compilation var_arr_typedef.adb
PASS -> FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
PASS -> FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/py_range.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
new UNRESOLVED: gdb.base/attach-non-pgrp-leader.exp: parent: setting breakpoint at marker
new UNRESOLVED: gdb.base/multi-forks.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: detach 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: did kill 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: follow parent, print pids
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: help set detach
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 1
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: inferior 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 1
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: info inferior 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: kill 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: restart final
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 1
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 10
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 11
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 12
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 13
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 14
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 15
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 16
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 2
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 3
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 4
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 5
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 6
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 7
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 8
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: run to exit 9
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: set detach off
new UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork parent
new UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
PASS -> UNRESOLVED: gdb.base/multi-forks.exp: show detach default on
new UNRESOLVED: gdb.base/sigstep.exp: continue over handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: continue to handler entry: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next over handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: next to handler entry: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: nexti over handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step over handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: step to handler entry: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: stepi over handler: delete all breakpoints in delete_breakpoints
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/38583298e0ab81ab78689d89abcb5122e0251c74//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/38/38583298e0ab81ab78689d89abcb5122e0251c74//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-03 13:07 [binutils-gdb] Update my email address in gdb/MAINTAINERS gdb-buildbot
@ 2019-10-03 13:07 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-03 13:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/840

Author:
        Andreas Arnez <arnez@linux.ibm.com>

Commit tested:
        9344c18feb0ef3dfacfd1d0437c0d1e329feaa83

Subject of commit:
        Update my email address in gdb/MAINTAINERS

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/9344c18feb0ef3dfacfd1d0437c0d1e329feaa83/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new UNRESOLVED: gdb.ada/access_to_packed_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/access_to_packed_array.exp: print pack.a
new UNRESOLVED: gdb.ada/access_to_packed_array.exp: print pack.aa
new UNRESOLVED: gdb.ada/access_to_unbounded_array.exp: delete all breakpoints in delete_breakpoints
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new UNRESOLVED: gdb.ada/char_enum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: print pck.Global_Enum_Type'
new UNRESOLVED: gdb.ada/char_enum.exp: ptype Char_Enum_Type
new UNRESOLVED: gdb.ada/char_enum.exp: ptype pck.Global_Enum_Type
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/null_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ptype_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ptype_array.exp: ptype 2..5
new UNRESOLVED: gdb.ada/ptype_array.exp: ptype 3..5
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/str_ref_cmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/9344c18feb0ef3dfacfd1d0437c0d1e329feaa83//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/93/9344c18feb0ef3dfacfd1d0437c0d1e329feaa83//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-03 10:15 [binutils-gdb] gdb: Remove a use of VEC from dwarf2read.{c,h} gdb-buildbot
@ 2019-10-03 10:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-03 10:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/839

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        df07e2c772dab40d268dc44c78bb087c4b75b3c6

Subject of commit:
        gdb: Remove a use of VEC from dwarf2read.{c,h}

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/df07e2c772dab40d268dc44c78bb087c4b75b3c6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.trace/report.exp: failed to compile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/df07e2c772dab40d268dc44c78bb087c4b75b3c6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/df/df07e2c772dab40d268dc44c78bb087c4b75b3c6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-03  7:12 [binutils-gdb] gdb: Change a VEC to std::vector in btrace.{c,h} gdb-buildbot
@ 2019-10-03  7:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-03  7:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/838

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        554ac434b02465f1fc925b0ae3393fb841e0d59c

Subject of commit:
        gdb: Change a VEC to std::vector in btrace.{c,h}

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/554ac434b02465f1fc925b0ae3393fb841e0d59c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.trace/report.exp: current target does not support trace
new UNRESOLVED: gdb.trace/report.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/report.exp: tfind none
new UNRESOLVED: gdb.trace/report.exp: tstop
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/554ac434b02465f1fc925b0ae3393fb841e0d59c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/554ac434b02465f1fc925b0ae3393fb841e0d59c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-03  4:12 [binutils-gdb] gdb: Remove a VEC from gdbsupport/btrace-common.h gdb-buildbot
@ 2019-10-03  4:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-03  4:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/837

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        46f29a9a260da1a03176682aff63bad03d8f2e8b

Subject of commit:
        gdb: Remove a VEC from gdbsupport/btrace-common.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/46f29a9a260da1a03176682aff63bad03d8f2e8b/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new UNRESOLVED: gdb.ada/frame_args.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/info_exc.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/info_exc.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/rec_return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/taft_type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/vla.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/vla.exp: print r00
new UNRESOLVED: gdb.ada/vla.exp: print r01
new UNRESOLVED: gdb.ada/vla.exp: print r10
new UNRESOLVED: gdb.ada/vla.exp: print r22
new UNRESOLVED: gdb.cp/anon-ns.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ptype-flags.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/46f29a9a260da1a03176682aff63bad03d8f2e8b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/46/46f29a9a260da1a03176682aff63bad03d8f2e8b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-03  1:15 [binutils-gdb] Use styled_string for "show logging filename" gdb-buildbot
@ 2019-10-03  1:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-03  1:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/836

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        d770d56f42e77f4ee1008ae223dacd3658305297

Subject of commit:
        Use styled_string for "show logging filename"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d770d56f42e77f4ee1008ae223dacd3658305297/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_qualified: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_qualified: delete all breakpoints in delete_breakpoints
new FAIL: gdb.server/ext-restart.exp: monitor exit
new UNRESOLVED: gdb.server/ext-restart.exp: set remote exec-file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d770d56f42e77f4ee1008ae223dacd3658305297//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d7/d770d56f42e77f4ee1008ae223dacd3658305297//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02 22:10 [binutils-gdb] Use styled_string in more places gdb-buildbot
@ 2019-10-02 22:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02 22:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/835

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        9d636d67e0ddf223c6e9127dc058afdb48a7012f

Subject of commit:
        Use styled_string in more places

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9d/9d636d67e0ddf223c6e9127dc058afdb48a7012f/

*** Diff to previous build ***
==============================================
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9d/9d636d67e0ddf223c6e9127dc058afdb48a7012f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9d/9d636d67e0ddf223c6e9127dc058afdb48a7012f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02 19:12 [binutils-gdb] Introduce metadata style gdb-buildbot
@ 2019-10-02 19:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02 19:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/834

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        7f6aba03b929d3d893378760eeeca431005fc5cd

Subject of commit:
        Introduce metadata style

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f6aba03b929d3d893378760eeeca431005fc5cd/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.cp/pr9067.exp: delete all breakpoints in delete_breakpoints
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_address: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_address: eval address of main
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_events: setting breakpoint at 48
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_internal: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_internal: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_invisible: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_invisible: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_pending: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_pending: setting breakpoint at nosuchfunction
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_temporary: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_temporary: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_watchpoints: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_watchpoints: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.trace/actions.exp: failed to compile
new UNRESOLVED: gdb.trace/ax.exp: failed to compile
new UNRESOLVED: gdb.trace/deltrace.exp: failed to compile
new UNRESOLVED: gdb.trace/passcount.exp: failed to compile
new UNRESOLVED: gdb.trace/report.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
new UNRESOLVED: gdb.trace/while-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/while-stepping.exp: failed to compile
PASS -> UNRESOLVED: gdb.tui/completion.exp: set max-completions unlimited
new UNRESOLVED: gdb.tui/completion.exp: verify tui support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f6aba03b929d3d893378760eeeca431005fc5cd//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7f/7f6aba03b929d3d893378760eeeca431005fc5cd//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02 15:44 [binutils-gdb] Style "pwd" output gdb-buildbot
@ 2019-10-02 15:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02 15:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/833

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        14309bb6bfe31e5ad26035cd41a46bdbaec154b0

Subject of commit:
        Style "pwd" output

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/14/14309bb6bfe31e5ad26035cd41a46bdbaec154b0/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new UNRESOLVED: gdb.threads/thread_check.exp: can't run to main
new UNRESOLVED: gdb.threads/thread_check.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/tls.exp: print a_thread_local
new UNRESOLVED: gdb.trace/tsv.exp: Delete all trace state variables
new UNRESOLVED: gdb.trace/tsv.exp: List tvariables
new UNRESOLVED: gdb.trace/tsv.exp: List tvariables after deletion
new UNRESOLVED: gdb.trace/tsv.exp: Print a trace state variable before run
new UNRESOLVED: gdb.trace/tsv.exp: change initial value of a trace state variable
new UNRESOLVED: gdb.trace/tsv.exp: create a trace state variable
new UNRESOLVED: gdb.trace/tsv.exp: create a trace state variable with expression
new UNRESOLVED: gdb.trace/tsv.exp: create a trace state variable with initial value
new UNRESOLVED: gdb.trace/tsv.exp: current target does not support trace
new UNRESOLVED: gdb.trace/tsv.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/tsv.exp: delete trace state variable
new UNRESOLVED: gdb.trace/tsv.exp: init trace state variable to a 64-bit value
new UNRESOLVED: gdb.trace/tsv.exp: list tvariables after deleting all
new UNRESOLVED: gdb.trace/tsv.exp: tsave command properly supports -r argument
new UNRESOLVED: gdb.trace/tsv.exp: tvariable creation fails with invalid expression
new UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, bad name
new UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, bad name 2
new UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, bad name 3
new UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, not an assignment
new UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, not empty variable name
new UNRESOLVED: gdb.trace/while-stepping.exp: could not find gdb_c_test function
new UNRESOLVED: gdb.trace/while-stepping.exp: trace gdb_c_test
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/14/14309bb6bfe31e5ad26035cd41a46bdbaec154b0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/14/14309bb6bfe31e5ad26035cd41a46bdbaec154b0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02 12:51 [binutils-gdb] Use new %p format suffixes in gdb gdb-buildbot
@ 2019-10-02 12:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02 12:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/832

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        6a831f06e1bdf3aff6acf7ae31e2a3a9795137a5

Subject of commit:
        Use new %p format suffixes in gdb

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a831f06e1bdf3aff6acf7ae31e2a3a9795137a5/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: setting breakpoint at watchpoint-hw-attach.c:37
FAIL -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a831f06e1bdf3aff6acf7ae31e2a3a9795137a5//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a831f06e1bdf3aff6acf7ae31e2a3a9795137a5//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02  9:43 [binutils-gdb] Introduce gdb-specific %p format suffixes gdb-buildbot
@ 2019-10-02  9:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02  9:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/831

Author:
        Pedro Alves <palves@redhat.com>

Commit tested:
        2a3c1174c3c0db1140180fb3fc56ac324d1c0a7c

Subject of commit:
        Introduce gdb-specific %p format suffixes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2a3c1174c3c0db1140180fb3fc56ac324d1c0a7c/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/func-ptrs.exp: could not run to main
new UNRESOLVED: gdb.base/func-ptrs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.compile/compile-cplus-virtual.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-virtual.exp: delete all breakpoints in delete_breakpoints
UNRESOLVED -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.reverse/solib-reverse.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2a3c1174c3c0db1140180fb3fc56ac324d1c0a7c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2a3c1174c3c0db1140180fb3fc56ac324d1c0a7c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02  6:43 [binutils-gdb] Don't create empty literal pieces gdb-buildbot
@ 2019-10-02  6:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02  6:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/830

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0dfe5bfbb7e7a3e55c57d1b59c265dc1a3cd9fc7

Subject of commit:
        Don't create empty literal pieces

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0dfe5bfbb7e7a3e55c57d1b59c265dc1a3cd9fc7/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0dfe5bfbb7e7a3e55c57d1b59c265dc1a3cd9fc7//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0dfe5bfbb7e7a3e55c57d1b59c265dc1a3cd9fc7//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02  3:37 [binutils-gdb] Remove the ui_out_style_kind enum gdb-buildbot
@ 2019-10-02  3:37 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02  3:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/829

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        e43b10e10eba9d9493a0ad40176b2aea9cfb62ab

Subject of commit:
        Remove the ui_out_style_kind enum

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e43b10e10eba9d9493a0ad40176b2aea9cfb62ab/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
FAIL -> UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
FAIL -> UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e43b10e10eba9d9493a0ad40176b2aea9cfb62ab//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e43b10e10eba9d9493a0ad40176b2aea9cfb62ab//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-02  0:31 [binutils-gdb] gdb/testsuite: Fix pretty-print.exp on big-endian platforms gdb-buildbot
@ 2019-10-02  0:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-02  0:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/828

Author:
        Andreas Arnez <arnez@linux.ibm.com>

Commit tested:
        53d666ecfbb18f836cd4cb9f1de7013e3d03f4df

Subject of commit:
        gdb/testsuite: Fix pretty-print.exp on big-endian platforms

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53d666ecfbb18f836cd4cb9f1de7013e3d03f4df/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
UNRESOLVED -> FAIL: gdb.dwarf2/main-subprogram.exp: disassemble mymain
UNRESOLVED -> FAIL: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53d666ecfbb18f836cd4cb9f1de7013e3d03f4df//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/53d666ecfbb18f836cd4cb9f1de7013e3d03f4df//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-01 21:17 [binutils-gdb] Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir gdb-buildbot
@ 2019-10-01 21:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-01 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/827

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        cd7c32c36ae53c00e9b0731c58de37dc28b88fb6

Subject of commit:
        Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd7c32c36ae53c00e9b0731c58de37dc28b88fb6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd7c32c36ae53c00e9b0731c58de37dc28b88fb6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cd7c32c36ae53c00e9b0731c58de37dc28b88fb6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-01 18:10 [binutils-gdb] [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx gdb-buildbot
@ 2019-10-01 18:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-01 18:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/826

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        8fe0f950f4c0438e684a532add46dc99ee32165c

Subject of commit:
        [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8fe0f950f4c0438e684a532add46dc99ee32165c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/default.exp:
new UNRESOLVED: gdb.base/default.exp: check if python 3
new UNRESOLVED: gdb.base/default.exp: verify python support
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-const.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-global.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new FAIL: gdb.server/server-exec-info.exp: info files
new UNRESOLVED: gdb.server/server-exec-info.exp: set sysroot remote:
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8fe0f950f4c0438e684a532add46dc99ee32165c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8f/8fe0f950f4c0438e684a532add46dc99ee32165c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-01 15:00 [binutils-gdb] Remove extra whitespaces at the end of lines gdb-buildbot
@ 2019-10-01 15:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-01 15:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/825

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        5f48f8f3c34c8036ffa3acaad4b9b72058b904cf

Subject of commit:
        Remove extra whitespaces at the end of lines.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f48f8f3c34c8036ffa3acaad4b9b72058b904cf/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/access_to_unbounded_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/fin_fun_out.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/formatted_ref.exp: address of s1
new UNRESOLVED: gdb.ada/formatted_ref.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/formatted_ref.exp: print s.x = 13
new UNRESOLVED: gdb.ada/formatted_ref.exp: print/x s
new UNRESOLVED: gdb.ada/formatted_ref.exp: print/x s'access
new UNRESOLVED: gdb.ada/formatted_ref.exp: print/x s'unchecked_access
new UNRESOLVED: gdb.ada/formatted_ref.exp: print/x s'unrestricted_access
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.base/multi-forks.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/multi-forks.exp: detach 2
new UNRESOLVED: gdb.base/multi-forks.exp: detach 3
new UNRESOLVED: gdb.base/multi-forks.exp: detach 4
new UNRESOLVED: gdb.base/multi-forks.exp: detach 5
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 10
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 11
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 12
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 13
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 14
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 15
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 16
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 6
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 7
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 8
new UNRESOLVED: gdb.base/multi-forks.exp: did kill 9
new UNRESOLVED: gdb.base/multi-forks.exp: follow parent, print pids
new UNRESOLVED: gdb.base/multi-forks.exp: help set detach
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 1
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 10
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 11
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 12
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 13
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 14
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 15
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 2
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 3
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 4
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 5
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 6
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 7
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 8
new UNRESOLVED: gdb.base/multi-forks.exp: inferior 9
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 1
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 10
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 11
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 12
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 13
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 14
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 15
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 16
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 2
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 3
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 4
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 5
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 6
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 7
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 8
new UNRESOLVED: gdb.base/multi-forks.exp: info inferior 9
new UNRESOLVED: gdb.base/multi-forks.exp: kill 10
new UNRESOLVED: gdb.base/multi-forks.exp: kill 11
new UNRESOLVED: gdb.base/multi-forks.exp: kill 12
new UNRESOLVED: gdb.base/multi-forks.exp: kill 13
new UNRESOLVED: gdb.base/multi-forks.exp: kill 14
new UNRESOLVED: gdb.base/multi-forks.exp: kill 15
new UNRESOLVED: gdb.base/multi-forks.exp: kill 16
new UNRESOLVED: gdb.base/multi-forks.exp: kill 6
new UNRESOLVED: gdb.base/multi-forks.exp: kill 7
new UNRESOLVED: gdb.base/multi-forks.exp: kill 8
new UNRESOLVED: gdb.base/multi-forks.exp: kill 9
new UNRESOLVED: gdb.base/multi-forks.exp: restart final
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 1
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 10
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 11
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 12
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 13
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 14
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 15
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 16
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 2
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 3
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 4
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 5
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 6
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 7
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 8
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 9
new UNRESOLVED: gdb.base/multi-forks.exp: set detach off
new UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork parent
new UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
new UNRESOLVED: gdb.base/multi-forks.exp: show detach default on
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f48f8f3c34c8036ffa3acaad4b9b72058b904cf//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5f/5f48f8f3c34c8036ffa3acaad4b9b72058b904cf//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-01 11:52 [binutils-gdb] Use std::sort instead of qsort in minsyms.c gdb-buildbot
@ 2019-10-01 11:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-01 11:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/824

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        6fb08628e0f894f01e3e4834d5262629ca8f1920

Subject of commit:
        Use std::sort instead of qsort in minsyms.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6f/6fb08628e0f894f01e3e4834d5262629ca8f1920/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.python/py-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-value.exp: failed to compile in c++ mode
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6f/6fb08628e0f894f01e3e4834d5262629ca8f1920//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6f/6fb08628e0f894f01e3e4834d5262629ca8f1920//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-10-01  5:24 [binutils-gdb] Improve some comments about msymbol handling gdb-buildbot
@ 2019-10-01  5:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-10-01  5:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/822

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c7ee338a2dc3570c830e6897940f3955c5f632b2

Subject of commit:
        Improve some comments about msymbol handling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7ee338a2dc3570c830e6897940f3955c5f632b2/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/call_pn.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/dot_all.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
PASS -> FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/same_enum.exp: compilation a.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7ee338a2dc3570c830e6897940f3955c5f632b2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7ee338a2dc3570c830e6897940f3955c5f632b2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-30 17:53 [binutils-gdb] [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir gdb-buildbot
@ 2019-09-30 21:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-30 21:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/816

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        0df0352ad0b64e884977d8251cf1b88b6640600f

Subject of commit:
        [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0df0352ad0b64e884977d8251cf1b88b6640600f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new UNRESOLVED: gdb.ada/bias.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/bias.exp: print a
new UNRESOLVED: gdb.ada/bias.exp: print cval
new UNRESOLVED: gdb.ada/bias.exp: print spr
new UNRESOLVED: gdb.ada/bias.exp: print x
new UNRESOLVED: gdb.ada/bias.exp: print x * x1
new UNRESOLVED: gdb.ada/bias.exp: print x + x1
new UNRESOLVED: gdb.ada/bias.exp: print x - x1
new UNRESOLVED: gdb.ada/bias.exp: print x / x1
new UNRESOLVED: gdb.ada/bias.exp: print x := 5
new UNRESOLVED: gdb.ada/bias.exp: print y
new UNRESOLVED: gdb.ada/bias.exp: print y /= y
new UNRESOLVED: gdb.ada/bias.exp: print y /= y1
new UNRESOLVED: gdb.ada/bias.exp: print y < y1
new UNRESOLVED: gdb.ada/bias.exp: print y <= y1
new UNRESOLVED: gdb.ada/bias.exp: print y = y
new UNRESOLVED: gdb.ada/bias.exp: print y > y1
new UNRESOLVED: gdb.ada/bias.exp: print y >= y1
new UNRESOLVED: gdb.ada/bias.exp: print/c cval
new UNRESOLVED: gdb.ada/bias.exp: ptype x + x1
new UNRESOLVED: gdb.ada/bias.exp: re-read x after storing
new FAIL: gdb.ada/interface.exp: print s
new UNRESOLVED: gdb.ada/mi_catch_ex.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_catch_ex.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new UNRESOLVED: gdb.ada/str_ref_cmp.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new UNRESOLVED: gdb.ada/task_bp.exp: break dummy_task - from full symtab
new UNRESOLVED: gdb.ada/task_bp.exp: break pck.adb:dummy_task - from psymtab
new UNRESOLVED: gdb.ada/task_bp.exp: break pck.adb:pck.dummy_task - from psymtab
new UNRESOLVED: gdb.ada/task_bp.exp: break pck.dummy_task - from full symtab
new UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for dummy_task
new UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.adb:pck.dummy_task
new UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.dummy_task
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: attach
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: info shared
new UNRESOLVED: gdb.base/attach-pie-noexec.exp: set architecture aarch64
new FAIL: gdb.base/break-probes.exp: ensure using probes
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: re-attach to inferior
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set disconnected-dprintf off
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set dprintf-style gdb
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: probing for GDBserver
new UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #1
new FAIL: gdb.base/index-cache.exp: test_cache_disabled: failed to list files on host in /tmp/tmp.EDXHxLHprR
new FAIL: gdb.base/index-cache.exp: test_cache_disabled: no files were created
new FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: failed to list files on host in /tmp/tmp.EDXHxLHprR
new FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: at least one file was created
new FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: expected file is there
new FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: failed to list files on host in /tmp/tmp.EDXHxLHprR
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tldc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tdc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tfc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tldc: failed to compile
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new UNRESOLVED: gdb.base/multi-forks.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/multi-forks.exp: follow child, print pids
new UNRESOLVED: gdb.base/multi-forks.exp: follow parent, print pids
new UNRESOLVED: gdb.base/multi-forks.exp: run to exit 2
new UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork child
new UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork parent
new UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: thread 2.1
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: delete all breakpoints in delete_breakpoints
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new FAIL: gdb.dwarf2/dw2-ifort-parameter.exp: p/x param
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.five_ptr_tdef.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr.all'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef'length
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'first
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'last
new FAIL: gdb.dwarf2/dynarr-ptr.exp: print foo.three_ptr_tdef.all'length
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-global.exp: print &ref
new FAIL: gdb.dwarf2/implref-global.exp: print global_var after assignment
new FAIL: gdb.dwarf2/implref-global.exp: print ref
new FAIL: gdb.dwarf2/implref-global.exp: print ref after assignment
new FAIL: gdb.dwarf2/implref-global.exp: set
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0df0352ad0b64e884977d8251cf1b88b6640600f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0d/0df0352ad0b64e884977d8251cf1b88b6640600f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-30  8:17 [binutils-gdb] [gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-m gdb-buildbot
@ 2019-09-30  8:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-30  8:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/815

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        73d9a918c6188ce0f1ec32e42dda063ca16e0362

Subject of commit:
        [gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-m

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73d9a918c6188ce0f1ec32e42dda063ca16e0362/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-6.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-6.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-6.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
PASS -> UNRESOLVED: gdb.base/eval.exp: first eval.
PASS -> UNRESOLVED: gdb.base/eval.exp: initialize $a.
PASS -> UNRESOLVED: gdb.base/eval.exp: second eval.
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
new UNRESOLVED: gdb.python/py-error.exp: verify python support
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
new UNRESOLVED: gdb.trace/deltrace.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73d9a918c6188ce0f1ec32e42dda063ca16e0362//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/73d9a918c6188ce0f1ec32e42dda063ca16e0362//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-30  2:41 [binutils-gdb] gdb: include gdbarch.h in hppa-linux-nat.c gdb-buildbot
@ 2019-09-30  3:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-30  3:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/812

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        ad75efa628656716982f2674008952bfd2c268af

Subject of commit:
        gdb: include gdbarch.h in hppa-linux-nat.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/ad75efa628656716982f2674008952bfd2c268af/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.ada/dyn_stride.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ptype_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ptype_array.exp: ptype 2..5
new UNRESOLVED: gdb.ada/ptype_array.exp: ptype 3..5
new UNRESOLVED: gdb.ada/ptype_field.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ptype_field.exp: ptype circle
new UNRESOLVED: gdb.ada/ptype_field.exp: ptype circle.pos
new UNRESOLVED: gdb.ada/ptype_field.exp: ptype circle.pos.x
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call
new UNRESOLVED: gdb.ada/win_fu_syms.exp: info line on variable declaration
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/ending-run.exp: ls: core
new UNRESOLVED: gdb.base/foll-exec.exp: couldn't run foll-exec
new UNRESOLVED: gdb.base/foll-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/funcargs.exp: continue to call0b
new UNRESOLVED: gdb.base/funcargs.exp: continue to call0c
new UNRESOLVED: gdb.base/funcargs.exp: continue to call0d
new UNRESOLVED: gdb.base/funcargs.exp: continue to call0e
new UNRESOLVED: gdb.base/funcargs.exp: continue to call1b
new UNRESOLVED: gdb.base/funcargs.exp: continue to call1c
new UNRESOLVED: gdb.base/funcargs.exp: continue to call1d
new UNRESOLVED: gdb.base/funcargs.exp: continue to call1e
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2b
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2c
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2d
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2e
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2f
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2g
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2h
new UNRESOLVED: gdb.base/funcargs.exp: continue to call2i
new UNRESOLVED: gdb.base/funcargs.exp: continue to call3b
new UNRESOLVED: gdb.base/funcargs.exp: continue to call3c
new UNRESOLVED: gdb.base/funcargs.exp: continue to call4b
new UNRESOLVED: gdb.base/funcargs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/funcargs.exp: determine endianness
new UNRESOLVED: gdb.base/funcargs.exp: getting sizeof int
new UNRESOLVED: gdb.base/funcargs.exp: getting sizeof long
new UNRESOLVED: gdb.base/funcargs.exp: print *cp
new UNRESOLVED: gdb.base/funcargs.exp: print *dp
new UNRESOLVED: gdb.base/funcargs.exp: print *fp
new UNRESOLVED: gdb.base/funcargs.exp: print *ip
new UNRESOLVED: gdb.base/funcargs.exp: print *lp
new UNRESOLVED: gdb.base/funcargs.exp: print *sp
new UNRESOLVED: gdb.base/funcargs.exp: print *stp
new UNRESOLVED: gdb.base/funcargs.exp: print *ucp
new UNRESOLVED: gdb.base/funcargs.exp: print *uip
new UNRESOLVED: gdb.base/funcargs.exp: print *ulp
new UNRESOLVED: gdb.base/funcargs.exp: print *usp
new UNRESOLVED: gdb.base/funcargs.exp: print c after run to call0a
new UNRESOLVED: gdb.base/funcargs.exp: print c after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print d1 after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print d2 after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print f1 after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print f2 after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print i after run to call0a
new UNRESOLVED: gdb.base/funcargs.exp: print i after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print l after run to call0a
new UNRESOLVED: gdb.base/funcargs.exp: print l after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print s after run to call0a
new UNRESOLVED: gdb.base/funcargs.exp: print s after run to call2a
new UNRESOLVED: gdb.base/funcargs.exp: print uc
new UNRESOLVED: gdb.base/funcargs.exp: print ui
new UNRESOLVED: gdb.base/funcargs.exp: print ul
new UNRESOLVED: gdb.base/funcargs.exp: print us
new UNRESOLVED: gdb.base/funcargs.exp: set print frame-arguments all
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call0e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call1e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2d
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2e
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2f
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2g
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2h
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call2i
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3b
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call3c
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call4a
new UNRESOLVED: gdb.base/funcargs.exp: setting breakpoint at call4b
new FAIL: gdb.base/gcore-tls-pie.exp: strip
new FAIL: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #0
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new UNRESOLVED: gdb.base/jit-attach-pie.exp: attach
new FAIL: gdb.base/jit-simple.exp: shared: change addr: second run: recompile
new FAIL: gdb.base/jit-simple.exp: shared: same addr: initial run: get address of __jit_debug_descriptor
new FAIL: gdb.base/jit-simple.exp: shared: same addr: initial run: maint info breakpoints shows jit breakpoint
new FAIL: gdb.base/jit-simple.exp: shared: same addr: second run: get address of __jit_debug_descriptor
new FAIL: gdb.base/jit-simple.exp: shared: same addr: second run: maint info breakpoints shows jit breakpoint
new FAIL: gdb.base/jit-simple.exp: standalone: change addr: second run: recompile
new UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: get address of __jit_debug_descriptor
new FAIL: gdb.base/jit-simple.exp: standalone: same addr: initial run: maint info breakpoints shows jit breakpoint
new FAIL: gdb.base/jit-simple.exp: standalone: same addr: second run: get address of __jit_debug_descriptor
new FAIL: gdb.base/jit-simple.exp: standalone: same addr: second run: maint info breakpoints shows jit breakpoint
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/many-headers.exp: read core file
new UNRESOLVED: gdb.base/new-ui-pending-input.exp: spawn gdb
new UNRESOLVED: gdb.base/settings.exp: test-string filename: cd to ${srcdir}
new UNRESOLVED: gdb.base/settings.exp: test-string filename: clear string: maint set test-settings filename
new UNRESOLVED: gdb.base/settings.exp: test-string filename: clear string: maint show test-settings filename: "hello world"
new UNRESOLVED: gdb.base/settings.exp: test-string filename: cmd complete "maint set test-settings filename ../testsuite/gdb.base/comp-dir/subdir/dummy"
new UNRESOLVED: gdb.base/settings.exp: test-string filename: cmd complete "maint set test-settings filename ../testsuite/gdb.base/comp-dir/subdir/dummy.abc"
new UNRESOLVED: gdb.base/settings.exp: test-string filename: cmd complete "maint show test-settings filename "
new UNRESOLVED: gdb.base/settings.exp: test-string filename: cmd complete "maint show test-settings filename"
new UNRESOLVED: gdb.base/settings.exp: test-string filename: maint set test-settings filename "hello world"
new UNRESOLVED: gdb.base/settings.exp: test-string filename: maint set test-settings filename hello world
new UNRESOLVED: gdb.base/settings.exp: test-string filename: maint show test-settings filename: "hello world"
new UNRESOLVED: gdb.base/settings.exp: test-string filename: maint show test-settings filename: hello world
new UNRESOLVED: gdb.base/settings.exp: test-string filename: maint show test-settings filename: show default
new UNRESOLVED: gdb.base/settings.exp: test-string filename: show editing
new FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: first argument expanded
new FAIL: gdb.base/startup-with-shell.exp: touch OUTPUT_DIR/unique-file.unique-extension
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: attach
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: continue
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: continue to breakpoint: watchpoint-hw-attach.c:pidacquired
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: set should_continue = 1
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: setting breakpoint at watchpoint-hw-attach.c:37
new UNRESOLVED: gdb.base/watchpoint-hw-attach.exp: watch watched_variable
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new UNRESOLVED: gdb.compile/compile-cplus-virtual.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-virtual.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: continue to func01
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: create varobj for ptr
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: get children of var1
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: set print object on
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access array member
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access integer member
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access pointer member
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble bar
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble baz
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble foo
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble foo_cold
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_cold_label - foo_cold
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: p main_label - main
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i bar+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i baz+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i foo+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i foo_cold+
new FAIL: gdb.dwarf2/dw2-ranges-func.exp: lo-cold: x/2i main+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble bar
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble baz
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble foo
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: disassemble foo_low
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p bar_label - bar
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p baz_label - baz
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_label - foo
new UNRESOLVED: gdb.dwarf2/dw2-ranges-psym.exp: p foo_low_label - foo_low
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i bar+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i baz+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i foo+
new FAIL: gdb.dwarf2/dw2-ranges-psym.exp: x/2i foo_low+
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.dwarf2/implref-array.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implref-array.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-array.exp: x/2i main+
new FAIL: gdb.dwarf2/implref-struct.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: p main_label - main
new FAIL: gdb.dwarf2/implref-struct.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/staticvirtual.exp: p S::~S
new FAIL: gdb.dwarf2/varval.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/varval.exp: p main_label - main
new FAIL: gdb.dwarf2/varval.exp: x/2i main+
new UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
new KFAIL: gdb.opt/inline-cmds.exp: next to second func1
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 3
new UNRESOLVED: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 3
new UNRESOLVED: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 3
new UNRESOLVED: gdb.python/py-prompt.exp: show prompt gets the correct result 4
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: break *handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all nostop noprint
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: handle all stop print
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: kill process, prepare to debug log file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reload precord save file
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: save process recfile
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 33
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 34
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 35
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 36
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 37
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 38
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 39
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 40
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 41
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 42
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 43
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 44
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 45
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 46
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 47
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 48
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 49
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 50
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 51
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 52
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 53
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 54
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 55
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 56
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 57
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 58
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 59
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 60
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 61
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 62
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal 63
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal IO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal URG
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: advance to XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: continue to signal exit
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: get signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG33 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG34 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG35 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG36 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG37 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG38 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG39 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG40 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG41 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG42 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG43 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG44 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG45 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG46 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG47 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG48 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG49 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG50 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG51 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG52 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG53 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG54 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG55 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG56 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG57 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG58 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG59 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG60 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG61 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG62 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIG63 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGABRT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGBUS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGCHLD stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGCONT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGDANGER stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGEMT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGFPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGGRANT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGHUP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGILL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGLOST stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGLWP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGMSG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGPHONE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGPIPE stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGPOLL stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGPRIO stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGPROF stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGPWR stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGQUIT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGRETRACT stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGSAK stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGSEGV stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGSOUND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGSYS stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTERM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTSTP stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTTIN stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGTTOU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGURG stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGUSR1 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGUSR2 stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGVTALRM stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGWAITING stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGWINCH stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGWIND stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGXCPU stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: handle SIGXFSZ stop print
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 33
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 34
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 35
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 36
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 37
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 38
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 39
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 40
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 41
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 42
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 43
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 44
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 45
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 46
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 47
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 48
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 49
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 50
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 51
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 52
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 53
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 54
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 55
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 56
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 57
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 58
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 59
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 60
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 61
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 62
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal 63
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal ABRT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal ALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal BUS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal CHLD
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal CONT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal DANGER
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal EMT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal FPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal GRANT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal HUP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal ILL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal IO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal LOST
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal LWP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal MSG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal PHONE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal PIPE
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal POLL
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal PRIO
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal PROF
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal PWR
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal QUIT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal RETRACT
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal SAK
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal SEGV
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal SOUND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal SYS
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TERM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TSTP
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TTIN
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal TTOU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal URG
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal USR1
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal USR2
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal VTALRM
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal WAITING
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal WINCH
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal WIND
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal XCPU
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: send signal XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
new UNRESOLVED: gdb.trace/actions.exp: failed to compile
new UNRESOLVED: gdb.trace/deltrace.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/deltrace.exp: list actions.c:1
new UNRESOLVED: gdb.trace/report.exp: failed to compile
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
new UNRESOLVED: gdb.trace/while-dyn.exp: failed to compile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/ad75efa628656716982f2674008952bfd2c268af//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ad/ad75efa628656716982f2674008952bfd2c268af//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
       [not found] <@gdb-build>
@ 2019-09-28 19:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-28 19:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/808

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        060b3ab4edadfc0d55e606598769c1e5315fd74c

Subject of commit:
        [gdb/testsuite] Fix incomplete regexps in step-precsave.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/060b3ab4edadfc0d55e606598769c1e5315fd74c/

*** Diff to previous build ***
==============================================
No regressions found!
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/060b3ab4edadfc0d55e606598769c1e5315fd74c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/060b3ab4edadfc0d55e606598769c1e5315fd74c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-27  9:30 [binutils-gdb] [gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovd gdb-buildbot
@ 2019-09-27 16:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-27 16:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/807

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        68f7d34dd506d1ccdaab9e772a533f8e76a5fe19

Subject of commit:
        [gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovd

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/68/68f7d34dd506d1ccdaab9e772a533f8e76a5fe19/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.ada/O2_float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_to_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/access_to_unbounded_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/addr_arith.exp: compilation foo_na07_019.adb
PASS -> FAIL: gdb.ada/aliased_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_acc_idx_w_gap.exp: compilation enum_with_gap_main.adb
PASS -> FAIL: gdb.ada/arr_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arr_enum_idx_w_gap.exp: compilation foo_q418_043.adb
PASS -> FAIL: gdb.ada/array_bounds.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/array_char_idx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/array_return.exp: compilation p.adb
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arraydim.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arrayidx.exp: compilation p.adb
PASS -> FAIL: gdb.ada/arrayparam.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/arrayptr.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
PASS -> FAIL: gdb.ada/assign_arr.exp: compilation main_p324_051.adb
PASS -> FAIL: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bias.exp: compilation bias.adb
PASS -> FAIL: gdb.ada/big_packed_array.exp: compilation foo_ra24_010.adb
PASS -> UNRESOLVED: gdb.ada/boolean_expr.exp: changing the language to ada
PASS -> UNRESOLVED: gdb.ada/boolean_expr.exp: print 1 = 2
PASS -> UNRESOLVED: gdb.ada/boolean_expr.exp: print 3 = 3
PASS -> FAIL: gdb.ada/bp_c_mixed_case.exp: compilation foo_h731_021.adb
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: compilation p.adb
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: compilation bp_fun_addr.adb
PASS -> FAIL: gdb.ada/bp_inlined_func.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_on_var.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_range_type.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/bp_reset.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/byte_packed_arr.exp: compilation reprod_main.adb
PASS -> FAIL: gdb.ada/call_pn.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/catch_assert_if.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/catch_ex.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/char_enum.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/char_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/complete.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/cond_lang.exp: compilation a.adb
PASS -> FAIL: gdb.ada/convvar_comp.exp: compilation pb16_063.adb
PASS -> FAIL: gdb.ada/dgopt.exp: compilation x.adb
PASS -> FAIL: gdb.ada/disc_arr_bound.exp: compilation foo_n612_026.adb
PASS -> FAIL: gdb.ada/display_nested.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dot_all.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/dyn_loc.exp: compilation p.adb
PASS -> FAIL: gdb.ada/dyn_stride.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/excep_handle.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/exec_changed.exp: compilation first.adb
PASS -> FAIL: gdb.ada/expr_delims.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: compilation expr_r821_013.adb
PASS -> FAIL: gdb.ada/exprs.exp: compilation p.adb
PASS -> FAIL: gdb.ada/fin_fun_out.exp: compilation foo_o525_013.adb
PASS -> FAIL: gdb.ada/fixed_cmp.exp: compilation fixed.adb
PASS -> FAIL: gdb.ada/fixed_points.exp: compilation fixed_points.adb
PASS -> FAIL: gdb.ada/float_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/formatted_ref.exp: compilation formatted_ref.adb
PASS -> FAIL: gdb.ada/frame_arg_lang.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/frame_args.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fullname_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_addr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_in_declare.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb
PASS -> FAIL: gdb.ada/funcall_char.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/funcall_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/funcall_ptr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/funcall_ref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/homonym.exp: compilation homonym_main.adb
PASS -> FAIL: gdb.ada/info_addr_mixed_case.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_exc.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/int_deref.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/iwide.exp: compilation p.adb
PASS -> FAIL: gdb.ada/lang_switch.exp: compilation lang_switch.adb
PASS -> FAIL: gdb.ada/length_cond.exp: compilation length_cond.adb
PASS -> FAIL: gdb.ada/maint_with_ada.exp: compilation var_arr_typedef.adb
PASS -> FAIL: gdb.ada/mi_catch_assert.exp: compilation bla.adb
PASS -> FAIL: gdb.ada/mi_catch_ex.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_catch_ex_hand.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_dyn_arr.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ex_cond.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_exc_info.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_interface.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/mi_ref_changeable.exp: compilation foo_rb20_056.adb
PASS -> FAIL: gdb.ada/mi_string_access.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_task_arg.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_task_info.exp: compilation task_switch.adb
PASS -> FAIL: gdb.ada/mi_var_array.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/mi_var_union.exp: compilation bar.adb
PASS -> FAIL: gdb.ada/minsyms.exp: compilation foo_qb07_057.adb
PASS -> FAIL: gdb.ada/mod_from_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/n_arr_bound.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/nested.exp: compilation hello.adb
PASS -> FAIL: gdb.ada/notcplusplus.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/null_record.exp: compilation null_record.adb
PASS -> FAIL: gdb.ada/operator_bp.exp: compilation ops_test.adb
PASS -> FAIL: gdb.ada/optim_drec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: compilation foo_o224_021.adb
PASS -> FAIL: gdb.ada/packed_array.exp: compilation pa.adb
PASS -> FAIL: gdb.ada/packed_array_assign.exp: compilation tester.adb
PASS -> FAIL: gdb.ada/packed_tagged.exp: compilation comp_bug.adb
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/pckd_neg.exp: compilation foo_o508_021.adb
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: compilation failure.adb
PASS -> FAIL: gdb.ada/pp-rec-component.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_chars.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/print_pc.exp: compilation dummy.adb
PASS -> FAIL: gdb.ada/ptr_typedef.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
PASS -> FAIL: gdb.ada/ptype_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_field.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ptype_tagged_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/py_range.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/py_taft.exp: compilation main.adb
PASS -> FAIL: gdb.ada/rdv_wait.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/rec_comp.exp: compilation bar_o203_012.adb
PASS -> FAIL: gdb.ada/rec_return.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/ref_tick_size.exp: compilation p.adb
PASS -> FAIL: gdb.ada/repeat_dyn.exp: compilation foo_oc22_002.adb
PASS -> FAIL: gdb.ada/same_component_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/same_enum.exp: compilation a.adb
PASS -> FAIL: gdb.ada/scoped_watch.exp: compilation foo_p708_025.adb
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/set_wstr.exp: compilation a.adb
PASS -> FAIL: gdb.ada/small_reg_param.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/start.exp: compilation dummy.adb
PASS -> FAIL: gdb.ada/str_binop_equal.exp: compilation foo_p211_061.adb
PASS -> FAIL: gdb.ada/str_ref_cmp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/str_uninit.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/sym_print_name.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/taft_type.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tagged_access.exp: compilation p.adb
PASS -> FAIL: gdb.ada/tagged_not_init.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_bp.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/task_switch_in_core.exp: compilation crash.adb
PASS -> FAIL: gdb.ada/tasks.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tick_last_segv.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: compilation foo_n207_004.adb
PASS -> FAIL: gdb.ada/type_coercion.exp: compilation assign.adb
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/uninitialized_vars.exp: compilation parse.adb
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: compilation foo_o115_002.adb
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: compilation var_arr_typedef.adb
PASS -> FAIL: gdb.ada/var_rec_arr.exp: compilation foo_na09_042.adb
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/varsize_limit.exp: compilation vsizelim.adb
PASS -> FAIL: gdb.ada/vla.exp: compilation vla.adb
PASS -> FAIL: gdb.ada/watch_arg.exp: compilation watch.adb
PASS -> FAIL: gdb.ada/watch_minus_l.exp: compilation foo_ra10_006.adb
PASS -> FAIL: gdb.ada/whatis_array_val.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/widewide.exp: compilation foo.adb
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename $srcdir/gdb.arch/arc-tdesc-cpu.xml
new UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: set tdesc filename /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.arch/arc-tdesc-cpu/trivial.xml
PASS -> UNRESOLVED: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
PASS -> UNRESOLVED: gdb.arch/i386-biarch-core.exp: .text is readable
new UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set architecture i386
PASS -> UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set gnutarget
PASS -> UNRESOLVED: gdb.arch/i386-biarch-core.exp: load core file
PASS -> UNRESOLVED: gdb.base/alias.exp: -a print elements 47
PASS -> UNRESOLVED: gdb.base/alias.exp: abbrev -a not present in help command list
PASS -> UNRESOLVED: gdb.base/alias.exp: abbrev set2 not present in help command list
PASS -> UNRESOLVED: gdb.base/alias.exp: abbrev set3 not present in help command list
PASS -> UNRESOLVED: gdb.base/alias.exp: abbrev set4 not present in help command list
PASS -> UNRESOLVED: gdb.base/alias.exp: abbrev set5 not present in help command list
PASS -> UNRESOLVED: gdb.base/alias.exp: abbrev set6 not present in help command list
PASS -> UNRESOLVED: gdb.base/alias.exp: alias -a -- -a = set
PASS -> UNRESOLVED: gdb.base/alias.exp: alias -a -- set6 = set
PASS -> UNRESOLVED: gdb.base/alias.exp: alias -a set2=set
PASS -> UNRESOLVED: gdb.base/alias.exp: alias -a set3= set
PASS -> UNRESOLVED: gdb.base/alias.exp: alias -a set4 =set
PASS -> UNRESOLVED: gdb.base/alias.exp: alias -a set5 = set
PASS -> UNRESOLVED: gdb.base/alias.exp: alias assigne
PASS -> UNRESOLVED: gdb.base/alias.exp: alias assigne imprime
PASS -> UNRESOLVED: gdb.base/alias.exp: alias assigne imprime limite-elements
PASS -> UNRESOLVED: gdb.base/alias.exp: alias foo=bar
PASS -> UNRESOLVED: gdb.base/alias.exp: alias set pr elms = set p elem
PASS -> UNRESOLVED: gdb.base/alias.exp: alias set print max-elements using assigne imprime
PASS -> UNRESOLVED: gdb.base/alias.exp: alias set2=set
PASS -> UNRESOLVED: gdb.base/alias.exp: alias spe = set p elem
PASS -> UNRESOLVED: gdb.base/alias.exp: assigne imprime elements 53
PASS -> UNRESOLVED: gdb.base/alias.exp: assigne imprime limite-elements 54
PASS -> UNRESOLVED: gdb.base/alias.exp: assigne imprime prefix not defined
PASS -> UNRESOLVED: gdb.base/alias.exp: assigne print elements 52
PASS -> UNRESOLVED: gdb.base/alias.exp: help set print
PASS -> UNRESOLVED: gdb.base/alias.exp: mismatched length
PASS -> UNRESOLVED: gdb.base/alias.exp: mismatched prefix
PASS -> UNRESOLVED: gdb.base/alias.exp: set imprime elements 55
PASS -> UNRESOLVED: gdb.base/alias.exp: set imprime prefix not defined
PASS -> UNRESOLVED: gdb.base/alias.exp: set pr elms 51
PASS -> UNRESOLVED: gdb.base/alias.exp: set print limite-elements 56
PASS -> UNRESOLVED: gdb.base/alias.exp: set print max-elements 57
PASS -> UNRESOLVED: gdb.base/alias.exp: set2 print elements 42
PASS -> UNRESOLVED: gdb.base/alias.exp: set3 print elements 43
PASS -> UNRESOLVED: gdb.base/alias.exp: set4 print elements 44
PASS -> UNRESOLVED: gdb.base/alias.exp: set5 print elements 45
PASS -> UNRESOLVED: gdb.base/alias.exp: set6 print elements 46
PASS -> UNRESOLVED: gdb.base/alias.exp: spe 50
PASS -> UNRESOLVED: gdb.base/alias.exp: verify -a
PASS -> UNRESOLVED: gdb.base/alias.exp: verify 52
PASS -> UNRESOLVED: gdb.base/alias.exp: verify 53
PASS -> UNRESOLVED: gdb.base/alias.exp: verify 54
PASS -> UNRESOLVED: gdb.base/alias.exp: verify 55
PASS -> UNRESOLVED: gdb.base/alias.exp: verify 56
PASS -> UNRESOLVED: gdb.base/alias.exp: verify 57
PASS -> UNRESOLVED: gdb.base/alias.exp: verify set pr elms
PASS -> UNRESOLVED: gdb.base/alias.exp: verify set2
PASS -> UNRESOLVED: gdb.base/alias.exp: verify set3
PASS -> UNRESOLVED: gdb.base/alias.exp: verify set4
PASS -> UNRESOLVED: gdb.base/alias.exp: verify set5
PASS -> UNRESOLVED: gdb.base/alias.exp: verify set6
PASS -> UNRESOLVED: gdb.base/alias.exp: verify spe
PASS -> FAIL: gdb.base/all-architectures-0.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-0.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-0.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-0.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-1.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-1.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-1.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-1.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-2.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-2.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-2.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-2.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-3.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-3.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-3.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-3.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-4.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-4.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-4.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-4.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-5.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-5.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-5.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-5.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-6.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-6.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-6.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-6.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-7.exp: all passed
PASS -> FAIL: gdb.base/all-architectures-7.exp: at least one architecture
PASS -> FAIL: gdb.base/all-architectures-7.exp: at least one osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set architecture
new UNRESOLVED: gdb.base/all-architectures-7.exp: complete set osabi
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new UNRESOLVED: gdb.base/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: p argc
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print elements unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats 200
new UNRESOLVED: gdb.base/argv0-symlink.exp: set print repeats unlimited
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print elements
new UNRESOLVED: gdb.base/argv0-symlink.exp: show print repeats
PASS -> UNRESOLVED: gdb.base/bad-file.exp: directory
PASS -> UNRESOLVED: gdb.base/bad-file.exp: neither file nor directory
PASS -> UNRESOLVED: gdb.base/bad-file.exp: non-existent file
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4" -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -jslkflsdjlkfjlksdjf: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands -ex "info source": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -ex "set not-a-thing 4": spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands -x bad-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch -x good-commands: spawn
new UNRESOLVED: gdb.base/batch-exit-status.exp: -batch: spawn
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !1
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !10
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !100
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !1000
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !2
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of -!0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of -1 < 0 > 1
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of -3>4
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 0 == 8 > 128 >> 1 + 2 * 2
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 0 || 1 && 0 | 0 ^ 0 == 8 > 128 >>1 +2 *2
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 0.0 || 0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 0.0 || 1.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 1.0 || 0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 10 & 5
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 10 ^ 5
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 10 | 5
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 15 ^ 10 ^ 5 ^ 7
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 2 > -3
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3 * 2 / 4.0 * 2.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3!=3.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3!=5.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3.5 < -4.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3.5 < 4.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3==3.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3==4.0
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3>=2.5
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 3>=4.5
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of 8 << 2 >> 4
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of ~-!0
PASS -> UNRESOLVED: gdb.base/command-line-input.exp: print 1\\n + 2
PASS -> UNRESOLVED: gdb.base/command-line-input.exp: print 1\\n2
PASS -> UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: cmd complete ""
PASS -> UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: set max-completions 1
new UNRESOLVED: gdb.base/complete-empty.exp: empty-input-line: show editing
new UNRESOLVED: gdb.base/complete-empty.exp: show editing
new UNRESOLVED: gdb.base/default.exp:
PASS -> UNRESOLVED: gdb.base/default.exp: add-symbol-file
PASS -> UNRESOLVED: gdb.base/default.exp: append
PASS -> UNRESOLVED: gdb.base/default.exp: append binary
PASS -> UNRESOLVED: gdb.base/default.exp: append binary memory
PASS -> UNRESOLVED: gdb.base/default.exp: append binary value
PASS -> UNRESOLVED: gdb.base/default.exp: append memory
PASS -> UNRESOLVED: gdb.base/default.exp: append value
PASS -> UNRESOLVED: gdb.base/default.exp: attach
PASS -> UNRESOLVED: gdb.base/default.exp: backtrace
PASS -> UNRESOLVED: gdb.base/default.exp: backtrace "ba" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: backtrace "bac" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: backtrace "bt" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: break
PASS -> UNRESOLVED: gdb.base/default.exp: break "b" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: break "br" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: break "bre" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: break "brea" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: call
PASS -> UNRESOLVED: gdb.base/default.exp: catch
PASS -> UNRESOLVED: gdb.base/default.exp: cd
new UNRESOLVED: gdb.base/default.exp: check if python 3
PASS -> UNRESOLVED: gdb.base/default.exp: clear
PASS -> UNRESOLVED: gdb.base/default.exp: commands
PASS -> UNRESOLVED: gdb.base/default.exp: condition
PASS -> UNRESOLVED: gdb.base/default.exp: continue
PASS -> UNRESOLVED: gdb.base/default.exp: continue "c" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: core-file
PASS -> UNRESOLVED: gdb.base/default.exp: define
PASS -> UNRESOLVED: gdb.base/default.exp: delete
PASS -> UNRESOLVED: gdb.base/default.exp: delete "d" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: delete breakpoints
PASS -> UNRESOLVED: gdb.base/default.exp: delete display prompt
PASS -> UNRESOLVED: gdb.base/default.exp: detach
PASS -> UNRESOLVED: gdb.base/default.exp: directory prompt
PASS -> UNRESOLVED: gdb.base/default.exp: disable
PASS -> UNRESOLVED: gdb.base/default.exp: disable "dis" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: disable "disa" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: disable breakpoints
PASS -> UNRESOLVED: gdb.base/default.exp: disable display
PASS -> UNRESOLVED: gdb.base/default.exp: disassemble
PASS -> UNRESOLVED: gdb.base/default.exp: display
PASS -> UNRESOLVED: gdb.base/default.exp: do
PASS -> UNRESOLVED: gdb.base/default.exp: document
PASS -> UNRESOLVED: gdb.base/default.exp: down
PASS -> UNRESOLVED: gdb.base/default.exp: down-silently
PASS -> UNRESOLVED: gdb.base/default.exp: dump
PASS -> UNRESOLVED: gdb.base/default.exp: dump binary
PASS -> UNRESOLVED: gdb.base/default.exp: dump binary memory
PASS -> UNRESOLVED: gdb.base/default.exp: dump binary value
PASS -> UNRESOLVED: gdb.base/default.exp: dump ihex
PASS -> UNRESOLVED: gdb.base/default.exp: dump ihex memory
PASS -> UNRESOLVED: gdb.base/default.exp: dump ihex value
PASS -> UNRESOLVED: gdb.base/default.exp: dump memory
PASS -> UNRESOLVED: gdb.base/default.exp: dump srec
PASS -> UNRESOLVED: gdb.base/default.exp: dump srec memory
PASS -> UNRESOLVED: gdb.base/default.exp: dump srec value
PASS -> UNRESOLVED: gdb.base/default.exp: dump tekhex
PASS -> UNRESOLVED: gdb.base/default.exp: dump tekhex memory
PASS -> UNRESOLVED: gdb.base/default.exp: dump tekhex value
PASS -> UNRESOLVED: gdb.base/default.exp: dump value
PASS -> UNRESOLVED: gdb.base/default.exp: echo
PASS -> UNRESOLVED: gdb.base/default.exp: enable
PASS -> UNRESOLVED: gdb.base/default.exp: enable breakpoints
PASS -> UNRESOLVED: gdb.base/default.exp: enable breakpoints delete
PASS -> UNRESOLVED: gdb.base/default.exp: enable breakpoints once
PASS -> UNRESOLVED: gdb.base/default.exp: enable delete
PASS -> UNRESOLVED: gdb.base/default.exp: enable display
PASS -> UNRESOLVED: gdb.base/default.exp: enable once
PASS -> UNRESOLVED: gdb.base/default.exp: fg
PASS -> UNRESOLVED: gdb.base/default.exp: finish
PASS -> UNRESOLVED: gdb.base/default.exp: forward-search
PASS -> UNRESOLVED: gdb.base/default.exp: frame
PASS -> UNRESOLVED: gdb.base/default.exp: frame "f" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: gcore
PASS -> UNRESOLVED: gdb.base/default.exp: generate-core-file
PASS -> UNRESOLVED: gdb.base/default.exp: handle
PASS -> UNRESOLVED: gdb.base/default.exp: help
PASS -> UNRESOLVED: gdb.base/default.exp: help "h" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: ignore
PASS -> UNRESOLVED: gdb.base/default.exp: info
PASS -> UNRESOLVED: gdb.base/default.exp: info "i" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: info address
PASS -> UNRESOLVED: gdb.base/default.exp: info all-registers
PASS -> UNRESOLVED: gdb.base/default.exp: info args
PASS -> UNRESOLVED: gdb.base/default.exp: info bogus-gdb-command
PASS -> UNRESOLVED: gdb.base/default.exp: info breakpoints
PASS -> UNRESOLVED: gdb.base/default.exp: info copying
PASS -> UNRESOLVED: gdb.base/default.exp: info display
PASS -> UNRESOLVED: gdb.base/default.exp: info files
PASS -> UNRESOLVED: gdb.base/default.exp: info float
PASS -> UNRESOLVED: gdb.base/default.exp: info frame
PASS -> UNRESOLVED: gdb.base/default.exp: info frame "f" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: info functions
PASS -> UNRESOLVED: gdb.base/default.exp: info locals
PASS -> UNRESOLVED: gdb.base/default.exp: info program
PASS -> UNRESOLVED: gdb.base/default.exp: info registers
PASS -> UNRESOLVED: gdb.base/default.exp: info set
PASS -> UNRESOLVED: gdb.base/default.exp: info source
PASS -> UNRESOLVED: gdb.base/default.exp: info sources
PASS -> UNRESOLVED: gdb.base/default.exp: info stack
PASS -> UNRESOLVED: gdb.base/default.exp: info stack "s" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: info symbol
PASS -> UNRESOLVED: gdb.base/default.exp: info target
PASS -> UNRESOLVED: gdb.base/default.exp: info terminal
PASS -> UNRESOLVED: gdb.base/default.exp: info threads
PASS -> UNRESOLVED: gdb.base/default.exp: info types
PASS -> UNRESOLVED: gdb.base/default.exp: info variables
PASS -> UNRESOLVED: gdb.base/default.exp: info vector
PASS -> UNRESOLVED: gdb.base/default.exp: info warranty
PASS -> UNRESOLVED: gdb.base/default.exp: info watchpoints
PASS -> UNRESOLVED: gdb.base/default.exp: inspect
PASS -> UNRESOLVED: gdb.base/default.exp: jump
PASS -> UNRESOLVED: gdb.base/default.exp: kill
PASS -> UNRESOLVED: gdb.base/default.exp: list
PASS -> UNRESOLVED: gdb.base/default.exp: list "l" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: load
PASS -> UNRESOLVED: gdb.base/default.exp: next
PASS -> UNRESOLVED: gdb.base/default.exp: next "n" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: nexti
PASS -> UNRESOLVED: gdb.base/default.exp: nexti "ni" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: output
PASS -> UNRESOLVED: gdb.base/default.exp: overlay
PASS -> UNRESOLVED: gdb.base/default.exp: overlay auto
PASS -> UNRESOLVED: gdb.base/default.exp: overlay list
PASS -> UNRESOLVED: gdb.base/default.exp: overlay manual #1
PASS -> UNRESOLVED: gdb.base/default.exp: overlay manual #2
PASS -> UNRESOLVED: gdb.base/default.exp: overlay map #1
PASS -> UNRESOLVED: gdb.base/default.exp: overlay map #2
PASS -> UNRESOLVED: gdb.base/default.exp: overlay off
PASS -> UNRESOLVED: gdb.base/default.exp: overlay on
PASS -> UNRESOLVED: gdb.base/default.exp: overlay unmap #1
PASS -> UNRESOLVED: gdb.base/default.exp: overlay unmap #2
PASS -> UNRESOLVED: gdb.base/default.exp: print
PASS -> UNRESOLVED: gdb.base/default.exp: print "p" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: printf
PASS -> UNRESOLVED: gdb.base/default.exp: ptype
PASS -> UNRESOLVED: gdb.base/default.exp: pwd
PASS -> UNRESOLVED: gdb.base/default.exp: rbreak
PASS -> UNRESOLVED: gdb.base/default.exp: restore
PASS -> UNRESOLVED: gdb.base/default.exp: return
PASS -> UNRESOLVED: gdb.base/default.exp: reverse-search
PASS -> UNRESOLVED: gdb.base/default.exp: run
PASS -> UNRESOLVED: gdb.base/default.exp: run "r" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: search
PASS -> UNRESOLVED: gdb.base/default.exp: section
PASS -> UNRESOLVED: gdb.base/default.exp: set
PASS -> UNRESOLVED: gdb.base/default.exp: set annotate
PASS -> UNRESOLVED: gdb.base/default.exp: set args
PASS -> UNRESOLVED: gdb.base/default.exp: set check "c" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: set check "ch" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: set check "check" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: set check range
PASS -> UNRESOLVED: gdb.base/default.exp: set check type
PASS -> UNRESOLVED: gdb.base/default.exp: set complaints
PASS -> UNRESOLVED: gdb.base/default.exp: set confirm
PASS -> UNRESOLVED: gdb.base/default.exp: set environment
PASS -> UNRESOLVED: gdb.base/default.exp: set height
PASS -> UNRESOLVED: gdb.base/default.exp: set history
PASS -> UNRESOLVED: gdb.base/default.exp: set history expansion
PASS -> UNRESOLVED: gdb.base/default.exp: set history filename
PASS -> UNRESOLVED: gdb.base/default.exp: set history save
PASS -> UNRESOLVED: gdb.base/default.exp: set history save off
PASS -> UNRESOLVED: gdb.base/default.exp: set history size
PASS -> UNRESOLVED: gdb.base/default.exp: set language
PASS -> UNRESOLVED: gdb.base/default.exp: set listsize
PASS -> UNRESOLVED: gdb.base/default.exp: set print
PASS -> UNRESOLVED: gdb.base/default.exp: set print "p" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: set print "pr" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: set print address
PASS -> UNRESOLVED: gdb.base/default.exp: set print array
PASS -> UNRESOLVED: gdb.base/default.exp: set print asm-demangle
PASS -> UNRESOLVED: gdb.base/default.exp: set print demangle
PASS -> UNRESOLVED: gdb.base/default.exp: set print elements
PASS -> UNRESOLVED: gdb.base/default.exp: set print object
PASS -> UNRESOLVED: gdb.base/default.exp: set print pretty
PASS -> UNRESOLVED: gdb.base/default.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/default.exp: set print union
PASS -> UNRESOLVED: gdb.base/default.exp: set print vtbl
PASS -> UNRESOLVED: gdb.base/default.exp: set radix
PASS -> UNRESOLVED: gdb.base/default.exp: set the history filename
PASS -> UNRESOLVED: gdb.base/default.exp: set variable
PASS -> UNRESOLVED: gdb.base/default.exp: set verbose
PASS -> UNRESOLVED: gdb.base/default.exp: set width
PASS -> UNRESOLVED: gdb.base/default.exp: set write
PASS -> UNRESOLVED: gdb.base/default.exp: shell echo Hi dad!
PASS -> UNRESOLVED: gdb.base/default.exp: show
PASS -> UNRESOLVED: gdb.base/default.exp: show annotate
PASS -> UNRESOLVED: gdb.base/default.exp: show args
PASS -> UNRESOLVED: gdb.base/default.exp: show check "c" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: show check "ch" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: show check "check" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: show check range
PASS -> UNRESOLVED: gdb.base/default.exp: show check type
PASS -> UNRESOLVED: gdb.base/default.exp: show commands
PASS -> UNRESOLVED: gdb.base/default.exp: show complaints
PASS -> UNRESOLVED: gdb.base/default.exp: show confirm
PASS -> UNRESOLVED: gdb.base/default.exp: show convenience
PASS -> UNRESOLVED: gdb.base/default.exp: show directories
PASS -> UNRESOLVED: gdb.base/default.exp: show editing
PASS -> UNRESOLVED: gdb.base/default.exp: show height
PASS -> UNRESOLVED: gdb.base/default.exp: show history
PASS -> UNRESOLVED: gdb.base/default.exp: show history expansion
PASS -> UNRESOLVED: gdb.base/default.exp: show history filename
PASS -> UNRESOLVED: gdb.base/default.exp: show history save
PASS -> UNRESOLVED: gdb.base/default.exp: show history size
PASS -> UNRESOLVED: gdb.base/default.exp: show language
PASS -> UNRESOLVED: gdb.base/default.exp: show listsize
PASS -> UNRESOLVED: gdb.base/default.exp: show p
PASS -> UNRESOLVED: gdb.base/default.exp: show paths
PASS -> UNRESOLVED: gdb.base/default.exp: show pr
PASS -> UNRESOLVED: gdb.base/default.exp: show print
PASS -> UNRESOLVED: gdb.base/default.exp: show print address
PASS -> UNRESOLVED: gdb.base/default.exp: show print array
PASS -> UNRESOLVED: gdb.base/default.exp: show print asm-demangle
PASS -> UNRESOLVED: gdb.base/default.exp: show print demangle
PASS -> UNRESOLVED: gdb.base/default.exp: show print elements
PASS -> UNRESOLVED: gdb.base/default.exp: show print object
PASS -> UNRESOLVED: gdb.base/default.exp: show print pretty
PASS -> UNRESOLVED: gdb.base/default.exp: show print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/default.exp: show print union
PASS -> UNRESOLVED: gdb.base/default.exp: show print vtbl
PASS -> UNRESOLVED: gdb.base/default.exp: show prompt
PASS -> UNRESOLVED: gdb.base/default.exp: show radix
PASS -> UNRESOLVED: gdb.base/default.exp: show user
PASS -> UNRESOLVED: gdb.base/default.exp: show values
PASS -> UNRESOLVED: gdb.base/default.exp: show verbose
PASS -> UNRESOLVED: gdb.base/default.exp: show version
PASS -> UNRESOLVED: gdb.base/default.exp: show width
PASS -> UNRESOLVED: gdb.base/default.exp: show write
PASS -> UNRESOLVED: gdb.base/default.exp: signal
PASS -> UNRESOLVED: gdb.base/default.exp: source
PASS -> UNRESOLVED: gdb.base/default.exp: step "s" abbreviation #1
PASS -> UNRESOLVED: gdb.base/default.exp: step "s" abbreviation #2
PASS -> UNRESOLVED: gdb.base/default.exp: step #1
PASS -> UNRESOLVED: gdb.base/default.exp: step #2
PASS -> UNRESOLVED: gdb.base/default.exp: stepi
PASS -> UNRESOLVED: gdb.base/default.exp: stepi "si" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: symbol-file
PASS -> UNRESOLVED: gdb.base/default.exp: target
PASS -> UNRESOLVED: gdb.base/default.exp: target native
PASS -> UNRESOLVED: gdb.base/default.exp: tbreak
PASS -> UNRESOLVED: gdb.base/default.exp: thread
PASS -> UNRESOLVED: gdb.base/default.exp: thread apply
PASS -> UNRESOLVED: gdb.base/default.exp: thread find
PASS -> UNRESOLVED: gdb.base/default.exp: thread name
PASS -> UNRESOLVED: gdb.base/default.exp: undisplay prompt
PASS -> UNRESOLVED: gdb.base/default.exp: unset
PASS -> UNRESOLVED: gdb.base/default.exp: unset environment prompt
PASS -> UNRESOLVED: gdb.base/default.exp: until
PASS -> UNRESOLVED: gdb.base/default.exp: until "u" abbreviation
PASS -> UNRESOLVED: gdb.base/default.exp: up-silently
new UNRESOLVED: gdb.base/default.exp: verify python support
PASS -> UNRESOLVED: gdb.base/default.exp: watch
PASS -> UNRESOLVED: gdb.base/default.exp: whatis
PASS -> UNRESOLVED: gdb.base/default.exp: where
PASS -> UNRESOLVED: gdb.base/default.exp: x
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p !0.5dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p !0.5df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p !0.5dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p !0.dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p !0.df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p !0.dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p +1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p +1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p +1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1.234567890123456789012345678901234dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1.234567890123456dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1.234567df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1234567.df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1234567890123456.dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p -1234567890123456789012345678901234.dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.234567890123456789012345678901234dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.234567890123456dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.234567df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E-10dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E-10df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E-10dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E10dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E10df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E10dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E1dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E1df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E1dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E384dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E6144dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2E96df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd + 2147483648ll
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd + 2147483648ull
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd + 2ll
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd + 4294967296ull
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd < 1.3dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd == 1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dd == 1.3dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df + 1
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df + 1.2f
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df < 1.3dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df < 1.3df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df == 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df == 1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df == 1.3df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df == 1.3dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df > 1
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl < 1.3dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl == 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl == 1.3df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2dl > 2
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dd * 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dd + 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dd - 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dd / 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4df * 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4df + 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4df - 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4df / 1.2df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dl * 1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dl + 1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dl - 1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.4dl / 1.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1234567.df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1234567890123456.dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1234567890123456789012345678901234.dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2 + 1.7dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2 > 1.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2 > 3.1dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2.1dd + 2.7df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2.1df + 2.7dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2.3dd + 2.2dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2.3dl + 2.2dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2.6df + 2.7dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 2.6dl + 2.7df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 3 + 2.1dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 1.2df + 1
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 2 + 1.7dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 2.dd + 2.dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dd
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 2.df + 2.df
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 2.df + 2.dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 2.dl + 2.dl
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: ptype 3 + 2.1dl
PASS -> UNRESOLVED: gdb.base/echo.exp: echo test
PASS -> UNRESOLVED: gdb.base/empty_exe.exp: file ''
PASS -> UNRESOLVED: gdb.base/empty_exe.exp: print 1
PASS -> UNRESOLVED: gdb.base/endian.exp: auto target endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: auto target endianness big
PASS -> UNRESOLVED: gdb.base/endian.exp: auto target endianness little
PASS -> UNRESOLVED: gdb.base/endian.exp: default target endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: get target endianness
PASS -> FAIL: gdb.base/endian.exp: override auto target endianness big
PASS -> FAIL: gdb.base/endian.exp: override auto target endianness little
PASS -> UNRESOLVED: gdb.base/endian.exp: override target endianness big
PASS -> FAIL: gdb.base/endian.exp: override target endianness little
PASS -> UNRESOLVED: gdb.base/endian.exp: previously big default executable endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: previously big default no executable endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: previously little default executable endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: previously little default no executable endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: set target endianness
PASS -> UNRESOLVED: gdb.base/endian.exp: set target endianness big
PASS -> UNRESOLVED: gdb.base/endian.exp: set target endianness little
PASS -> UNRESOLVED: gdb.base/environ.exp: all environment variables have been unset
PASS -> UNRESOLVED: gdb.base/environ.exp: confirm set environment variable
PASS -> UNRESOLVED: gdb.base/environ.exp: confirm set environment variable previously undefined
PASS -> UNRESOLVED: gdb.base/environ.exp: confirm set environment variable using = syntax
PASS -> UNRESOLVED: gdb.base/environ.exp: confirm set environment variable with trailing equals
PASS -> UNRESOLVED: gdb.base/environ.exp: confirm set environment variable with trailing whitespace
PASS -> UNRESOLVED: gdb.base/environ.exp: confirm unset environment variable worked
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment variable
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment variable previously undefined
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment variable to null value
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment variable using = syntax
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment variable with trailing equals
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment variable with trailing whitespace
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment without arguments
PASS -> UNRESOLVED: gdb.base/environ.exp: set environment without variable name
PASS -> UNRESOLVED: gdb.base/environ.exp: set path works properly
PASS -> UNRESOLVED: gdb.base/environ.exp: show environment works
PASS -> UNRESOLVED: gdb.base/environ.exp: show non-existent environment variable
PASS -> UNRESOLVED: gdb.base/environ.exp: show null environment variable
PASS -> UNRESOLVED: gdb.base/environ.exp: show paths works properly
PASS -> UNRESOLVED: gdb.base/environ.exp: unset all environment variables
PASS -> UNRESOLVED: gdb.base/environ.exp: unset environment variable
PASS -> UNRESOLVED: gdb.base/eval.exp: first eval.
PASS -> UNRESOLVED: gdb.base/eval.exp: initialize $a.
PASS -> UNRESOLVED: gdb.base/eval.exp: second eval.
PASS -> UNRESOLVED: gdb.base/gdb1056.exp: print 1/0
PASS -> UNRESOLVED: gdb.base/gdb1056.exp: test unsigned division by zero
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize= 20 : show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize= 20 : show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=-5: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=-5: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=0: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=0: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=10zab: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=10zab: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=20: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=20: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=50: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=50: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=: show history size
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=not_an_integer: show commands
PASS -> UNRESOLVED: gdb.base/gdbhistsize-history.exp: histsize=not_an_integer: show history size
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=1000: show commands
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=1000: show history size
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=foo: show commands
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=foo: show history size
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited: show commands
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited: show history size
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show commands
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show history size
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: truncation: appending: server show commands
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: truncation: creating: server show commands
PASS -> UNRESOLVED: gdb.base/gdbinit-history.exp: truncation: print 1
PASS -> UNRESOLVED: gdb.base/help.exp: apropos \
PASS -> UNRESOLVED: gdb.base/help.exp: apropos apropos
PASS -> UNRESOLVED: gdb.base/help.exp: apropos handle signal
PASS -> UNRESOLVED: gdb.base/help.exp: disable pagination
PASS -> UNRESOLVED: gdb.base/help.exp: help aliases
PASS -> UNRESOLVED: gdb.base/help.exp: help backtrace
PASS -> UNRESOLVED: gdb.base/help.exp: help backtrace "bt" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help breakpoint "b" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help breakpoint "br" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help breakpoint "bre" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help breakpoint "brea" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help breakpoint "break" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help breakpoints
PASS -> UNRESOLVED: gdb.base/help.exp: help commands
PASS -> UNRESOLVED: gdb.base/help.exp: help data
PASS -> UNRESOLVED: gdb.base/help.exp: help delete
PASS -> UNRESOLVED: gdb.base/help.exp: help delete "d" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help files
PASS -> UNRESOLVED: gdb.base/help.exp: help gotcha
PASS -> UNRESOLVED: gdb.base/help.exp: help help
PASS -> UNRESOLVED: gdb.base/help.exp: help help "h" abbreviation
PASS -> UNRESOLVED: gdb.base/help.exp: help info bogus-gdb-command
PASS -> UNRESOLVED: gdb.base/help.exp: help internals
PASS -> UNRESOLVED: gdb.base/help.exp: help obscure
PASS -> UNRESOLVED: gdb.base/help.exp: help running
PASS -> UNRESOLVED: gdb.base/help.exp: help show commands
PASS -> UNRESOLVED: gdb.base/help.exp: help show confirm
PASS -> UNRESOLVED: gdb.base/help.exp: help show copying
PASS -> UNRESOLVED: gdb.base/help.exp: help show warranty
PASS -> UNRESOLVED: gdb.base/help.exp: help stack
PASS -> UNRESOLVED: gdb.base/help.exp: help status
PASS -> UNRESOLVED: gdb.base/help.exp: help support
PASS -> UNRESOLVED: gdb.base/help.exp: help tracepoints
PASS -> UNRESOLVED: gdb.base/help.exp: help user-defined
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=0: history entry is print 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=0: history entry is print 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=0: printing 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=0: printing 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=0: set history remove-duplicates 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=1: history entry is print 2
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=1: printing 2
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=1: set history remove-duplicates 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=2: history entry is print 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=2: history entry is print 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=2: history entry is print 2
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=2: printing 2
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=2: set history remove-duplicates 2
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 2
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 3
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: history entry is print 4
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 0
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 1
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 2
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 3
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: printing 4
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: remove-duplicates=unlimited: set history remove-duplicates unlimited
new UNRESOLVED: gdb.base/history-duplicates.exp: show editing
PASS -> UNRESOLVED: gdb.base/history-duplicates.exp: show history remove-duplicates
PASS -> UNRESOLVED: gdb.base/ifelse.exp: call original define
PASS -> UNRESOLVED: gdb.base/ifelse.exp: call replacement define
PASS -> UNRESOLVED: gdb.base/ifelse.exp: create define with empty else
PASS -> UNRESOLVED: gdb.base/ifelse.exp: if 0 .. else with empty body
PASS -> UNRESOLVED: gdb.base/ifelse.exp: if 0 with empty body
PASS -> UNRESOLVED: gdb.base/ifelse.exp: if 1 .. else with empty body
PASS -> UNRESOLVED: gdb.base/ifelse.exp: if 1 with empty body
PASS -> UNRESOLVED: gdb.base/ifelse.exp: if true else false #1
PASS -> UNRESOLVED: gdb.base/ifelse.exp: if true else false #2
PASS -> UNRESOLVED: gdb.base/ifelse.exp: if true else false #3
PASS -> UNRESOLVED: gdb.base/ifelse.exp: replace define with if .. else with empty body
new UNRESOLVED: gdb.base/ifelse.exp: set confirm off
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c++: types-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tc: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ti: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tl: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld-ts: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-tll: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-td: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tf: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts-tld: failed to compile
new UNRESOLVED: gdb.base/infcall-nested-structs.exp: l=c: types-ts: failed to compile
new FAIL: gdb.base/info-os.exp: cannot compile test program
PASS -> UNRESOLVED: gdb.base/interact.exp: sanity check with interactive-mode auto
PASS -> UNRESOLVED: gdb.base/interact.exp: sanity check with interactive-mode off
PASS -> UNRESOLVED: gdb.base/interact.exp: sanity check with interactive-mode on
PASS -> UNRESOLVED: gdb.base/interact.exp: set interactive-mode auto
PASS -> UNRESOLVED: gdb.base/interact.exp: set interactive-mode off
PASS -> UNRESOLVED: gdb.base/interact.exp: set interactive-mode on
PASS -> UNRESOLVED: gdb.base/interact.exp: show interactive-mode
PASS -> UNRESOLVED: gdb.base/interact.exp: source script with interactive-mode auto
PASS -> UNRESOLVED: gdb.base/interact.exp: source script with interactive-mode off
PASS -> UNRESOLVED: gdb.base/interact.exp: source script with interactive-mode on
PASS -> UNRESOLVED: gdb.base/multi-line-starts-subshell.exp: gdb input still works
PASS -> UNRESOLVED: gdb.base/multi-line-starts-subshell.exp: spawn subshell from multi-line
PASS -> UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
PASS -> UNRESOLVED: gdb.base/osabi.exp: set osabi none
PASS -> UNRESOLVED: gdb.base/page.exp: paged count
PASS -> UNRESOLVED: gdb.base/page.exp: paged count for interrupt
PASS -> UNRESOLVED: gdb.base/page.exp: paged count remainder
PASS -> UNRESOLVED: gdb.base/page.exp: paged help
PASS -> UNRESOLVED: gdb.base/page.exp: pagination is off
PASS -> UNRESOLVED: gdb.base/page.exp: pagination is on
PASS -> UNRESOLVED: gdb.base/page.exp: q
PASS -> UNRESOLVED: gdb.base/page.exp: quit while paging
PASS -> UNRESOLVED: gdb.base/page.exp: set editing off
PASS -> UNRESOLVED: gdb.base/page.exp: set height -1
PASS -> UNRESOLVED: gdb.base/page.exp: set height 10
PASS -> UNRESOLVED: gdb.base/page.exp: set height 5
PASS -> UNRESOLVED: gdb.base/page.exp: set pagination off
PASS -> UNRESOLVED: gdb.base/page.exp: set pagination on
PASS -> UNRESOLVED: gdb.base/page.exp: set width -1
PASS -> UNRESOLVED: gdb.base/page.exp: set width 30
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: set height 0
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: set height 200
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: set width 0
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: set width 200
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: show height
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: show height unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: show width
PASS -> UNRESOLVED: gdb.base/page.exp: size=0: show width unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: set height 0x80000000
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: set height 200
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: set width 0x80000000
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: set width 200
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: show height
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: show height unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: show width
PASS -> UNRESOLVED: gdb.base/page.exp: size=0x80000000: show width unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: set height 200
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: set height unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: set width 200
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: set width unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: show height
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: show height unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: show width
PASS -> UNRESOLVED: gdb.base/page.exp: size=unlimited: show width unlimited
PASS -> UNRESOLVED: gdb.base/page.exp: unpaged help
PASS -> UNRESOLVED: gdb.base/quit.exp: quit with expression
PASS -> UNRESOLVED: gdb.base/quit.exp: quit with syntax error
PASS -> UNRESOLVED: gdb.base/radix.exp: Output radix unchanged after rejecting 0
PASS -> UNRESOLVED: gdb.base/radix.exp: Reject input-radix 0
PASS -> UNRESOLVED: gdb.base/radix.exp: Reject input-radix 1
PASS -> UNRESOLVED: gdb.base/radix.exp: Reject output-radix 0
PASS -> UNRESOLVED: gdb.base/radix.exp: Reject output-radix 1
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, output radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, output radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: initialize radix, output radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: input radix unchanged after rejecting 0
PASS -> UNRESOLVED: gdb.base/radix.exp: input radix unchanged after rejecting 1
PASS -> UNRESOLVED: gdb.base/radix.exp: output radix unchanged after rejecting 1
PASS -> UNRESOLVED: gdb.base/radix.exp: output radix unchanged after rejection through set radix command
PASS -> UNRESOLVED: gdb.base/radix.exp: print
PASS -> UNRESOLVED: gdb.base/radix.exp: print -100; expect -100; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print -100; expect -256; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print -100; expect -4; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print -100; expect -64; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print -100; expect -9; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print -101; expect -101; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print -101; expect -10; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print -101; expect -257; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print -101; expect -5; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print -101; expect -65; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print -10; expect -10; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print -10; expect -16; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print -10; expect -2; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print -10; expect -3; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print -10; expect -8; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print -11; expect -11; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print -11; expect -17; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print -11; expect -3; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print -11; expect -4; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print -11; expect -9; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print -12; expect -12; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print -1; expect -1; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print -1; expect -1; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print -1; expect -1; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print -1; expect -1; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print -1; expect -1; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print -20; expect -16; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print -2; expect Invalid number "2"\.; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print -9; expect Invalid number "9".; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 010; output radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 8; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 8; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 8; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 8; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 8; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 8; output radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 010; expect 8; output radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0; expect 0; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0; expect 0; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0; expect 0; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0; expect 0; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0; expect 0; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect 15; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect 15; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect 15; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect 15; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect 15; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect 15; output radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect 17; output radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 0xf; expect f; output radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 100; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 100; output radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 144; output radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 256; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 4; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 64; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 64; output radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 100; expect 9; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10101; expect 10101; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10101; expect 21; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10101; expect 4161; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10101; expect 65793; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10101; expect 91; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 101; expect 101; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 101; expect 10; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 101; expect 257; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 101; expect 5; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 101; expect 65; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect 10; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect 10; output radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect 12; output radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect 16; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect 2; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect 3; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect 8; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 10; expect a; output radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 11; expect 11; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 11; expect 17; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 11; expect 3; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 11; expect 4; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 11; expect 9; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 1; expect 1; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 1; expect 1; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 1; expect 1; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 1; expect 1; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 1; expect 1; input radix 8
KFAIL -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 14; output radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 20; input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 20; input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 20; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 20; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 20; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 20; output radix 10
KFAIL -> UNRESOLVED: gdb.base/radix.exp: print 20.; expect 24; output radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20; expect 16; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: print 20; expect 6; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 2; expect 2; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 30; expect Invalid number "30"\.; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 3; expect Invalid number "3"\.; input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: print 4; expect Invalid number "4"\.; input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: print 8; expect Invalid number "8".; input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: reset radices
PASS -> UNRESOLVED: gdb.base/radix.exp: set input-radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: set input-radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: set input-radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: set input-radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: set input-radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: set output-radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: set output-radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: set output-radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: set radix 7 rejected
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, input radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, input radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, input radix 2
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, input radix 3
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, input radix 8
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, output radix 10
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, output radix 16
PASS -> UNRESOLVED: gdb.base/radix.exp: show radix, output radix 8
PASS -> UNRESOLVED: gdb.base/readline.exp: Simple operate-and-get-next - send p 1
PASS -> UNRESOLVED: gdb.base/readline.exp: Simple operate-and-get-next - send p 7
PASS -> UNRESOLVED: gdb.base/readline.exp: arrow keys with secondary prompt
PASS -> UNRESOLVED: gdb.base/readline.exp: operate-and-get-next with secondary prompt - send if 1 > 0
PASS -> UNRESOLVED: gdb.base/readline.exp: print 42
new UNRESOLVED: gdb.base/readline.exp: show editing
PASS -> UNRESOLVED: gdb.base/remotetimeout.exp: correct remotetimeout printed
PASS -> UNRESOLVED: gdb.base/shell.exp: ! echo foo
PASS -> UNRESOLVED: gdb.base/shell.exp: ! exit 0
PASS -> UNRESOLVED: gdb.base/shell.exp: ! exit 1
PASS -> UNRESOLVED: gdb.base/shell.exp: ! kill -2 $$
PASS -> UNRESOLVED: gdb.base/shell.exp: !echo foo
PASS -> UNRESOLVED: gdb.base/shell.exp: -d spaces value missing
PASS -> UNRESOLVED: gdb.base/shell.exp: -d value missing
PASS -> UNRESOLVED: gdb.base/shell.exp: DELIM delimiter missing
PASS -> UNRESOLVED: gdb.base/shell.exp: SHELL_COMMAND missing
PASS -> UNRESOLVED: gdb.base/shell.exp: SHELL_COMMAND missing with delimiter
PASS -> UNRESOLVED: gdb.base/shell.exp: all missing
PASS -> UNRESOLVED: gdb.base/shell.exp: alternate 1char delim
PASS -> UNRESOLVED: gdb.base/shell.exp: alternate 1char delim, no space
PASS -> UNRESOLVED: gdb.base/shell.exp: alternate 3char delim
PASS -> UNRESOLVED: gdb.base/shell.exp: alternate 3char delim, no space
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe -"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe -d "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe -d XXX maint set test-se"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe -d XXX maint set"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe -d main"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe -d set maint set "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe -d set maint set"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe maint set test-se"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe print 1 | "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "pipe"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| -"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| -d "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| -d XXX maint set test-se"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| -d XXX maint set"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| -d main"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| -d set maint set "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| -d set maint set"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| maint set test-se"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "| print 1 | "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|-"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|-d "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|-d XXX maint set test-se"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|-d XXX maint set"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|-d main"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|-d set maint set "
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|-d set maint set"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|maint set test-se"
PASS -> UNRESOLVED: gdb.base/shell.exp: cmd complete "|print 1 | "
PASS -> UNRESOLVED: gdb.base/shell.exp: define foo
PASS -> UNRESOLVED: gdb.base/shell.exp: delimiter missing due to missing space
PASS -> UNRESOLVED: gdb.base/shell.exp: double pipe
PASS -> UNRESOLVED: gdb.base/shell.exp: double pipe, pipe char
PASS -> UNRESOLVED: gdb.base/shell.exp: echo coucou
PASS -> UNRESOLVED: gdb.base/shell.exp: enter commands
PASS -> UNRESOLVED: gdb.base/shell.exp: no space around pipe char
PASS -> UNRESOLVED: gdb.base/shell.exp: pipe fail exitcode
PASS -> UNRESOLVED: gdb.base/shell.exp: pipe fail exitsignal
PASS -> UNRESOLVED: gdb.base/shell.exp: pipe interrupt exitcode
PASS -> UNRESOLVED: gdb.base/shell.exp: pipe interrupt exitsignal
PASS -> UNRESOLVED: gdb.base/shell.exp: pipe success exitcode
PASS -> UNRESOLVED: gdb.base/shell.exp: pipe success exitsignal
PASS -> UNRESOLVED: gdb.base/shell.exp: repeat previous command
new UNRESOLVED: gdb.base/shell.exp: set max-completions 0
new UNRESOLVED: gdb.base/shell.exp: set max-completions 2
PASS -> UNRESOLVED: gdb.base/shell.exp: shell echo foo
PASS -> UNRESOLVED: gdb.base/shell.exp: shell fail exitcode
PASS -> UNRESOLVED: gdb.base/shell.exp: shell fail exitsignal
PASS -> UNRESOLVED: gdb.base/shell.exp: shell interrupt exitcode
PASS -> UNRESOLVED: gdb.base/shell.exp: shell interrupt exitsignal
PASS -> UNRESOLVED: gdb.base/shell.exp: shell success exitcode
PASS -> UNRESOLVED: gdb.base/shell.exp: shell success exitsignal
new UNRESOLVED: gdb.base/shell.exp: show editing
new UNRESOLVED: gdb.base/shell.exp: show max-completions
PASS -> UNRESOLVED: gdb.base/shell.exp: simple pipe
PASS -> UNRESOLVED: gdb.base/shell.exp: simple pipe with arg
PASS -> UNRESOLVED: gdb.base/shell.exp: | delimiter missing
PASS -> UNRESOLVED: gdb.base/shell.exp: |p 123| exit 0
PASS -> UNRESOLVED: gdb.base/shell.exp: |p 123| exit 1
PASS -> UNRESOLVED: gdb.base/shell.exp: |p 123| kill -2 $$
PASS -> UNRESOLVED: gdb.base/source-dir.exp: directory /nOtExStInG/a /nOtExStInG/b /nOtExStInG/c
PASS -> UNRESOLVED: gdb.base/source-dir.exp: directory /nOtExStInG/b /nOtExStInG/d /nOtExStInG/c
PASS -> UNRESOLVED: gdb.base/source.exp: script contains error
PASS -> UNRESOLVED: gdb.base/source.exp: set search directories
PASS -> UNRESOLVED: gdb.base/source.exp: source -s
PASS -> UNRESOLVED: gdb.base/source.exp: source -s -v
PASS -> UNRESOLVED: gdb.base/source.exp: source -v
PASS -> UNRESOLVED: gdb.base/source.exp: source -v -s
PASS -> UNRESOLVED: gdb.base/source.exp: source after -v
PASS -> UNRESOLVED: gdb.base/source.exp: source for-sure-nonexistant-file
PASS -> UNRESOLVED: gdb.base/source.exp: source source-nofile.gdb
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
PASS -> UNRESOLVED: gdb.base/subst.exp: add depuis -> vers substitution rule
PASS -> UNRESOLVED: gdb.base/subst.exp: add from -> to substitution rule
PASS -> UNRESOLVED: gdb.base/subst.exp: add from1 -> to1 substitution rule
PASS -> UNRESOLVED: gdb.base/subst.exp: add source -> destination substitution rule
PASS -> UNRESOLVED: gdb.base/subst.exp: add substitution rule to empty string
PASS -> UNRESOLVED: gdb.base/subst.exp: deactivate GDB's confirmation interface
PASS -> UNRESOLVED: gdb.base/subst.exp: remove all remaining substitution rules
PASS -> UNRESOLVED: gdb.base/subst.exp: remove default substitution rules
PASS -> UNRESOLVED: gdb.base/subst.exp: set substitute-path, first argument is empty string
PASS -> UNRESOLVED: gdb.base/subst.exp: set substitute-path, too few arguments
PASS -> UNRESOLVED: gdb.base/subst.exp: set substitute-path, too many arguments
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path after all paths added
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path after all remaining rules removed
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path after depuis rule removed
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path after empty rule removed
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path after from rule removed
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path depuis, after all paths added
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path from, after all paths added
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path from, after unsetting it
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path from, no rule entered yet
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path from/path, after all paths added
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path from_a_bad_path, after all paths added
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path garbage, after all paths added
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path, no rule entered yet
PASS -> UNRESOLVED: gdb.base/subst.exp: show substitute-path, too many arguments
PASS -> UNRESOLVED: gdb.base/subst.exp: unset substitute-path depuis
PASS -> UNRESOLVED: gdb.base/subst.exp: unset substitute-path empty
PASS -> UNRESOLVED: gdb.base/subst.exp: unset substitute-path from
PASS -> UNRESOLVED: gdb.base/subst.exp: unset substitute-path from after the rule was removed
PASS -> UNRESOLVED: gdb.base/subst.exp: unset substitute-path from, no rule entered yet
PASS -> UNRESOLVED: gdb.base/subst.exp: unset substitute-path, no rule entered yet
PASS -> UNRESOLVED: gdb.base/subst.exp: unset substitute-path, too many arguments
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: define user command
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: depth resets on error part 1
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: depth resets on error part 2
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: nested trace-commands test
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: nested trace-commands test with source
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: set trace-commands
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: show trace-commands says off
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: show trace-commands says on
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: simple trace-commands test
PASS -> UNRESOLVED: gdb.base/trace-commands.exp: source -v
PASS -> UNRESOLVED: gdb.base/warning.exp: echo 23\n
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: default cpu
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu auto
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0 foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0/0 foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0/0x0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0/1
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0/foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/0x0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0/foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: 0x0/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: foo/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu intel: foo/bar
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set cpu none
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set record
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: set record btrace
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu auto
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0 foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0/0 foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0/0x0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0/1
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0/foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/0x0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0/foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: 0x0/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: foo
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: foo/0
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu intel: foo/bar
PASS -> UNRESOLVED: gdb.btrace/cpu.exp: show cpu none
PASS -> UNRESOLVED: gdb.cp/debug-expr.exp: print dynamic_cast<void*>
PASS -> UNRESOLVED: gdb.cp/debug-expr.exp: print reinterpret_cast<void*>
PASS -> UNRESOLVED: gdb.cp/debug-expr.exp: print static_cast<void*>
PASS -> UNRESOLVED: gdb.cp/debug-expr.exp: set debug expression 1
PASS -> UNRESOLVED: gdb.cp/debug-expr.exp: set language c++
PASS -> UNRESOLVED: gdb.cp/demangle.exp: auto: check demangling style
PASS -> UNRESOLVED: gdb.cp/demangle.exp: auto: set demangle-style
PASS -> UNRESOLVED: gdb.cp/demangle.exp: demangle -l c -- _ZSt4cout
PASS -> UNRESOLVED: gdb.cp/demangle.exp: demangle -l c++ -- _ZSt4cout
PASS -> UNRESOLVED: gdb.cp/demangle.exp: demangle -l c++ _ZSt4cout
PASS -> UNRESOLVED: gdb.cp/demangle.exp: demangle -l garbage xyzdje
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _Z13BitPatterntoaOK10BitPatternccc
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _Z31DrawDestinationTransformedImageP7_XImageiiS0_iimjiijmmP4_XGCOK13ivTransformeriiii
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _Z3argOK7Complex
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN11RelateManip6EffectEO7ivEvent
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN20DisplayList_IteratorC4EO11DisplayList
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN3fooC4EOS_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN3fooC4EiOS_iS0_iS0_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN4ListI10VHDLEntityE3PixC4EOKS2_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN4ListI10VHDLEntityE7elementC2EOKS0_PS2_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN4ListI10VHDLEntityE7elementC4EOKS2_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN4ListI10VHDLEntityEC4EOKS1_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN4PixXI11VHDLLibrary14VHDLLibraryRep4ListI10VHDLEntityEEC2EOKS5_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN7ivWorldC2EPKcOiPPcPK12ivOptionDescPK14ivPropertyData
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN8TextCode14CoreConstDeclsEO7ostream
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN9ArrowLine19ArrowheadIntersectsEP9ArrowheadO6BoxObjP7Graphic
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN9ArrowLine19ArrowheadIntersectsEP9ArrowheadO6BoxObjP7Graphic: gnu-v3: check demangling style
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZN9ArrowLine19ArrowheadIntersectsEP9ArrowheadO6BoxObjP7Graphic: gnu-v3: set demangle-style
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZNK11VHDLLibrary5nextEEO4PixXIS_14VHDLLibraryRep4ListI10VHDLEntityEE
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZNK4ListI10VHDLEntityE4nextEONS1_3PixE
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZNK4ListI10VHDLEntityEclEOKNS1_3PixE
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZNK9BitString8containsEOK10BitPattern
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZNK9BitString8containsEOK12BitSubStringi
PASS -> UNRESOLVED: gdb.cp/demangle.exp: gnu-v3: _ZNK9BitString8containsEOKS_
PASS -> UNRESOLVED: gdb.cp/demangle.exp: set language c++
PASS -> UNRESOLVED: gdb.cp/demangle.exp: set language unknown
PASS -> UNRESOLVED: gdb.cp/demangle.exp: set width 0
PASS -> UNRESOLVED: gdb.cp/maint.exp: help maint cp
PASS -> UNRESOLVED: gdb.cp/maint.exp: help maint cp first_component
PASS -> UNRESOLVED: gdb.cp/maint.exp: help maint cp namespace
PASS -> UNRESOLVED: gdb.cp/maint.exp: help maintenance cplus
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component C<A>::bar
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component C<std::basic_streambuf<wchar_t,std::char_traits<wchar_t> > >::bar
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component T<Cooperator>
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component bool operator<<char>
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component foo
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component foo::bar
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component foo::bar::baz
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component foo<
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component int foo<&
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component int foo<&operator<<
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component int foo<operator<<
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component int operator<< <char>
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component operator  ->
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component operator ->
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component operator
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component operator<
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component operator<<
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component operator>
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp first_component operator>>
PASS -> UNRESOLVED: gdb.cp/maint.exp: maint cp namespace
PASS -> UNRESOLVED: gdb.cp/maint.exp: set complaints 1000
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: print
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: set $u 1
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: set $u 2
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: set $u 3
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: set $v 1
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: set $v 2
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: set $v 3
PASS -> UNRESOLVED: gdb.cp/punctuator.exp: set lang c++
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print mf1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print mf2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/ref-params.exp: print value of f2 on Child in main
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print f1
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print mf1
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print mf2
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1
new UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of f1 on
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of f1 on Child&& in f2
PASS -> UNRESOLVED: gdb.cp/rvalue-ref-params.exp: print value of f2 on
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char16_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: char32_t is unsigned
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: set language c++
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: sizeof
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t is distinct
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c++: wchar_t sign
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char16_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: char32_t is not built-in
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p L"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p U"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: p u"hello"
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: set language c
PASS -> UNRESOLVED: gdb.cp/wide_char_types.exp: no program: c: wchar_t is not built-in
PASS -> UNRESOLVED: gdb.disasm/disassembler-options.exp: set disassembler-options
PASS -> UNRESOLVED: gdb.disasm/disassembler-options.exp: set disassembler-options invalid_option_value
PASS -> UNRESOLVED: gdb.disasm/disassembler-options.exp: show NULL disassembler-options
PASS -> UNRESOLVED: gdb.dlang/debug-expr.exp: print *
PASS -> UNRESOLVED: gdb.dlang/debug-expr.exp: set debug expression 1
PASS -> UNRESOLVED: gdb.dlang/debug-expr.exp: set language d
PASS -> UNRESOLVED: gdb.dlang/demangle.exp: set language d
PASS -> UNRESOLVED: gdb.dlang/expression.exp: set language d
PASS -> UNRESOLVED: gdb.dlang/primitive-types.exp: set language d
PASS -> UNRESOLVED: gdb.dlang/properties.exp: set language d
new UNRESOLVED: gdb.dlang/watch-loc.exp: disassemble _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: p _Dmain_label - _Dmain
new UNRESOLVED: gdb.dlang/watch-loc.exp: x/2i _Dmain+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: disassemble second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p first_label - first
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: p second_label - second
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i first+
new UNRESOLVED: gdb.dwarf2/ada-linkage-name.exp: x/2i second+
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/atomic-type.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: disassemble g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p f_label - f
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: p g_label - g
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i f+
new UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: x/2i g+
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p func01_label - func01
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i func01+
new UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/dwz.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/dwz.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/dwz.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: disassemble mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: p mymain_label - mymain
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: x/2i mymain+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/missing-type-name.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/typedef-void-finish.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/var-access.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/var-access.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/var-access.exp: x/2i main+
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble func
new UNRESOLVED: gdb.dwarf2/void-type.exp: disassemble main
new UNRESOLVED: gdb.dwarf2/void-type.exp: p func_label - func
new UNRESOLVED: gdb.dwarf2/void-type.exp: p main_label - main
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i func+
new UNRESOLVED: gdb.dwarf2/void-type.exp: x/2i main+
PASS -> UNRESOLVED: gdb.fortran/dot-ops.exp: set language fortran
PASS -> UNRESOLVED: gdb.fortran/exprs.exp: set language fortran
PASS -> UNRESOLVED: gdb.fortran/exprs.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.fortran/type-kinds.exp: set language fortran
PASS -> UNRESOLVED: gdb.fortran/types.exp: set language fortran
PASS -> UNRESOLVED: gdb.fortran/types.exp: set print sevenbit-strings
FAIL -> UNRESOLVED: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
FAIL -> UNRESOLVED: gdb.gdb/unittest.exp: maintenance selftest
PASS -> UNRESOLVED: gdb.go/basic-types.exp: set language go
PASS -> UNRESOLVED: gdb.go/print.exp: set language go
new UNRESOLVED: gdb.guile/guile.exp: collect help from uiout
new UNRESOLVED: gdb.guile/guile.exp: guile
PASS -> UNRESOLVED: gdb.guile/guile.exp: multi-line guile command - guile
new UNRESOLVED: gdb.guile/guile.exp: show guile command - define zzq
new UNRESOLVED: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: source source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/guile.exp: verify help to uiout
new UNRESOLVED: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new UNRESOLVED: gdb.guile/scm-error.exp: error message printed
new UNRESOLVED: gdb.guile/scm-error.exp: guile
new UNRESOLVED: gdb.guile/scm-error.exp: no delayed error
new UNRESOLVED: gdb.guile/scm-error.exp: no error printed
new UNRESOLVED: gdb.guile/scm-error.exp: reset print-stack to default, post set/show tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to full, for backtrace test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error printing tests
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to message, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: set print-stack to none, for error test
new UNRESOLVED: gdb.guile/scm-error.exp: source /work/ubuntu-aarch64-m64/build/gdb/testsuite/outputs/gdb.guile/scm-error/scm-error-2.scm
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack full setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack none setting
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting of default
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to full
new UNRESOLVED: gdb.guile/scm-error.exp: test print-stack show setting to none
new UNRESOLVED: gdb.guile/scm-error.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-gsmob.exp: gu
new UNRESOLVED: gdb.guile/scm-gsmob.exp: guile
new UNRESOLVED: gdb.guile/scm-gsmob.exp: object-properties
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop0 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop1 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop2 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop3 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop4 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop5 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop6 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: property prop7 present after set
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: ref prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 0
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 1
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 2
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 3
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 4
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 5
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 6
new UNRESOLVED: gdb.guile/scm-gsmob.exp: set prop 7
new UNRESOLVED: gdb.guile/scm-gsmob.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: Simple gdb boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: enum gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: error registering existing parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: file gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously ambiguously named boolean parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: restricted gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-file-param: show new value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: parameter value
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new UNRESOLVED: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: undocumented gdb parameter - guile
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-pretty-print.exp: verify guile support
PASS -> UNRESOLVED: gdb.objc/print.exp: set language objective-c
PASS -> UNRESOLVED: gdb.pascal/print.exp: set language pascal
PASS -> UNRESOLVED: gdb.pascal/types.exp: set language pascal
new UNRESOLVED: gdb.python/py-completion.exp: check if python 3
PASS -> UNRESOLVED: gdb.python/py-completion.exp: discard #1
PASS -> UNRESOLVED: gdb.python/py-completion.exp: discard #2
PASS -> UNRESOLVED: gdb.python/py-completion.exp: discard #3
PASS -> UNRESOLVED: gdb.python/py-completion.exp: discard #4
PASS -> UNRESOLVED: gdb.python/py-completion.exp: list all completions of 'complete completel'
PASS -> UNRESOLVED: gdb.python/py-completion.exp: list all completions of 'complete completelimit1 c'
PASS -> UNRESOLVED: gdb.python/py-completion.exp: list all completions of 'complete completelimit2 c'
PASS -> UNRESOLVED: gdb.python/py-completion.exp: load python file
PASS -> UNRESOLVED: gdb.python/py-completion.exp: load python file again
new UNRESOLVED: gdb.python/py-completion.exp: show editing
new UNRESOLVED: gdb.python/py-completion.exp: verify python support
new UNRESOLVED: gdb.python/py-error.exp: check if python 3
PASS -> UNRESOLVED: gdb.python/py-error.exp: main reached
PASS -> UNRESOLVED: gdb.python/py-error.exp: no delayed error
PASS -> UNRESOLVED: gdb.python/py-error.exp: set host-charset IBM1047
new UNRESOLVED: gdb.python/py-error.exp: verify python support
PASS -> UNRESOLVED: gdb.python/py-function.exp: Test GDBError - python
PASS -> UNRESOLVED: gdb.python/py-function.exp: Test GdbError.  There should not be a stack trace
PASS -> UNRESOLVED: gdb.python/py-function.exp: Test Normal Error - python
PASS -> UNRESOLVED: gdb.python/py-function.exp: Test a Runtime error.  There should be a stack trace.
PASS -> UNRESOLVED: gdb.python/py-function.exp: call function
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = ada
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = asm
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = auto
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = c
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = c++
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = d
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = fortran
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = go
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = minimal
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = modula-2
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = objective-c
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = opencl
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = pascal
PASS -> UNRESOLVED: gdb.python/py-function.exp: call value-returning function, language = rust
PASS -> UNRESOLVED: gdb.python/py-function.exp: call yes with &&
PASS -> UNRESOLVED: gdb.python/py-function.exp: call yes with ||
new UNRESOLVED: gdb.python/py-function.exp: check if python 3
PASS -> UNRESOLVED: gdb.python/py-function.exp: input command-calling function - python
PASS -> UNRESOLVED: gdb.python/py-function.exp: input convenience function - python
PASS -> UNRESOLVED: gdb.python/py-function.exp: input int-returning function - python
PASS -> UNRESOLVED: gdb.python/py-function.exp: input value-returning convenience function - python
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language ada
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language asm
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language auto
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language c
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language c++
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language d
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language fortran
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language go
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language minimal
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language modula-2
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language objective-c
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language opencl
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language pascal
PASS -> UNRESOLVED: gdb.python/py-function.exp: set language rust
PASS -> UNRESOLVED: gdb.python/py-function.exp: set python print-stack full
PASS -> UNRESOLVED: gdb.python/py-function.exp: setting a value from a function which executes a command, again.
PASS -> UNRESOLVED: gdb.python/py-function.exp: setting a value from a function which executes a command.
new UNRESOLVED: gdb.python/py-function.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: check if python 3
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type CARDINAL using language modula-2
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type char using language c
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type char using language objective-c
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type char using language pascal
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type character using language ada
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type character using language fortran
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type int32 using language go
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type ucent using language d
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: lookup type ushort using language opencl
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language ada
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language c
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language d
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language fortran
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language go
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language modula-2
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language objective-c
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language opencl
PASS -> UNRESOLVED: gdb.python/py-lookup-type.exp: set language pascal
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
new UNRESOLVED: gdb.python/py-nested-maps.exp: check if python 3
new UNRESOLVED: gdb.python/py-nested-maps.exp: verify python support
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: Simple gdb PARAM_ZUINTEGER - python
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: Simple gdb PARAM_ZUINTEGER_UNLIMITED - python
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: Simple gdb booleanparameter - python
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: Throwing gdb parameter - python
new UNRESOLVED: gdb.python/py-parameter.exp: check if python 3
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: check that PARAM_ZUINTEGER value can be set to -1
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: check that PARAM_ZUINTEGER value is -1 after setting
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: enum gdb parameter - python
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: file gdb parameter - python
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: gdb.GdbError does not show Python stack
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: python print
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: python test_param_PARAM_ZUINTEGER.value = -1
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: python test_param_PARAM_ZUINTEGER.value = -5
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: python test_param_PARAM_ZUINTEGER_UNLIMITED.value = -5
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: set enum to two
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: set invalid enum parameter
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: set new file parameter
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: set test-file-param
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: show initial file value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: show new file value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: show parameter is initial value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: show parameter is new value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: show parameter off
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: show parameter on
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: test enum parameter value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: test file parameter value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: test general help
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: test new file parameter value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: test parameter value
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: test set help
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: test show help
PASS -> UNRESOLVED: gdb.python/py-parameter.exp: turn off parameter
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: check if python 3
new UNRESOLVED: gdb.python/py-prettyprint.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: check if python 3
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: check if python 3
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: sigall-precsave.exp
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: sigall-reverse.exp
PASS -> UNRESOLVED: gdb.rust/expr.exp: set language rust
PASS -> UNRESOLVED: gdb.rust/expr.exp: set var $something = 27
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
PASS -> FAIL: gdb.server/unittest.exp: unit tests
new UNRESOLVED: gdb.trace/ax.exp: failed to compile
new UNRESOLVED: gdb.trace/deltrace.exp: failed to compile
new UNRESOLVED: gdb.trace/infotrace.exp: failed to compile
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
PASS -> UNRESOLVED: gdb.trace/mi-trace-save.exp: -trace-save with wrong option
new UNRESOLVED: gdb.trace/packetlen.exp: failed to compile
new UNRESOLVED: gdb.trace/passc-dyn.exp: failed to compile
new UNRESOLVED: gdb.trace/passcount.exp: failed to compile
new UNRESOLVED: gdb.trace/report.exp: current target does not support trace
new UNRESOLVED: gdb.trace/report.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/report.exp: tfind none
new UNRESOLVED: gdb.trace/report.exp: tstop
new UNRESOLVED: gdb.trace/save-trace.exp: failed to compile
new UNRESOLVED: gdb.trace/tfind.exp: failed to compile
new UNRESOLVED: gdb.trace/tracecmd.exp: failed to compile
PASS -> UNRESOLVED: gdb.trace/tsv.exp: Delete all trace state variables
PASS -> UNRESOLVED: gdb.trace/tsv.exp: List tvariables
PASS -> UNRESOLVED: gdb.trace/tsv.exp: List tvariables after deletion
PASS -> UNRESOLVED: gdb.trace/tsv.exp: Print a trace state variable before run
PASS -> UNRESOLVED: gdb.trace/tsv.exp: change initial value of a trace state variable
PASS -> UNRESOLVED: gdb.trace/tsv.exp: create a trace state variable
PASS -> UNRESOLVED: gdb.trace/tsv.exp: create a trace state variable with expression
PASS -> UNRESOLVED: gdb.trace/tsv.exp: create a trace state variable with initial value
new UNRESOLVED: gdb.trace/tsv.exp: current target does not support trace
new UNRESOLVED: gdb.trace/tsv.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.trace/tsv.exp: delete trace state variable
PASS -> UNRESOLVED: gdb.trace/tsv.exp: init trace state variable to a 64-bit value
PASS -> UNRESOLVED: gdb.trace/tsv.exp: list tvariables after deleting all
PASS -> UNRESOLVED: gdb.trace/tsv.exp: tsave command properly supports -r argument
PASS -> UNRESOLVED: gdb.trace/tsv.exp: tvariable creation fails with invalid expression
PASS -> UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, bad name
PASS -> UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, bad name 2
PASS -> UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, bad name 3
PASS -> UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, not an assignment
PASS -> UNRESOLVED: gdb.trace/tsv.exp: tvariable syntax error, not empty variable name
new UNRESOLVED: gdb.trace/while-dyn.exp: current target does not support trace
new UNRESOLVED: gdb.trace/while-dyn.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/while-dyn.exp: tfind none
new UNRESOLVED: gdb.trace/while-dyn.exp: tstop
new UNRESOLVED: gdb.trace/while-stepping.exp: failed to compile
PASS -> UNRESOLVED: gdb.tui/completion.exp: set max-completions unlimited
new UNRESOLVED: gdb.tui/completion.exp: verify tui support
PASS -> UNRESOLVED: gdb.tui/empty.exp: set tui border-kind ascii
PASS -> UNRESOLVED: gdb.tui/empty.exp: src: 80x24: box 1
new UNRESOLVED: gdb.tui/empty.exp: verify tui support
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: correct line breaks
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set height 2000
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: set pagination on
PASS -> UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: tui enable
new UNRESOLVED: gdb.tui/tui-nl-filtered-output.exp: verify tui support
PASS -> UNRESOLVED: gdb.xml/maint_print_struct.exp: printing tdesc with a structure and a bitfield
PASS -> UNRESOLVED: gdb.xml/maint_print_struct.exp: setting a new tdesc having only a structure
new UNRESOLVED: gdb.xml/tdesc-arch.exp: architecture XML tests
PASS -> UNRESOLVED: gdb.xml/tdesc-arch.exp: read default architecture
PASS -> UNRESOLVED: gdb.xml/tdesc-arch.exp: read valid architectures
PASS -> UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: cd to directory holding xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: maintenance print reggroups
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $bitfields
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $extrareg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $flags
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $mixed_flags
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $structreg.v4
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $uintreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $unionreg.v4
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: ptype $vecreg
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-extra-regs.xml - from extra-regs.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-regs.exp: set tdesc filename test-regs.xml - from core-only.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/68/68f7d34dd506d1ccdaab9e772a533f8e76a5fe19//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/68/68f7d34dd506d1ccdaab9e772a533f8e76a5fe19//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-26 17:41 [binutils-gdb] Convert symtab.h function signatures to use bool instead of int gdb-buildbot
@ 2019-09-26 18:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-26 18:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/804

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        ececd218c5254902db3301d700546f6702112c85

Subject of commit:
        Convert symtab.h function signatures to use bool instead of int

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ececd218c5254902db3301d700546f6702112c85/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 10: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ececd218c5254902db3301d700546f6702112c85//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ececd218c5254902db3301d700546f6702112c85//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-26 15:42 [binutils-gdb] Remove gdb_usleep.c gdb-buildbot
@ 2019-09-26 16:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-26 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/803

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        27a900b8657d8e20a24026bb3485a5f6c9729615

Subject of commit:
        Remove gdb_usleep.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/27a900b8657d8e20a24026bb3485a5f6c9729615/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 9: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/27a900b8657d8e20a24026bb3485a5f6c9729615//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/27a900b8657d8e20a24026bb3485a5f6c9729615//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-26 15:01 [binutils-gdb] Do not expose stub types to Python gdb-buildbot
@ 2019-09-26 15:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-26 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/802

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        5d63b30afa2d1e24a3d1e6fe97507473e0545a02

Subject of commit:
        Do not expose stub types to Python

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d63b30afa2d1e24a3d1e6fe97507473e0545a02/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d63b30afa2d1e24a3d1e6fe97507473e0545a02//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5d63b30afa2d1e24a3d1e6fe97507473e0545a02//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-26 11:09 [binutils-gdb] PR24262, plugin search dir doesn't respect --libdir gdb-buildbot
@ 2019-09-26 11:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-26 11:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/800

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51

Subject of commit:
        PR24262, plugin search dir doesn't respect --libdir

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/41/41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-25 16:37 [binutils-gdb] Remove make_hex_string gdb-buildbot
@ 2019-09-25 16:39 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-25 16:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/799

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        858f25f0dd3c7013e4c87b95fa8edac223d26156

Subject of commit:
        Remove make_hex_string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/858f25f0dd3c7013e4c87b95fa8edac223d26156/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/858f25f0dd3c7013e4c87b95fa8edac223d26156//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/85/858f25f0dd3c7013e4c87b95fa8edac223d26156//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-24 22:13 [binutils-gdb] [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs gdb-buildbot
@ 2019-09-24 22:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-24 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/795

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        3d4352200e3e98a6d8855e6f3a39b6d33d84e36b

Subject of commit:
        [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d4352200e3e98a6d8855e6f3a39b6d33d84e36b/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 8: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d4352200e3e98a6d8855e6f3a39b6d33d84e36b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3d/3d4352200e3e98a6d8855e6f3a39b6d33d84e36b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23 22:26 [binutils-gdb] gdb/readline: fix use of an undefined variable gdb-buildbot
@ 2019-09-23 23:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23 23:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/794

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        32a1adcccf05f98e95a2a451066af810e121bdd9

Subject of commit:
        gdb/readline: fix use of an undefined variable

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/32a1adcccf05f98e95a2a451066af810e121bdd9/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/32a1adcccf05f98e95a2a451066af810e121bdd9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/32/32a1adcccf05f98e95a2a451066af810e121bdd9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23 21:49 [binutils-gdb] Add testsuite for the PRU simulator port gdb-buildbot
@ 2019-09-23 22:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23 22:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/793

Author:
        Dimitar Dimitrov <dimitar@dinux.eu>

Commit tested:
        e2e9097bd21406f09fdf57fee0d99e6b45de61b6

Subject of commit:
        Add testsuite for the PRU simulator port

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e2/e2e9097bd21406f09fdf57fee0d99e6b45de61b6/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new UNRESOLVED: gdb.threads/signal-delivered-right-thread.exp: continue: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e2/e2e9097bd21406f09fdf57fee0d99e6b45de61b6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e2/e2e9097bd21406f09fdf57fee0d99e6b45de61b6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23 15:16 [binutils-gdb] PowerPC64 dynamic symbol tweaks gdb-buildbot
@ 2019-09-23 15:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23 15:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/790

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ec73ddcd43b588924c95f1a997351314ddf84e39

Subject of commit:
        PowerPC64 dynamic symbol tweaks

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec73ddcd43b588924c95f1a997351314ddf84e39/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec73ddcd43b588924c95f1a997351314ddf84e39//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ec/ec73ddcd43b588924c95f1a997351314ddf84e39//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  4:36 [binutils-gdb] ecoff bfd.h tidy gdb-buildbot
@ 2019-09-23 11:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23 11:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/787

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        0ba9378a2ad073524f20e9637dac8369ef06c639

Subject of commit:
        ecoff bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0ba9378a2ad073524f20e9637dac8369ef06c639/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0ba9378a2ad073524f20e9637dac8369ef06c639//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0ba9378a2ad073524f20e9637dac8369ef06c639//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  4:36 [binutils-gdb] elf bfd.h tidy gdb-buildbot
@ 2019-09-23 10:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23 10:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/786

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        0b4453c791106ab62011b59f97611f9ff21cda9f

Subject of commit:
        elf bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b4453c791106ab62011b59f97611f9ff21cda9f/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/step-bg-decr-pc-switch-thread.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b4453c791106ab62011b59f97611f9ff21cda9f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0b/0b4453c791106ab62011b59f97611f9ff21cda9f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  4:13 [binutils-gdb] m68k bfd.h tidy gdb-buildbot
@ 2019-09-23  9:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23  9:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/785

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a

Subject of commit:
        m68k bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f5/f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  3:51 [binutils-gdb] cr16 bfd.h tidy gdb-buildbot
@ 2019-09-23  9:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23  9:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/783

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ca05ca5e2d8c1628c37a335635dab4714f0d3bfe

Subject of commit:
        cr16 bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca05ca5e2d8c1628c37a335635dab4714f0d3bfe/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca05ca5e2d8c1628c37a335635dab4714f0d3bfe//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca05ca5e2d8c1628c37a335635dab4714f0d3bfe//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  3:37 [binutils-gdb] obsoleted bfd.h tidy gdb-buildbot
@ 2019-09-23  8:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23  8:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/782

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        530f61204cdba76413645c22065d453e814c7cd4

Subject of commit:
        obsoleted bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/530f61204cdba76413645c22065d453e814c7cd4/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/530f61204cdba76413645c22065d453e814c7cd4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/53/530f61204cdba76413645c22065d453e814c7cd4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  3:27 [binutils-gdb] xcoff bfd.h tidy gdb-buildbot
@ 2019-09-23  7:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23  7:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/781

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        6ea7de3237f0780065e6c17cd2d123792410c16b

Subject of commit:
        xcoff bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6e/6ea7de3237f0780065e6c17cd2d123792410c16b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: inferior 1 exited
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: inferior 1 exited
new FAIL: gdb.threads/pthreads.exp: after continue: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::hits=0
new FAIL: gdb.threads/pthreads.exp: after startup: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::hits=0
PASS -> FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from main thread
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 1
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to creation of second thread
PASS -> FAIL: gdb.threads/pthreads.exp: continue with all threads running
new FAIL: gdb.threads/pthreads.exp: get thread 2 id
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread and frame info
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread information
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command that aborts thread apply
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command, -c to continue
PASS -> FAIL: gdb.threads/pthreads.exp: set break at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=taas faas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=tfaas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=thread apply all -s frame apply all -s: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: continue to breakpoint: run to nop breakpoint
PASS -> FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: info threads shows all threads
PASS -> FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: next over nop
PASS -> FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: next& over inf loop
PASS -> FAIL: gdb.threads/step-bg-decr-pc-switch-thread.exp: switch to main thread
PASS -> FAIL: gdb.threads/thread-specific.exp: continue to thread-specific breakpoint
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6e/6ea7de3237f0780065e6c17cd2d123792410c16b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6e/6ea7de3237f0780065e6c17cd2d123792410c16b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  2:37 [binutils-gdb] aarch64 bfd.h tidy gdb-buildbot
@ 2019-09-23  5:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23  5:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/777

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        a8bfaadbb40406dc795d410d198a4be9d452c177

Subject of commit:
        aarch64 bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a8bfaadbb40406dc795d410d198a4be9d452c177/

*** 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=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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a8bfaadbb40406dc795d410d198a4be9d452c177//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a8/a8bfaadbb40406dc795d410d198a4be9d452c177//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  2:13 [binutils-gdb] h8300 bfd.h tidy gdb-buildbot
@ 2019-09-23  3:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23  3:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/775

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e

Subject of commit:
        h8300 bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ca/ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-23  2:01 [binutils-gdb] ia64 bfd.h tidy gdb-buildbot
@ 2019-09-23  3:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-23  3:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/774

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        3352ae9900037b231f9838e088af450a19bade17

Subject of commit:
        ia64 bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/3352ae9900037b231f9838e088af450a19bade17/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/gcore-thread.exp: could not run to main
new UNRESOLVED: gdb.threads/gcore-thread.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=on,non-stop=off: continue over exec
PASS -> FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched=on,non-stop=off: continue to breakpoint: break-here
PASS -> UNRESOLVED: gdb.threads/step-bg-decr-pc-switch-thread.exp: set range-stepping off
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/3352ae9900037b231f9838e088af450a19bade17//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/33/3352ae9900037b231f9838e088af450a19bade17//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-22  2:47 [binutils-gdb] gdb: fix formatting in solib-svr4.c gdb-buildbot
@ 2019-09-22  2:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-22  2:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/768

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        7ab78ccbbb0d0918c293ade07bea59d789ea7d63

Subject of commit:
        gdb: fix formatting in solib-svr4.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7ab78ccbbb0d0918c293ade07bea59d789ea7d63/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7ab78ccbbb0d0918c293ade07bea59d789ea7d63//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7ab78ccbbb0d0918c293ade07bea59d789ea7d63//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-21  2:32 [binutils-gdb] Move declarations of debug_threads and using_threads to header gdb-buildbot
@ 2019-09-21 12:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21 12:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/763

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        f9d949fb7b85323e3f307884a4a3cef6ba52607b

Subject of commit:
        Move declarations of debug_threads and using_threads to header

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f9/f9d949fb7b85323e3f307884a4a3cef6ba52607b/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f9/f9d949fb7b85323e3f307884a4a3cef6ba52607b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f9/f9d949fb7b85323e3f307884a4a3cef6ba52607b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-21  1:04 [binutils-gdb] Remove Cell Broadband Engine debugging support gdb-buildbot
@ 2019-09-21  8:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  8:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/758

Author:
        Ulrich Weigand <ulrich.weigand@de.ibm.com>

Commit tested:
        abf516c6931af1683d1e51203de1ca01467f9f85

Subject of commit:
        Remove Cell Broadband Engine debugging support

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/abf516c6931af1683d1e51203de1ca01467f9f85/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/abf516c6931af1683d1e51203de1ca01467f9f85//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ab/abf516c6931af1683d1e51203de1ca01467f9f85//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-21  0:53 [binutils-gdb] Change TUI window commands to be case-sensitive gdb-buildbot
@ 2019-09-21  8:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  8:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/757

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a

Subject of commit:
        Change TUI window commands to be case-sensitive

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/78/78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/78/78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/78/78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-21  0:43 [binutils-gdb] Use make_unique_xstrdup in TUI gdb-buildbot
@ 2019-09-21  7:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  7:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/756

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f074b67ec812612637342a1647da9158a1e77de0

Subject of commit:
        Use make_unique_xstrdup in TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f074b67ec812612637342a1647da9158a1e77de0/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f074b67ec812612637342a1647da9158a1e77de0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f0/f074b67ec812612637342a1647da9158a1e77de0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-21  0:26 [binutils-gdb] Remove separator comments from TUI gdb-buildbot
@ 2019-09-21  6:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  6:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/755

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        63c4bf1922d5553edb213606270b0e2782bbe4c8

Subject of commit:
        Remove separator comments from TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/63/63c4bf1922d5553edb213606270b0e2782bbe4c8/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 4: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/63/63c4bf1922d5553edb213606270b0e2782bbe4c8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/63/63c4bf1922d5553edb213606270b0e2782bbe4c8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 23:58 [binutils-gdb] Rename a private data member in tui_source_window gdb-buildbot
@ 2019-09-21  5:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  5:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/753

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        7226433c44e3792aeea6ad19c54cd3056ea4308e

Subject of commit:
        Rename a private data member in tui_source_window

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/7226433c44e3792aeea6ad19c54cd3056ea4308e/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/7226433c44e3792aeea6ad19c54cd3056ea4308e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/72/7226433c44e3792aeea6ad19c54cd3056ea4308e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 23:46 [binutils-gdb] Rename private data members of tui_data_window gdb-buildbot
@ 2019-09-21  4:47 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  4:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/752

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        80df33379eb01e5cf959f3db8d6b1dec9bc6a03b

Subject of commit:
        Rename private data members of tui_data_window

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/80df33379eb01e5cf959f3db8d6b1dec9bc6a03b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: inferior 1 exited
PASS -> FAIL: gdb.threads/gcore-thread.exp: save a corefile
PASS -> FAIL: gdb.threads/gcore-thread.exp: thread 2 is running
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: continue over exec
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: continue to breakpoint: break-here
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/80df33379eb01e5cf959f3db8d6b1dec9bc6a03b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/80/80df33379eb01e5cf959f3db8d6b1dec9bc6a03b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 23:08 [binutils-gdb] Don't call refresh in tui_resize_all gdb-buildbot
@ 2019-09-21  3:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  3:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/749

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0891be0835883fc1159565b780d63954e6b09bd9

Subject of commit:
        Don't call refresh in tui_resize_all

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/0891be0835883fc1159565b780d63954e6b09bd9/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/selftest.exp: backtrace through signal handler
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_GT::operator>"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_GT::operator>"
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/0891be0835883fc1159565b780d63954e6b09bd9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/0891be0835883fc1159565b780d63954e6b09bd9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 22:59 [binutils-gdb] Set TUI locator height to 1 gdb-buildbot
@ 2019-09-21  2:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  2:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/748

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        1b935acf7ecc2df4649b7d34b7ac467eac07221b

Subject of commit:
        Set TUI locator height to 1

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b935acf7ecc2df4649b7d34b7ac467eac07221b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: inferior 1 exited
PASS -> FAIL: gdb.threads/gcore-thread.exp: save a corefile
PASS -> FAIL: gdb.threads/gcore-thread.exp: thread 2 is running
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: continue over exec
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: continue to breakpoint: break-here
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b935acf7ecc2df4649b7d34b7ac467eac07221b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1b935acf7ecc2df4649b7d34b7ac467eac07221b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 22:45 [binutils-gdb] Change "win_resized" to bool gdb-buildbot
@ 2019-09-21  1:40 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  1:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/747

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        9abd8a65c1298258c005af3f80bdc4da9726ee05

Subject of commit:
        Change "win_resized" to bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9abd8a65c1298258c005af3f80bdc4da9726ee05/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9abd8a65c1298258c005af3f80bdc4da9726ee05//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9abd8a65c1298258c005af3f80bdc4da9726ee05//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 22:33 [binutils-gdb] Use "bool" in tui_data_window::show_register_group gdb-buildbot
@ 2019-09-21  1:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  1:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/746

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        b5457826744f08208a4c29addbbc26c7c877c485

Subject of commit:
        Use "bool" in tui_data_window::show_register_group

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b5/b5457826744f08208a4c29addbbc26c7c877c485/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b5/b5457826744f08208a4c29addbbc26c7c877c485//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b5/b5457826744f08208a4c29addbbc26c7c877c485//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 22:25 [binutils-gdb] Simplify TUI disassembly gdb-buildbot
@ 2019-09-21  0:40 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-21  0:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/745

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        6b915f7d0caf868c037c387aa4feef0c7085cb48

Subject of commit:
        Simplify TUI disassembly

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b915f7d0caf868c037c387aa4feef0c7085cb48/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b915f7d0caf868c037c387aa4feef0c7085cb48//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6b/6b915f7d0caf868c037c387aa4feef0c7085cb48//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 22:05 [binutils-gdb] Simplify tui_source_window_base::show_source_content gdb-buildbot
@ 2019-09-20 23:58 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20 23:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/744

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        2ad52f6fb3daecd928605384fcaa45ad43178b4e

Subject of commit:
        Simplify tui_source_window_base::show_source_content

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2ad52f6fb3daecd928605384fcaa45ad43178b4e/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2ad52f6fb3daecd928605384fcaa45ad43178b4e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/2a/2ad52f6fb3daecd928605384fcaa45ad43178b4e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 21:56 [binutils-gdb] Remove some explicit re-rendering from the TUI gdb-buildbot
@ 2019-09-20 23:23 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20 23:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/743

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        b3b1bde658c97fbccc1e49b79cc45e434591533e

Subject of commit:
        Remove some explicit re-rendering from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b3b1bde658c97fbccc1e49b79cc45e434591533e/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b3b1bde658c97fbccc1e49b79cc45e434591533e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b3/b3b1bde658c97fbccc1e49b79cc45e434591533e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 21:27 [binutils-gdb] Change tui_make_status_line to return std::string gdb-buildbot
@ 2019-09-20 22:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20 22:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/741

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f85321544357a44a824d9d31fd57ed4d3aae1a4a

Subject of commit:
        Change tui_make_status_line to return std::string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f85321544357a44a824d9d31fd57ed4d3aae1a4a/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f85321544357a44a824d9d31fd57ed4d3aae1a4a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f8/f85321544357a44a824d9d31fd57ed4d3aae1a4a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20 19:53 [binutils-gdb] Fix crash in Ada "catch exception" gdb-buildbot
@ 2019-09-20 20:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20 20:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/737

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        d42076962798cd2329090cea213e797f4c69c03c

Subject of commit:
        Fix crash in Ada "catch exception"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d42076962798cd2329090cea213e797f4c69c03c/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d42076962798cd2329090cea213e797f4c69c03c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d4/d42076962798cd2329090cea213e797f4c69c03c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20  9:43 [binutils-gdb] bfd macro conversion to inline functions, section gdb-buildbot
@ 2019-09-20 10:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20 10:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/736

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        a48931cc2df9f87596d93b319236c73ef0fe0f4e

Subject of commit:
        bfd macro conversion to inline functions, section

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a4/a48931cc2df9f87596d93b319236c73ef0fe0f4e/

*** Diff to previous build ***
==============================================
PASS -> UNRESOLVED: gdb.threads/bp_in_thread.exp: breakpoint on noreturn
new UNRESOLVED: gdb.threads/bp_in_thread.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/bp_in_thread.exp: run to noreturn
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=off: continue over exec
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=off: continue to breakpoint: break-here
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/sigthread.exp: can't run to main
new UNRESOLVED: gdb.threads/sigthread.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a4/a48931cc2df9f87596d93b319236c73ef0fe0f4e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a4/a48931cc2df9f87596d93b319236c73ef0fe0f4e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20  9:27 [binutils-gdb] bfd macro conversion to inline functions, asymbol gdb-buildbot
@ 2019-09-20 10:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20 10:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/735

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        af30dc128be191dc6179763203035ff62c634284

Subject of commit:
        bfd macro conversion to inline functions, asymbol

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/af/af30dc128be191dc6179763203035ff62c634284/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b -function test_op_SL::operator <<"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b -function test_op_SL::operator <<"
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/af/af30dc128be191dc6179763203035ff62c634284//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/af/af30dc128be191dc6179763203035ff62c634284//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20  7:59 [binutils-gdb] PowerPC64, error on unsupported dynamic relocation gdb-buildbot
@ 2019-09-20  8:08 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20  8:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/732

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e59a1001222d853f0517c7e974bb51589ba86710

Subject of commit:
        PowerPC64, error on unsupported dynamic relocation

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e59a1001222d853f0517c7e974bb51589ba86710/

*** 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=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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e59a1001222d853f0517c7e974bb51589ba86710//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e5/e59a1001222d853f0517c7e974bb51589ba86710//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20  0:53 [binutils-gdb] Move arm_apcs_32 extern declaration to header gdb-buildbot
@ 2019-09-20  1:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20  1:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/730

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        c7ae7675cf726c343a1db3e27e3e5665cb485271

Subject of commit:
        Move arm_apcs_32 extern declaration to header

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7ae7675cf726c343a1db3e27e3e5665cb485271/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: detach parent
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7ae7675cf726c343a1db3e27e3e5665cb485271//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c7/c7ae7675cf726c343a1db3e27e3e5665cb485271//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-20  0:39 [binutils-gdb] Declare dwarf_always_disassemble in dwarf2read.h gdb-buildbot
@ 2019-09-20  0:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-20  0:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/729

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        e86f08d28f469b9400e91bbaf1b0a5e7f697732a

Subject of commit:
        Declare dwarf_always_disassemble in dwarf2read.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e8/e86f08d28f469b9400e91bbaf1b0a5e7f697732a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.tui/resize.exp: source box after resize
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e8/e86f08d28f469b9400e91bbaf1b0a5e7f697732a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e8/e86f08d28f469b9400e91bbaf1b0a5e7f697732a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-19 18:42 [binutils-gdb] [gdb/testsuite] Don't use FOOBAR pattern in gdb_test gdb-buildbot
@ 2019-09-19 19:43 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-19 19:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/728

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        e452e88f54624ae55d534c4ae32e0c768cb4b59f

Subject of commit:
        [gdb/testsuite] Don't use FOOBAR pattern in gdb_test

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e452e88f54624ae55d534c4ae32e0c768cb4b59f/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e452e88f54624ae55d534c4ae32e0c768cb4b59f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e4/e452e88f54624ae55d534c4ae32e0c768cb4b59f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-19 18:20 [binutils-gdb] [gdb] Catch exception when constructing the highlighter gdb-buildbot
@ 2019-09-19 18:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-19 18:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/727

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        f64e2f4045485f99b4ce6649fdab874dacccd5a6

Subject of commit:
        [gdb] Catch exception when constructing the highlighter

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f64e2f4045485f99b4ce6649fdab874dacccd5a6/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f64e2f4045485f99b4ce6649fdab874dacccd5a6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f64e2f4045485f99b4ce6649fdab874dacccd5a6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-19  1:02 [binutils-gdb] bfd_section_* macros gdb-buildbot
@ 2019-09-19  0:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-19  0:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/724

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        fd3619828e94a24a92cddec42cbc0ab33352eeb4

Subject of commit:
        bfd_section_* macros

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd3619828e94a24a92cddec42cbc0ab33352eeb4/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd3619828e94a24a92cddec42cbc0ab33352eeb4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/fd/fd3619828e94a24a92cddec42cbc0ab33352eeb4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 23:45 [binutils-gdb] [gdb/testsuite] Fix gdb_target_cmd gdb-buildbot
@ 2019-09-19  0:33 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-19  0:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/723

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        8a6251301c6ea6d804735fbad8cdb7cba707f784

Subject of commit:
        [gdb/testsuite] Fix gdb_target_cmd

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a6251301c6ea6d804735fbad8cdb7cba707f784/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/ext-run.exp: get process list
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
new UNRESOLVED: gdb.threads/step-bg-decr-pc-switch-thread.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started
new UNRESOLVED: gdb.threads/thread-specific.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: get threads list
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: gthread var when not running
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: set width 0
new UNRESOLVED: gdb.threads/thread-specific.exp: setting breakpoint at 39
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: thread var when not running
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a6251301c6ea6d804735fbad8cdb7cba707f784//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a6251301c6ea6d804735fbad8cdb7cba707f784//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 23:21 [binutils-gdb] [gdb/testsuite] Handle unreachable network in server-connect.exp gdb-buildbot
@ 2019-09-18 23:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/722

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        81dc3ab59476c9851a6cda321b85dcf8a6ef4be8

Subject of commit:
        [gdb/testsuite] Handle unreachable network in server-connect.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/81dc3ab59476c9851a6cda321b85dcf8a6ef4be8/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/81dc3ab59476c9851a6cda321b85dcf8a6ef4be8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/81/81dc3ab59476c9851a6cda321b85dcf8a6ef4be8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 21:35 [binutils-gdb] Give a name to the TUI SingleKey keymap gdb-buildbot
@ 2019-09-18 21:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 21:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/721

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        11061048d1fed4465b0e62eb3c14dabf0beab59b

Subject of commit:
        Give a name to the TUI SingleKey keymap

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/11/11061048d1fed4465b0e62eb3c14dabf0beab59b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/11/11061048d1fed4465b0e62eb3c14dabf0beab59b//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/11/11061048d1fed4465b0e62eb3c14dabf0beab59b//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 19:50 [binutils-gdb] gdb: Fix native build on Linux/Alpha gdb-buildbot
@ 2019-09-18 19:48 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 19:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/720

Author:
        Christian Groessler <chris@groessler.org>

Commit tested:
        7a27b85f6d9b5eea9bd1493f903158fbea4b2231

Subject of commit:
        gdb: Fix native build on Linux/Alpha.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a27b85f6d9b5eea9bd1493f903158fbea4b2231/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a27b85f6d9b5eea9bd1493f903158fbea4b2231//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/7a/7a27b85f6d9b5eea9bd1493f903158fbea4b2231//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 18:13 [binutils-gdb] gdb: remove local extern declaration of cli_styling gdb-buildbot
@ 2019-09-18 18:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/719

Author:
        Simon Marchi <simon.marchi@polymtl.ca>

Commit tested:
        f64eea3a594042c9cf499b17b5b166276275a051

Subject of commit:
        gdb: remove local extern declaration of cli_styling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f64eea3a594042c9cf499b17b5b166276275a051/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f64eea3a594042c9cf499b17b5b166276275a051//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f6/f64eea3a594042c9cf499b17b5b166276275a051//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 14:30 [binutils-gdb] bfd_asymbol_* macros gdb-buildbot
@ 2019-09-18 16:52 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 16:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/717

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        e6f7f6d14f7e1acba0cf41726616a270e7d3c121

Subject of commit:
        bfd_asymbol_* macros

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e6f7f6d14f7e1acba0cf41726616a270e7d3c121/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e6f7f6d14f7e1acba0cf41726616a270e7d3c121//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e6/e6f7f6d14f7e1acba0cf41726616a270e7d3c121//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 13:54 [binutils-gdb] Constify bfd_octets_per_byte and related functions gdb-buildbot
@ 2019-09-18 15:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 15:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/714

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        01c2b26160575ad4add68da8a043b3fa30defae4

Subject of commit:
        Constify bfd_octets_per_byte and related functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/01/01c2b26160575ad4add68da8a043b3fa30defae4/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/01/01c2b26160575ad4add68da8a043b3fa30defae4//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/01/01c2b26160575ad4add68da8a043b3fa30defae4//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 13:42 [binutils-gdb] Constify target name, reloc name, and carsym name gdb-buildbot
@ 2019-09-18 14:29 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 14:29 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/713

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        1d38e9d14cc793bca9124d5ed7dc2a6e3122f2e5

Subject of commit:
        Constify target name, reloc name, and carsym name

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d38e9d14cc793bca9124d5ed7dc2a6e3122f2e5/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
new UNRESOLVED: gdb.trace/tsv.exp: failed to compile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d38e9d14cc793bca9124d5ed7dc2a6e3122f2e5//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1d/1d38e9d14cc793bca9124d5ed7dc2a6e3122f2e5//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 13:33 [binutils-gdb] Use bfd_set_filename more gdb-buildbot
@ 2019-09-18 13:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/712

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        90d92a632aaf75ce698335efeb383ddf785c12d8

Subject of commit:
        Use bfd_set_filename more

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/90/90d92a632aaf75ce698335efeb383ddf785c12d8/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/90/90d92a632aaf75ce698335efeb383ddf785c12d8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/90/90d92a632aaf75ce698335efeb383ddf785c12d8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18 13:19 [binutils-gdb] PowerPC64, support medium model access to common symbols gdb-buildbot
@ 2019-09-18 13:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18 13:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/711

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        1bdd8facfbf6f94fa9603f528c7e8bdf91d90bfd

Subject of commit:
        PowerPC64, support medium model access to common symbols

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1bdd8facfbf6f94fa9603f528c7e8bdf91d90bfd/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1bdd8facfbf6f94fa9603f528c7e8bdf91d90bfd//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1b/1bdd8facfbf6f94fa9603f528c7e8bdf91d90bfd//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-18  0:59 [binutils-gdb] Change boolean options to bool instead of int gdb-buildbot
@ 2019-09-18  0:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-18  0:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/708

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        491144b5e21bbfd41969c175aebb663976f59058

Subject of commit:
        Change boolean options to bool instead of int

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/49/491144b5e21bbfd41969c175aebb663976f59058/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/49/491144b5e21bbfd41969c175aebb663976f59058//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/49/491144b5e21bbfd41969c175aebb663976f59058//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-17 21:49 [binutils-gdb] gdb: Look for compilation directory relative to directory search path gdb-buildbot
@ 2019-09-17 21:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-17 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/705

Author:
        Mike Gulick <mgulick@mathworks.com>

Commit tested:
        f1b620e9b4eea4bfd2f35a3039672fa8a5925bcb

Subject of commit:
        gdb: Look for compilation directory relative to directory search path

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f1b620e9b4eea4bfd2f35a3039672fa8a5925bcb/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: cmd complete "b -source "unknown_file.cc" -function 'function_with_labels
PASS -> FAIL: gdb.linespec/cpcompletion.exp: keywords-after-function: tab complete "b -source "unknown_file.cc" -function 'function_with_labels
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f1b620e9b4eea4bfd2f35a3039672fa8a5925bcb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f1/f1b620e9b4eea4bfd2f35a3039672fa8a5925bcb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-17 20:17 [binutils-gdb] gdb: Catch exceptions when accessing source cache gdb-buildbot
@ 2019-09-17 20:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-17 20:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/704

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        67f3ed6afef86d08ef9989cc251eac585e9ef9cf

Subject of commit:
        gdb: Catch exceptions when accessing source cache

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/67f3ed6afef86d08ef9989cc251eac585e9ef9cf/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/67f3ed6afef86d08ef9989cc251eac585e9ef9cf//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/67f3ed6afef86d08ef9989cc251eac585e9ef9cf//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-17 19:09 [binutils-gdb] (Ada) do not print Ada task names in quotes in "info tasks" output gdb-buildbot
@ 2019-09-17 19:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-17 19:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/703

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        743321899674e03cf572fcfeb6c7705aded7c9a5

Subject of commit:
        (Ada) do not print Ada task names in quotes in "info tasks" output

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/743321899674e03cf572fcfeb6c7705aded7c9a5/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/743321899674e03cf572fcfeb6c7705aded7c9a5//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/74/743321899674e03cf572fcfeb6c7705aded7c9a5//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-16 10:47 [binutils-gdb] Update version to 2.33.50 and regenerate configure scripts gdb-buildbot
@ 2019-09-16 10:41 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-16 10:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/698

Author:
        Phil Blundell <philb@brightsign.biz>

Commit tested:
        bb6959602bd7ff19081b4a1cb2e54b0e562faa0f

Subject of commit:
        Update version to 2.33.50 and regenerate configure scripts.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bb/bb6959602bd7ff19081b4a1cb2e54b0e562faa0f/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bb/bb6959602bd7ff19081b4a1cb2e54b0e562faa0f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/bb/bb6959602bd7ff19081b4a1cb2e54b0e562faa0f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-13  1:12 [binutils-gdb] gdb: Have 'maint info sections' print all sections again gdb-buildbot
@ 2019-09-13  1:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-13  1:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/692

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        aa17805fb9a3a1983a510ba425b682fba03410c2

Subject of commit:
        gdb: Have 'maint info sections' print all sections again

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa17805fb9a3a1983a510ba425b682fba03410c2/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa17805fb9a3a1983a510ba425b682fba03410c2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa17805fb9a3a1983a510ba425b682fba03410c2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-11 22:11 [binutils-gdb] Refactor get_init_files to use std::string gdb-buildbot
@ 2019-09-11 22:11 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-11 22:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/683

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        f48cd8368bf45b40547237939af3ab6b47dc7b01

Subject of commit:
        Refactor get_init_files to use std::string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f48cd8368bf45b40547237939af3ab6b47dc7b01/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f48cd8368bf45b40547237939af3ab6b47dc7b01//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f48cd8368bf45b40547237939af3ab6b47dc7b01//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-11 19:49 [binutils-gdb] Fix float to LONGEST conversion gdb-buildbot
@ 2019-09-11 20:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-11 20:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/680

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        9cab7ecda21c6499b0559f6e676fe222e26141be

Subject of commit:
        Fix float to LONGEST conversion.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cab7ecda21c6499b0559f6e676fe222e26141be/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/catch_ex_std.exp: catch exception some_kind_of_error
new FAIL: gdb.ada/catch_ex_std.exp: caught the exception
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b after changing its value
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b before changing its value
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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/step-over-syscall.exp: fork: displaced=on: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cab7ecda21c6499b0559f6e676fe222e26141be//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9c/9cab7ecda21c6499b0559f6e676fe222e26141be//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-10 16:50 [binutils-gdb] Add Ada support to cc-with-tweaks.exp gdb-buildbot
@ 2019-09-10 19:34 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-10 19:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/675

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        8a51616424828e6204a20436a719f98436f5d5ea

Subject of commit:
        Add Ada support to cc-with-tweaks.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a51616424828e6204a20436a719f98436f5d5ea/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a51616424828e6204a20436a719f98436f5d5ea//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/8a/8a51616424828e6204a20436a719f98436f5d5ea//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-10 16:33 [binutils-gdb] Add Ada support for .debug_names gdb-buildbot
@ 2019-09-10 18:50 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-10 18:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/674

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        3b00ef10a2a4750a86a04bb66eda3bf33d298be1

Subject of commit:
        Add Ada support for .debug_names

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b00ef10a2a4750a86a04bb66eda3bf33d298be1/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/catch_ex_std.exp: catch exception some_kind_of_error
new FAIL: gdb.ada/catch_ex_std.exp: caught the exception
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b after changing its value
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b before changing its value
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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/step-over-syscall.exp: fork: displaced=on: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b00ef10a2a4750a86a04bb66eda3bf33d298be1//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3b/3b00ef10a2a4750a86a04bb66eda3bf33d298be1//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-10 16:09 [binutils-gdb] Change map_matching_symbols to take a lookup_name_info gdb-buildbot
@ 2019-09-10 17:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-10 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/672

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        b054970d54e141e5d2c824223772685742af2c2a

Subject of commit:
        Change map_matching_symbols to take a lookup_name_info

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b0/b054970d54e141e5d2c824223772685742af2c2a/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
new FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b0/b054970d54e141e5d2c824223772685742af2c2a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b0/b054970d54e141e5d2c824223772685742af2c2a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-10 15:52 [binutils-gdb] Simplify psym_map_matching_symbols gdb-buildbot
@ 2019-09-10 16:40 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-10 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/671

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        6a3dbf1bc620ae068c84074b2f72e11c24dc1e6d

Subject of commit:
        Simplify psym_map_matching_symbols

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a3dbf1bc620ae068c84074b2f72e11c24dc1e6d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: inferior 1 exited
PASS -> FAIL: gdb.threads/gcore-thread.exp: save a corefile
PASS -> FAIL: gdb.threads/gcore-thread.exp: thread 2 is running
new FAIL: gdb.threads/pthreads.exp: after continue: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::hits=0
new FAIL: gdb.threads/pthreads.exp: after startup: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::hits=0
PASS -> FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from main thread
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 1
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to creation of second thread
PASS -> FAIL: gdb.threads/pthreads.exp: continue with all threads running
new FAIL: gdb.threads/pthreads.exp: get thread 2 id
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread and frame info
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread information
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command that aborts thread apply
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command, -c to continue
PASS -> FAIL: gdb.threads/pthreads.exp: set break at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=taas faas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=tfaas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=thread apply all -s frame apply all -s: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started
PASS -> FAIL: gdb.threads/thread-specific.exp: get threads list
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a3dbf1bc620ae068c84074b2f72e11c24dc1e6d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6a/6a3dbf1bc620ae068c84074b2f72e11c24dc1e6d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-10 15:39 [binutils-gdb] Change iterate_over_symbols to return bool gdb-buildbot
@ 2019-09-10 16:05 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-10 16:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/670

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        6969f124b987494df069b032e2e0f36485d3d8bb

Subject of commit:
        Change iterate_over_symbols to return bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6969f124b987494df069b032e2e0f36485d3d8bb/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: cmd complete "b test_op_conversion::operator test_op_conversion_res const "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: conversion-operator: tab complete "b test_op_conversion::operator test_op_conversion_res const "
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid"
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
PASS -> UNRESOLVED: gdb.tui/empty.exp: asm-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> UNRESOLVED: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6969f124b987494df069b032e2e0f36485d3d8bb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/69/6969f124b987494df069b032e2e0f36485d3d8bb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-10 15:02 [binutils-gdb] Enhance the disassembler so that it will reliably determine whether a reloc applies to the middle of the next insn gdb-buildbot
@ 2019-09-10 14:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-10 14:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/668

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        aebcfb76fc165795e67917cb67cf985c4dfdc577

Subject of commit:
        Enhance the disassembler so that it will reliably determine whether a reloc applies to the middle of the next insn.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/aebcfb76fc165795e67917cb67cf985c4dfdc577/

*** 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 -> FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: after_reuse_time
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
PASS -> UNRESOLVED: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/aebcfb76fc165795e67917cb67cf985c4dfdc577//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ae/aebcfb76fc165795e67917cb67cf985c4dfdc577//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-10  2:15 [binutils-gdb] DWARF 5 support: Handle dwo_id gdb-buildbot
@ 2019-09-10  2:19 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-10  2:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/667

Author:
        Ali Tamur <tamur@google.com>

Commit tested:
        a084a2a6a181c2206be4ba29b21dc0ae441ab4e9

Subject of commit:
        DWARF 5 support: Handle dwo_id

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a0/a084a2a6a181c2206be4ba29b21dc0ae441ab4e9/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a0/a084a2a6a181c2206be4ba29b21dc0ae441ab4e9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a0/a084a2a6a181c2206be4ba29b21dc0ae441ab4e9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-09 10:14 [binutils-gdb] Add markers for 2.33 branch to NEWS and ChangeLog files gdb-buildbot
@ 2019-09-09 10:10 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-09 10:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/663

Author:
        Phil Blundell <philb@brightsign.biz>

Commit tested:
        60391a255b720e37ab1efbb7e83bf7dfa270a0fe

Subject of commit:
        Add markers for 2.33 branch to NEWS and ChangeLog files.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/60/60391a255b720e37ab1efbb7e83bf7dfa270a0fe/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/60/60391a255b720e37ab1efbb7e83bf7dfa270a0fe//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/60/60391a255b720e37ab1efbb7e83bf7dfa270a0fe//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-08 20:44 [binutils-gdb] Truncate long TUI window titles gdb-buildbot
@ 2019-09-08 20:44 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-08 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/662

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        8634b4628ea00a95ce3dfe8f9915724e8d710dad

Subject of commit:
        Truncate long TUI window titles

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/86/8634b4628ea00a95ce3dfe8f9915724e8d710dad/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/86/8634b4628ea00a95ce3dfe8f9915724e8d710dad//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/86/8634b4628ea00a95ce3dfe8f9915724e8d710dad//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-06 21:56 [binutils-gdb] un-XFAIL under Clang tests using labels gdb-buildbot
@ 2019-09-06 21:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-06 21:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/659

Author:
        David Blaikie <dblaikie@gmail.com>

Commit tested:
        736b0f76188c7a4d497a5e2255b78af909393afe

Subject of commit:
        un-XFAIL under Clang tests using labels

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/736b0f76188c7a4d497a5e2255b78af909393afe/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/736b0f76188c7a4d497a5e2255b78af909393afe//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/73/736b0f76188c7a4d497a5e2255b78af909393afe//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-06 20:12 [binutils-gdb] Change int to bool for the relocate_* functions gdb-buildbot
@ 2019-09-06 20:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-06 20:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/658

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        ead0e69a4ab34d0c689f0c4c310b8d788867da32

Subject of commit:
        Change int to bool for the relocate_* functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ea/ead0e69a4ab34d0c689f0c4c310b8d788867da32/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: inferior 1 exited
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: continue over exec
PASS -> FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: continue to breakpoint: break-here
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ea/ead0e69a4ab34d0c689f0c4c310b8d788867da32//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/ea/ead0e69a4ab34d0c689f0c4c310b8d788867da32//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-05 13:10 [binutils-gdb] [gdb/testsuite] Restore breakpoint command in ui-redirect.exp gdb-buildbot
@ 2019-09-05 13:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-05 13:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/656

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        30331a6ca014f6b51b17627aa968c6b79627ce21

Subject of commit:
        [gdb/testsuite] Restore breakpoint command in ui-redirect.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30331a6ca014f6b51b17627aa968c6b79627ce21/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30331a6ca014f6b51b17627aa968c6b79627ce21//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/30/30331a6ca014f6b51b17627aa968c6b79627ce21//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-05  7:02 [binutils-gdb] PowerPC64 GOT_PCREL relocs gdb-buildbot
@ 2019-09-05  7:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-05  7:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/655

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        133a1f6041bc131afcb39bf1a124d8e0fc5547ea

Subject of commit:
        PowerPC64 GOT_PCREL relocs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/133a1f6041bc131afcb39bf1a124d8e0fc5547ea/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/133a1f6041bc131afcb39bf1a124d8e0fc5547ea//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/13/133a1f6041bc131afcb39bf1a124d8e0fc5547ea//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-05  4:49 [binutils-gdb] PR24955, libbfd terminating program on out of memory gdb-buildbot
@ 2019-09-05  4:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-05  4:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/653

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        89bdc77eabf5ede68322f6e47e003c1dc45b9ccb

Subject of commit:
        PR24955, libbfd terminating program on out of memory

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89bdc77eabf5ede68322f6e47e003c1dc45b9ccb/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89bdc77eabf5ede68322f6e47e003c1dc45b9ccb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89bdc77eabf5ede68322f6e47e003c1dc45b9ccb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-04 21:19 [binutils-gdb] Avoid expect's buffer overflow in info-var.exp test gdb-buildbot
@ 2019-09-04 21:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-04 21:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/652

Author:
        Philippe Waroquiers <philippe.waroquiers@skynet.be>

Commit tested:
        98b0ebab0a1eb0c1f179ebe633250e7201d35bce

Subject of commit:
        Avoid expect's buffer overflow in info-var.exp test.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/98b0ebab0a1eb0c1f179ebe633250e7201d35bce/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/98b0ebab0a1eb0c1f179ebe633250e7201d35bce//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/98/98b0ebab0a1eb0c1f179ebe633250e7201d35bce//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-03 17:01 [binutils-gdb] Handle biased types gdb-buildbot
@ 2019-09-03 16:56 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-03 16:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/650

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        4e962e74e45f2b0365e5b21504f33480c468ff00

Subject of commit:
        Handle biased types

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4e962e74e45f2b0365e5b21504f33480c468ff00/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: single step over fork final pc
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4e962e74e45f2b0365e5b21504f33480c468ff00//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4e/4e962e74e45f2b0365e5b21504f33480c468ff00//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-03 15:14 [binutils-gdb] Fix buffer underrun bug in the TI C30 disassembler gdb-buildbot
@ 2019-09-03 15:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-03 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/649

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        f44b758d3133ef0a7f3131c1e12ed20feb33ee61

Subject of commit:
        Fix buffer underrun bug in the TI C30 disassembler.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f44b758d3133ef0a7f3131c1e12ed20feb33ee61/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f44b758d3133ef0a7f3131c1e12ed20feb33ee61//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f4/f44b758d3133ef0a7f3131c1e12ed20feb33ee61//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-03  9:35 [binutils-gdb] Fix a potential buffer overrun in the MMIX disassembler when processing a corrupt input file gdb-buildbot
@ 2019-09-03  9:32 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-03  9:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/648

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        1e4b5e7d354a41276cb8dfbaae79915e1730dbd8

Subject of commit:
        Fix a potential buffer overrun in the MMIX disassembler when processing a corrupt input file.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1e4b5e7d354a41276cb8dfbaae79915e1730dbd8/

*** Diff to previous build ***
==============================================
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1e4b5e7d354a41276cb8dfbaae79915e1730dbd8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1e/1e4b5e7d354a41276cb8dfbaae79915e1730dbd8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-02 15:29 [binutils-gdb] Check arguments for all probes before using them gdb-buildbot
@ 2019-09-02 15:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-02 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/647

Author:
        Alan Hayward <alan.hayward@arm.com>

Commit tested:
        d90b8f2632cded4792f18d8bb92bacc21d93eb0a

Subject of commit:
        Check arguments for all probes before using them

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d90b8f2632cded4792f18d8bb92bacc21d93eb0a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: inferior 1 exited
PASS -> FAIL: gdb.threads/gcore-thread.exp: save a corefile
PASS -> FAIL: gdb.threads/gcore-thread.exp: thread 2 is running
new UNRESOLVED: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-4.exp: lock-sched=on,non-stop=off: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d90b8f2632cded4792f18d8bb92bacc21d93eb0a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d90b8f2632cded4792f18d8bb92bacc21d93eb0a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-02  8:27 [binutils-gdb] Re: Memory leak in dwarf2.c gdb-buildbot
@ 2019-09-02  8:35 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-02  8:35 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/644

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        217d2eaa69c2a5d58cdfd11619c4f2e41c986826

Subject of commit:
        Re: Memory leak in dwarf2.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/21/217d2eaa69c2a5d58cdfd11619c4f2e41c986826/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/21/217d2eaa69c2a5d58cdfd11619c4f2e41c986826//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/21/217d2eaa69c2a5d58cdfd11619c4f2e41c986826//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-09-01  6:49 [binutils-gdb] RISC-V: Fix linker problems with tls copy relocs gdb-buildbot
@ 2019-09-01  7:59 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-09-01  7:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/641

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        3e7bd7f24146f162565edf878840449f36a8d974

Subject of commit:
        RISC-V: Fix linker problems with tls copy relocs.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e7bd7f24146f162565edf878840449f36a8d974/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e7bd7f24146f162565edf878840449f36a8d974//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/3e/3e7bd7f24146f162565edf878840449f36a8d974//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-31  4:56 [binutils-gdb] Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning message gdb-buildbot
@ 2019-08-31  4:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-31  4:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/639

Author:
        Sergio Durigan Junior <sergiodj@redhat.com>

Commit tested:
        47a536d940d2f2bccfec51539b857da06ebc429e

Subject of commit:
        Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning message

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47a536d940d2f2bccfec51539b857da06ebc429e/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47a536d940d2f2bccfec51539b857da06ebc429e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/47/47a536d940d2f2bccfec51539b857da06ebc429e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-31  2:53 [binutils-gdb] Minor rearrangement of tui-stack.c gdb-buildbot
@ 2019-08-31  2:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-31  2:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/636

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        12a8555a5402b46da5ad39e29156c0d6b3a81a78

Subject of commit:
        Minor rearrangement of tui-stack.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12a8555a5402b46da5ad39e29156c0d6b3a81a78/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12a8555a5402b46da5ad39e29156c0d6b3a81a78//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/12/12a8555a5402b46da5ad39e29156c0d6b3a81a78//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-31  0:20 [binutils-gdb] Don't call tui_refresh_all from show_layout gdb-buildbot
@ 2019-08-31  0:24 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-31  0:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/632

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        715bb467feab6e94e01bdf4f5aced092df7398c0

Subject of commit:
        Don't call tui_refresh_all from show_layout

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/715bb467feab6e94e01bdf4f5aced092df7398c0/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/715bb467feab6e94e01bdf4f5aced092df7398c0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/71/715bb467feab6e94e01bdf4f5aced092df7398c0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-30 23:43 [binutils-gdb] Don't call touchwin in tui_gen_win_info::refresh_window gdb-buildbot
@ 2019-08-30 23:51 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-30 23:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/631

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        772f3f0398b53cdb88cd744132cf7265928c12a0

Subject of commit:
        Don't call touchwin in tui_gen_win_info::refresh_window

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/772f3f0398b53cdb88cd744132cf7265928c12a0/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/772f3f0398b53cdb88cd744132cf7265928c12a0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/772f3f0398b53cdb88cd744132cf7265928c12a0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-30 22:32 [binutils-gdb] Simplify register display gdb-buildbot
@ 2019-08-30 22:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-30 22:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/629

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        cdaa6eb4394c42b49b090181dbfaae4e327090de

Subject of commit:
        Simplify register display

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cdaa6eb4394c42b49b090181dbfaae4e327090de/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cdaa6eb4394c42b49b090181dbfaae4e327090de//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/cd/cdaa6eb4394c42b49b090181dbfaae4e327090de//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-30 22:10 [binutils-gdb] Private data members in tui_data_window gdb-buildbot
@ 2019-08-30 22:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-30 22:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/628

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        89df7f9056d72418720ac655e1ad97decc471da9

Subject of commit:
        Private data members in tui_data_window

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89df7f9056d72418720ac655e1ad97decc471da9/

*** 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=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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89df7f9056d72418720ac655e1ad97decc471da9//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/89/89df7f9056d72418720ac655e1ad97decc471da9//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-30 21:05 [binutils-gdb] Remove some checks of .empty() gdb-buildbot
@ 2019-08-30 21:03 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-30 21:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/626

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0670413d0eb264302e10a1baa163bc9c8c279a21

Subject of commit:
        Remove some checks of .empty()

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/0670413d0eb264302e10a1baa163bc9c8c279a21/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/0670413d0eb264302e10a1baa163bc9c8c279a21//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/06/0670413d0eb264302e10a1baa163bc9c8c279a21//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-30 15:17 [binutils-gdb] Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archive gdb-buildbot
@ 2019-08-30 15:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-30 15:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/623

Author:
        H.J. Lu <hjl.tools@gmail.com>

Commit tested:
        6744bcad05396a5901149a202270e523e454769d

Subject of commit:
        Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archive

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/6744bcad05396a5901149a202270e523e454769d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/6744bcad05396a5901149a202270e523e454769d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/67/6744bcad05396a5901149a202270e523e454769d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-29 12:16 [binutils-gdb] PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared object gdb-buildbot
@ 2019-08-29 12:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-29 12:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/617

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        c0d9f31dbd8765dd925e6a4b4acdb9b23d1706f6

Subject of commit:
        PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared object

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0d9f31dbd8765dd925e6a4b4acdb9b23d1706f6/

*** Diff to previous build ***
==============================================
new FAIL: gdb.ada/O2_float_param.exp: frame
new FAIL: gdb.ada/access_tagged_param.exp: continue
new KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2
new FAIL: gdb.ada/catch_ex_std.exp: catch exception some_kind_of_error
new FAIL: gdb.ada/catch_ex_std.exp: caught the exception
new FAIL: gdb.ada/exec_changed.exp: start second
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b after changing its value
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b before changing its value
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
new FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/default.exp: cd
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/large-frame.exp: optimize=-O0: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O1: backtrace
new FAIL: gdb.base/large-frame.exp: optimize=-O2: backtrace
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 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/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
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/step-over-syscall.exp: fork: displaced=on: single step over fork final pc
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to syscall insn vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: continue to vfork
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: single step over vfork
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
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 KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
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 KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main:
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: break-insert -a operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint at main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: create local variable tpnum
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: delete temp breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum after tracepoint
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: eval tpnum before tracepoint
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 UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert explicit conditional breakpoint in callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at "basics.c":25
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:34
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint at basics.c:callee2
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: insert temp explicit breakpoint in main
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: list of explicit breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: update tpnum
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 KFAIL: gdb.mi/mi-until.exp: until after while loop
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
new KFAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: thread-select, event on cli
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.server/ext-run.exp: get process list
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 KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/tls.exp: print a_thread_local
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0d9f31dbd8765dd925e6a4b4acdb9b23d1706f6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c0/c0d9f31dbd8765dd925e6a4b4acdb9b23d1706f6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-28 17:56 [binutils-gdb] [gdb/testsuite] Fix info-var.exp for debug info from other files gdb-buildbot
@ 2019-08-28 17:54 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-28 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/610

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        48352473b1d2c213749a324f392cf8ec53d273a6

Subject of commit:
        [gdb/testsuite] Fix info-var.exp for debug info from other files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48352473b1d2c213749a324f392cf8ec53d273a6/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
PASS -> FAIL: gdb.gdb/selftest.exp: backtrace through signal handler
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48352473b1d2c213749a324f392cf8ec53d273a6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/48/48352473b1d2c213749a324f392cf8ec53d273a6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-28 13:33 [binutils-gdb] gdb/fortran: Implement la_print_typedef for Fortran gdb-buildbot
@ 2019-08-28 13:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-28 13:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/607

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        1f20c35ea4a0095e6a9d9b7819f6c437a0c4cfc1

Subject of commit:
        gdb/fortran: Implement la_print_typedef for Fortran

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1f20c35ea4a0095e6a9d9b7819f6c437a0c4cfc1/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: cmd complete "b test_op_POST_DEC::operator -- "
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: whitespace: tab complete "b test_op_POST_DEC::operator -- "
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1f20c35ea4a0095e6a9d9b7819f6c437a0c4cfc1//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/1f/1f20c35ea4a0095e6a9d9b7819f6c437a0c4cfc1//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-27 19:31 [binutils-gdb] Fix compiler warning in linux-namespaces.c gdb-buildbot
@ 2019-08-27 19:21 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-27 19:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/602

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        550105b77914a8b06498318775b28e85c610b9a3

Subject of commit:
        Fix compiler warning in linux-namespaces.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/550105b77914a8b06498318775b28e85c610b9a3/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/550105b77914a8b06498318775b28e85c610b9a3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/55/550105b77914a8b06498318775b28e85c610b9a3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-27 16:22 [binutils-gdb] gdb: Add new -n flag to some info commands gdb-buildbot
@ 2019-08-27 16:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-27 16:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/601

Author:
        Andrew Burgess <andrew.burgess@embecosm.com>

Commit tested:
        4acfdd20c9ef3c0368868b4221554f0abef04196

Subject of commit:
        gdb: Add new -n flag to some info commands

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4a/4acfdd20c9ef3c0368868b4221554f0abef04196/

*** Diff to previous build ***
==============================================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4a/4acfdd20c9ef3c0368868b4221554f0abef04196//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/4a/4acfdd20c9ef3c0368868b4221554f0abef04196//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-27 11:48 [binutils-gdb] Add support for the MVE VMOV instruction to the ARM assembler. This instruction copies the value of one vector register to another vector register. The patch also modifies the decoding of VORR instruction which is effecting decoding of VMOV instruction gdb-buildbot
@ 2019-08-27 11:46 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-27 11:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/600

Author:
        Srinath Parvathaneni <srinath.parvathaneni@arm.com>

Commit tested:
        c4a23bf878f2e9a64034006c91596401faf6db3e

Subject of commit:
        Add support for the MVE VMOV instruction to the ARM assembler.  This instruction copies the value of one vector register to another vector register.  The patch also modifies the decoding of VORR instruction which is effecting decoding of VMOV instruction.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c4/c4a23bf878f2e9a64034006c91596401faf6db3e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/selftest.exp: backtrace through signal handler
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c4/c4a23bf878f2e9a64034006c91596401faf6db3e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c4/c4a23bf878f2e9a64034006c91596401faf6db3e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-26 22:05 [binutils-gdb] Factor out the common code in lookup_{static,global}_symbol gdb-buildbot
@ 2019-08-26 22:02 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-26 22:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/599

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        9aa5520697ee3b65bfbb705c21c2dfb2c0dee12e

Subject of commit:
        Factor out the common code in lookup_{static,global}_symbol

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9aa5520697ee3b65bfbb705c21c2dfb2c0dee12e/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9aa5520697ee3b65bfbb705c21c2dfb2c0dee12e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/9a/9aa5520697ee3b65bfbb705c21c2dfb2c0dee12e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-26 18:01 [binutils-gdb] [gdb, c++] Improve error message when using libstdcxx without SDT probes gdb-buildbot
@ 2019-08-26 18:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-26 18:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/598

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        5c31b35808e467d39d05ffa95428e22bb10fd72d

Subject of commit:
        [gdb, c++] Improve error message when using libstdcxx without SDT probes

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5c/5c31b35808e467d39d05ffa95428e22bb10fd72d/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5c/5c31b35808e467d39d05ffa95428e22bb10fd72d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5c/5c31b35808e467d39d05ffa95428e22bb10fd72d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-26 13:56 [binutils-gdb] Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWarning: invalid escape sequence") gdb-buildbot
@ 2019-08-26 13:55 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-26 13:55 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/596

Author:
        Sergio Durigan Junior <sergiodj@redhat.com>

Commit tested:
        d9c4ba536c522b8dc2194d4100270a159be7894a

Subject of commit:
        Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWarning: invalid escape sequence")

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9c4ba536c522b8dc2194d4100270a159be7894a/

*** 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9c4ba536c522b8dc2194d4100270a159be7894a//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/d9/d9c4ba536c522b8dc2194d4100270a159be7894a//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-25 11:38 [binutils-gdb] Convert the RX target to make use of target descriptions gdb-buildbot
@ 2019-08-25 11:38 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-25 11:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/593

Author:
        Yoshinori Sato <ysato@users.sourceforge.jp>

Commit tested:
        e3ec872f8012377e50f0c9c888d2bc3163a356b2

Subject of commit:
        Convert the RX target to make use of target descriptions.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e3/e3ec872f8012377e50f0c9c888d2bc3163a356b2/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_NEQ::operator!=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_NEQ::operator!=
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e3/e3ec872f8012377e50f0c9c888d2bc3163a356b2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/e3/e3ec872f8012377e50f0c9c888d2bc3163a356b2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-24  1:17 [binutils-gdb] PowerPC64 segfault in ppc64_elf_edit_toc gdb-buildbot
@ 2019-08-24  1:15 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-24  1:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/590

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        6d5554a605a8ce908ba04b00fd960d02ca9fc613

Subject of commit:
        PowerPC64 segfault in ppc64_elf_edit_toc

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d5554a605a8ce908ba04b00fd960d02ca9fc613/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d5554a605a8ce908ba04b00fd960d02ca9fc613//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/6d/6d5554a605a8ce908ba04b00fd960d02ca9fc613//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-23 16:00 [binutils-gdb] Fix bug in nios2 prologue analysis gdb-buildbot
@ 2019-08-23 16:01 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-23 16:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/587

Author:
        Sandra Loosemore <sandra@codesourcery.com>

Commit tested:
        de8af80891ff0eee61cd219b316e176e9ae88e91

Subject of commit:
        Fix bug in nios2 prologue analysis.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de8af80891ff0eee61cd219b316e176e9ae88e91/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de8af80891ff0eee61cd219b316e176e9ae88e91//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/de/de8af80891ff0eee61cd219b316e176e9ae88e91//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-23 14:14 [binutils-gdb] or1k: Fix incorrect value in PLT GOT entries, causing infinite loop gdb-buildbot
@ 2019-08-23 14:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-23 14:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/586

Author:
        Stafford Horne <shorne@gmail.com>

Commit tested:
        09f7b0de537d465fc8ed9f9433e348c1bc78aab2

Subject of commit:
        or1k: Fix incorrect value in PLT GOT entries, causing infinite loop

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/09/09f7b0de537d465fc8ed9f9433e348c1bc78aab2/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/pthreads.exp: after continue: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::hits=0
new FAIL: gdb.threads/pthreads.exp: after startup: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::hits=0
PASS -> FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from main thread
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 1
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to creation of second thread
PASS -> FAIL: gdb.threads/pthreads.exp: continue with all threads running
new FAIL: gdb.threads/pthreads.exp: get thread 2 id
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread and frame info
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread information
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command that aborts thread apply
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command, -c to continue
PASS -> FAIL: gdb.threads/pthreads.exp: set break at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=taas faas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=tfaas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=thread apply all -s frame apply all -s: run a failing command except in one frame of thread 2,3, -s to silently continue
new UNRESOLVED: gdb.threads/step-bg-decr-pc-switch-thread.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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/09/09f7b0de537d465fc8ed9f9433e348c1bc78aab2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/09/09f7b0de537d465fc8ed9f9433e348c1bc78aab2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-22 23:24 [binutils-gdb] Make GDB compile with Python 3 on MinGW gdb-buildbot
@ 2019-08-22 23:23 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-22 23:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/583

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        272044897e178835f596c96740c5a1800ec6f9fb

Subject of commit:
        Make GDB compile with Python 3 on MinGW

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/272044897e178835f596c96740c5a1800ec6f9fb/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/272044897e178835f596c96740c5a1800ec6f9fb//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/272044897e178835f596c96740c5a1800ec6f9fb//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-22 15:14 [binutils-gdb] Arm: Add support for missing CPUs gdb-buildbot
@ 2019-08-22 15:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-22 15:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/580

Author:
        Dennis Zhang <dennis.zhang@arm.com>

Commit tested:
        0535e5d74d6164c49473fe0ce89213aa2b6270b8

Subject of commit:
        Arm: Add support for missing CPUs

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/0535e5d74d6164c49473fe0ce89213aa2b6270b8/

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/0535e5d74d6164c49473fe0ce89213aa2b6270b8//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/05/0535e5d74d6164c49473fe0ce89213aa2b6270b8//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-22 14:33 [binutils-gdb] Fix an illegal memory access when dumping corrupt x86_64 PE unwind data gdb-buildbot
@ 2019-08-22 14:25 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-22 14:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/579

Author:
        Nick Clifton <nickc@redhat.com>

Commit tested:
        03da31c6764c1bca9b0b0529344a8ea933c825ea

Subject of commit:
        Fix an illegal memory access when dumping corrupt x86_64 PE unwind data.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/03da31c6764c1bca9b0b0529344a8ea933c825ea/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/pthreads.exp: after continue: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after continue: set var common_routine::hits=0
new FAIL: gdb.threads/pthreads.exp: after startup: continue until common routine run 15 times
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_main=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread1=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::from_thread2=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::full_coverage=0
PASS -> FAIL: gdb.threads/pthreads.exp: after startup: set var common_routine::hits=0
PASS -> FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from main thread
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 1
PASS -> FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to bkpt at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: continue to creation of second thread
PASS -> FAIL: gdb.threads/pthreads.exp: continue with all threads running
new FAIL: gdb.threads/pthreads.exp: get thread 2 id
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread and frame info
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command except in one frame of thread 2,3, -s to silently continue.  Do not show thread information
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command that aborts thread apply
PASS -> FAIL: gdb.threads/pthreads.exp: run a failing command, -c to continue
PASS -> FAIL: gdb.threads/pthreads.exp: set break at common_routine in thread 2
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=taas faas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=tfaas: run a failing command except in one frame of thread 2,3, -s to silently continue
PASS -> FAIL: gdb.threads/pthreads.exp: silent flag: cmd_and_args=thread apply all -s frame apply all -s: run a failing command except in one frame of thread 2,3, -s to silently continue
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/03da31c6764c1bca9b0b0529344a8ea933c825ea//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/03/03da31c6764c1bca9b0b0529344a8ea933c825ea//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-21 18:06 [binutils-gdb] [gdb/testsuite] Stabilize gdb-caching-proc.exp test order gdb-buildbot
@ 2019-08-21 18:16 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-21 18:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/570

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        61f80d5dafebdb3a2cebac489803c5ce18827178

Subject of commit:
        [gdb/testsuite] Stabilize gdb-caching-proc.exp test order

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/61f80d5dafebdb3a2cebac489803c5ce18827178/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: cmd complete "b -function test_ops::operator<=
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-ambiguous: tab complete "b -function test_ops::operator<=
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/61f80d5dafebdb3a2cebac489803c5ce18827178//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/61/61f80d5dafebdb3a2cebac489803c5ce18827178//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-21  6:33 [binutils-gdb] Remove some defines from tui-data.h gdb-buildbot
@ 2019-08-21  6:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-21  6:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/568

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        072272ce055b0234ee9622a80d217f9d1f8083b3

Subject of commit:
        Remove some defines from tui-data.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/072272ce055b0234ee9622a80d217f9d1f8083b3/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/072272ce055b0234ee9622a80d217f9d1f8083b3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/07/072272ce055b0234ee9622a80d217f9d1f8083b3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-21  0:24 [binutils-gdb] Remove NULL check from tui_reg_command gdb-buildbot
@ 2019-08-21  0:26 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-21  0:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/557

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0f8d8876d98305671a19b5bf88f125d4d02c7e0f

Subject of commit:
        Remove NULL check from tui_reg_command

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0f/0f8d8876d98305671a19b5bf88f125d4d02c7e0f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0f/0f8d8876d98305671a19b5bf88f125d4d02c7e0f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/0f/0f8d8876d98305671a19b5bf88f125d4d02c7e0f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-20 17:10 [binutils-gdb] Arm: Fix performance issue with thumb-2 tailcalls gdb-buildbot
@ 2019-08-20 16:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-20 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/552

Author:
        Tamar Christina <tamar.christina@arm.com>

Commit tested:
        b4e87f2c1eee99dee805e3828514f8afa162f9ba

Subject of commit:
        Arm: Fix performance issue with thumb-2 tailcalls

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4e87f2c1eee99dee805e3828514f8afa162f9ba/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/info-os.exp: continue
PASS -> FAIL: gdb.base/info-os.exp: get file descriptors
PASS -> FAIL: gdb.base/info-os.exp: get internet-domain sockets
PASS -> FAIL: gdb.base/info-os.exp: get message queues
PASS -> FAIL: gdb.base/info-os.exp: get process groups
PASS -> FAIL: gdb.base/info-os.exp: get semaphores
PASS -> FAIL: gdb.base/info-os.exp: get shared-memory regions
PASS -> FAIL: gdb.base/info-os.exp: get threads
PASS -> FAIL: gdb.base/info-os.exp: info os unknown_entry
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4e87f2c1eee99dee805e3828514f8afa162f9ba//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4e87f2c1eee99dee805e3828514f8afa162f9ba//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-19 18:49 [binutils-gdb] Fix Fortran regression with variables in nested functions gdb-buildbot
@ 2019-08-19 18:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-19 18:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/548

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        f21c2bd7b7ef2a9c47e5713cabaa784bcf5c2bee

Subject of commit:
        Fix Fortran regression with variables in nested functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f2/f21c2bd7b7ef2a9c47e5713cabaa784bcf5c2bee/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f2/f21c2bd7b7ef2a9c47e5713cabaa784bcf5c2bee//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/f2/f21c2bd7b7ef2a9c47e5713cabaa784bcf5c2bee//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-19 17:47 [binutils-gdb] Add --with-static-standard-libraries to the top level gdb-buildbot
@ 2019-08-19 17:27 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-19 17:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/546

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        c1a5d03a89a455d79f025c66dce83342de4d26ce

Subject of commit:
        Add --with-static-standard-libraries to the top level

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1a5d03a89a455d79f025c66dce83342de4d26ce/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1a5d03a89a455d79f025c66dce83342de4d26ce//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/c1/c1a5d03a89a455d79f025c66dce83342de4d26ce//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-17  0:22 [binutils-gdb] [gdb/testsuite] Fix compare-sections.exp with -fPIE/-pie gdb-buildbot
@ 2019-08-17  0:17 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-17  0:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/537

Author:
        Tom de Vries <tdevries@suse.de>

Commit tested:
        34dafe9f39e61de970c36ed636daa58e1caa386c

Subject of commit:
        [gdb/testsuite] Fix compare-sections.exp with -fPIE/-pie

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34dafe9f39e61de970c36ed636daa58e1caa386c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/selftest.exp: backtrace through signal handler
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34dafe9f39e61de970c36ed636daa58e1caa386c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/34/34dafe9f39e61de970c36ed636daa58e1caa386c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-16 23:31 [binutils-gdb] Remove the TUI execution info window gdb-buildbot
@ 2019-08-16 23:14 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-16 23:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/535

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        398fdd6086a290748afcce0efabaebb4e363278c

Subject of commit:
        Remove the TUI execution info window

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/398fdd6086a290748afcce0efabaebb4e363278c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/398fdd6086a290748afcce0efabaebb4e363278c//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/39/398fdd6086a290748afcce0efabaebb4e363278c//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-16 11:40 [binutils-gdb] Fix detection of missing plugin for LTO objects gdb-buildbot
@ 2019-08-16 11:30 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-16 11:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/525

Author:
        Martin Liska <mliska@suse.cz>

Commit tested:
        b4c555cfc48689d45481effff23c9017a4f3557f

Subject of commit:
        Fix detection of missing plugin for LTO objects.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4c555cfc48689d45481effff23c9017a4f3557f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4c555cfc48689d45481effff23c9017a4f3557f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/b4/b4c555cfc48689d45481effff23c9017a4f3557f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-16 10:01 [binutils-gdb] Move [PAC] into a new MI field addr_flags gdb-buildbot
@ 2019-08-16 10:00 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-16 10:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/524

Author:
        Alan Hayward <alan.hayward@arm.com>

Commit tested:
        aa7ca1bb443e8c2baad17392f395d1556fecfafa

Subject of commit:
        Move [PAC] into a new MI field addr_flags

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa7ca1bb443e8c2baad17392f395d1556fecfafa/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa7ca1bb443e8c2baad17392f395d1556fecfafa//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/aa/aa7ca1bb443e8c2baad17392f395d1556fecfafa//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-16  6:03 [binutils-gdb] Fix bug with character enumeration literal gdb-buildbot
@ 2019-08-16  5:57 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-16  5:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/518

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        272560b577894c388a3d0d3fda8294683714f582

Subject of commit:
        Fix bug with character enumeration literal

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/272560b577894c388a3d0d3fda8294683714f582/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/272560b577894c388a3d0d3fda8294683714f582//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/27/272560b577894c388a3d0d3fda8294683714f582//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-16  5:25 [binutils-gdb] Rename internal Python functions to start with an underscore gdb-buildbot
@ 2019-08-16  5:18 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-16  5:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/517

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        08235187bcdd66599884f33b046cf8abcf949727

Subject of commit:
        Rename internal Python functions to start with an underscore

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/08235187bcdd66599884f33b046cf8abcf949727/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/08235187bcdd66599884f33b046cf8abcf949727//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/08235187bcdd66599884f33b046cf8abcf949727//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-16  4:51 [binutils-gdb] RISC-V: Fix lui relaxation issue with code at address 0 gdb-buildbot
@ 2019-08-16  4:42 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-16  4:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/516

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        080a488354d63fec9791a26fadd15e0c5246983d

Subject of commit:
        RISC-V: Fix lui relaxation issue with code at address 0.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/080a488354d63fec9791a26fadd15e0c5246983d/

*** Diff to previous build ***
==============================================
new UNRESOLVED: gdb.threads/non-ldr-exc-4.exp: lock-sched=off,non-stop=on: 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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/080a488354d63fec9791a26fadd15e0c5246983d//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/08/080a488354d63fec9791a26fadd15e0c5246983d//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-14 16:03 [binutils-gdb] AArch64: Allow additional sizes in prologue gdb-buildbot
@ 2019-08-14 15:49 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-14 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/491

Author:
        Alan Hayward <alan.hayward@arm.com>

Commit tested:
        75faf5c41d7fc713b73cbb3523dcc6ca3855f98e

Subject of commit:
        AArch64: Allow additional sizes in prologue

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/75faf5c41d7fc713b73cbb3523dcc6ca3855f98e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/selftest.exp: backtrace through signal handler
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: cmd complete "b template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpcompletion.exp: template-ret-type: tab complete "b template2_struct<template2_ret_type<int> >::t"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: cmd complete "b test_op_LOR::operator|"
PASS -> FAIL: gdb.linespec/cpls-ops.exp: ops-valid-unique: no-whitespace: tab complete "b test_op_LOR::operator|"
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/75faf5c41d7fc713b73cbb3523dcc6ca3855f98e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/75/75faf5c41d7fc713b73cbb3523dcc6ca3855f98e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-14  1:27 [binutils-gdb] Simplify tui_show_disassem gdb-buildbot
@ 2019-08-14  1:31 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-14  1:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/475

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        22c3f4909af125b457564db66e3cb3c56cb9abd3

Subject of commit:
        Simplify tui_show_disassem

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22c3f4909af125b457564db66e3cb3c56cb9abd3/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22c3f4909af125b457564db66e3cb3c56cb9abd3//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/22/22c3f4909af125b457564db66e3cb3c56cb9abd3//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-14  1:01 [binutils-gdb] Make tui_default_win_height static gdb-buildbot
@ 2019-08-14  1:12 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-14  1:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/474

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        16cb7910b946bad4b5f4aa69925361004c4e412f

Subject of commit:
        Make tui_default_win_height static

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/16cb7910b946bad4b5f4aa69925361004c4e412f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/16cb7910b946bad4b5f4aa69925361004c4e412f//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/16/16cb7910b946bad4b5f4aa69925361004c4e412f//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-12 21:00 [binutils-gdb] Remove readline hack from gdb_select gdb-buildbot
@ 2019-08-12 20:53 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-12 20:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/462

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        5db2718ce48c497e317787caebacd019da59c3b0

Subject of commit:
        Remove readline hack from gdb_select

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5db2718ce48c497e317787caebacd019da59c3b0/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5db2718ce48c497e317787caebacd019da59c3b0//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/5d/5db2718ce48c497e317787caebacd019da59c3b0//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-12 18:25 [binutils-gdb] Remove gdb workaround from readline/emacs_keymap.c gdb-buildbot
@ 2019-08-12 18:28 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-12 18:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/458

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        a2d4e4b70945c1704e5249ad6a9be9d5875a4b0e

Subject of commit:
        Remove gdb workaround from readline/emacs_keymap.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2d4e4b70945c1704e5249ad6a9be9d5875a4b0e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2d4e4b70945c1704e5249ad6a9be9d5875a4b0e//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/a2/a2d4e4b70945c1704e5249ad6a9be9d5875a4b0e//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-12 17:38 [binutils-gdb] Import readline 7.0 (patch 5) gdb-buildbot
@ 2019-08-12 17:36 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-12 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/456

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        775e241e9c5f2b2ff2b59972ab70e5f20763fae6

Subject of commit:
        Import readline 7.0 (patch 5)

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/775e241e9c5f2b2ff2b59972ab70e5f20763fae6/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/selftest.exp: backtrace through signal handler
PASS -> FAIL: gdb.gdb/selftest.exp: send SIGINT signal to child process
PASS -> FAIL: gdb.gdb/selftest.exp: thread 1
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://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/775e241e9c5f2b2ff2b59972ab70e5f20763fae6//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/77/775e241e9c5f2b2ff2b59972ab70e5f20763fae6//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-08-09 21:22 [binutils-gdb] Fix access to uninitialized variable in fill_in_stop_func gdb-buildbot
@ 2019-08-09 21:22 ` gdb-buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: gdb-buildbot @ 2019-08-09 21:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Ubuntu-Aarch64-m64

Worker:
        ubuntu-aarch64

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/8/builds/452

Author:
        Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Commit tested:
        dac36daf78653a8e4688b825cdb15461a88470d2

Subject of commit:
        Fix access to uninitialized variable in fill_in_stop_func

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/da/dac36daf78653a8e4688b825cdb15461a88470d2/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: single step over fork final pc
==============================================

*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/da/dac36daf78653a8e4688b825cdb15461a88470d2//xfail.gz>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

        <https://gdb-buildbot.osci.io/results/Ubuntu-Aarch64-m64/da/dac36daf78653a8e4688b825cdb15461a88470d2//xfail.table.gz>


^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
@ 2019-01-19 18:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-19 18:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4916>

Commit(s) tested:
	2dc8dd17cd595bd7a1b0824c83380af52e633fc1

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Support ELF attribute for gas and readelf.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/2d/2dc8dd17cd595bd7a1b0824c83380af52e633fc1/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-16 21:46 [binutils-gdb] Do not expand macros to 'defined' sergiodj+buildbot
@ 2019-01-19 16:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-19 16:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4915>

Commit(s) tested:
	7516c26f867b8c235f28a4d449efb9990125e0a1

Author(s) (in the same order as the commits):
	Pavel I. Kryukov <kryukov@frtk.ru>

Subject:
	Do not expand macros to 'defined'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/75/7516c26f867b8c235f28a4d449efb9990125e0a1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-16 13:55 [binutils-gdb] S12Z: Emit RELOC_S12Z_OPR instead of RELOC_EXT24 where appropriate sergiodj+buildbot
@ 2019-01-19  9:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-19  9:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4913>

Commit(s) tested:
	d5dcaf1b59e77047e10a1f246095d6b21f7d9772

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: Emit RELOC_S12Z_OPR instead of RELOC_EXT24 where appropriate.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d5/d5dcaf1b59e77047e10a1f246095d6b21f7d9772/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-15 23:04 [binutils-gdb] sim: Fix definition of SIM_ARANGE_INLINE sergiodj+buildbot
@ 2019-01-19  5:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-19  5:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4912>

Commit(s) tested:
	dc7e818497f0af0a3ee569f6eee0ad74e19b4bc2

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	sim: Fix definition of SIM_ARANGE_INLINE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/dc/dc7e818497f0af0a3ee569f6eee0ad74e19b4bc2/>

*** 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=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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-15  1:15 [binutils-gdb] Constify some remote-notif functions sergiodj+buildbot
@ 2019-01-18 22:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-18 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4910>

Commit(s) tested:
	bb27775165d9b992120371383012404e213b1981

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify some remote-notif functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/bb/bb27775165d9b992120371383012404e213b1981/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-15  0:51 [binutils-gdb] Constify target_pass_signals and target_program_signals sergiodj+buildbot
@ 2019-01-18 14:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-18 14:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4908>

Commit(s) tested:
	491adecac48c5960fe29582f5046c015ff92c211

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify target_pass_signals and target_program_signals

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/49/491adecac48c5960fe29582f5046c015ff92c211/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-14 23:32 [binutils-gdb] Fix placement of output in TUI mode sergiodj+buildbot
@ 2019-01-18 11:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-18 11:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4907>

Commit(s) tested:
	bbd94648f2115338bd94e9800ba0e37f09d98a79

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix placement of output in TUI mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/bb/bbd94648f2115338bd94e9800ba0e37f09d98a79/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-14 21:59 [binutils-gdb] Include <string.h> to dis-asm.h to get strchr declaration sergiodj+buildbot
@ 2019-01-18  7:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-18  7:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4906>

Commit(s) tested:
	8f0a21480babea5b22cba13a3bee722408ca57e3

Author(s) (in the same order as the commits):
	Павел Крюков <kryukov@frtk.ru>

Subject:
	Include <string.h> to dis-asm.h to get strchr declaration

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/8f/8f0a21480babea5b22cba13a3bee722408ca57e3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
============================


*** 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-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-14 21:11 [binutils-gdb] [PowerPC] Aliases for vector registers sergiodj+buildbot
@ 2019-01-18  4:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-18  4:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4905>

Commit(s) tested:
	6f072a103498fa9b7795782d9fdf1ae226f5565e

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Aliases for vector registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/6f/6f072a103498fa9b7795782d9fdf1ae226f5565e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
============================


*** 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-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-14 19:46 [binutils-gdb] [PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.exp sergiodj+buildbot
@ 2019-01-18  0:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-18  0:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4904>

Commit(s) tested:
	a7b8d68257c52281b08d9d858805e15667be6606

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	[PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/a7/a7b8d68257c52281b08d9d858805e15667be6606/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-14 15:04 [binutils-gdb] Sync config.guess, config.sub from GCC sergiodj+buildbot
@ 2019-01-17 17:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 17:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4902>

Commit(s) tested:
	d63f2be21bfbedb8a83b5c5f317896bf2bb19a95

Author(s) (in the same order as the commits):
	Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Subject:
	Sync config.guess, config.sub from GCC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d6/d63f2be21bfbedb8a83b5c5f317896bf2bb19a95/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=ab03e76f>

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-m64/xfails/master/xfail.table?id=ab03e76f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-12 21:26 [binutils-gdb] Implement help/show values for 'set|show style' sergiodj+buildbot
@ 2019-01-16 23:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 23:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4899>

Commit(s) tested:
	d73cff189ddc3725697e614d4d247819f754f096

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Implement help/show values for 'set|show style'.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d7/d73cff189ddc3725697e614d4d247819f754f096/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-12 16:44 [binutils-gdb] Add RXv3 instructions sergiodj+buildbot
@ 2019-01-16 20:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 20:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4898>

Commit(s) tested:
	4ce8c66d19abec8a768add7f6102e856157a3952

Author(s) (in the same order as the commits):
	Yoshinori Sato <ysato@users.sourceforge.jp>

Subject:
	Add RXv3 instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/4c/4ce8c66d19abec8a768add7f6102e856157a3952/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-12 15:21 [binutils-gdb] expand a bit the in-GDB help for the "catch exception" help text sergiodj+buildbot
@ 2019-01-16 16:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 16:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4897>

Commit(s) tested:
	60a90376792474224f3d22b1d9813844a3b3589a

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	expand a bit the in-GDB help for the "catch exception" help text

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/60/60a90376792474224f3d22b1d9813844a3b3589a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-12 11:31 [binutils-gdb] gdb/testsuite: Don't allow paths to appear in test name sergiodj+buildbot
@ 2019-01-16 12:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 12:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4896>

Commit(s) tested:
	6eb6fb6787430a2589e0382aa3e2e4f6f2a0a600

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Don't allow paths to appear in test name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/6e/6eb6fb6787430a2589e0382aa3e2e4f6f2a0a600/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 23:27 [binutils-gdb] Replace inf_threads_iterator with next_iterator sergiodj+buildbot
@ 2019-01-16  5:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-16  5:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4894>

Commit(s) tested:
	7cf47dc46635d8ec14c315e1f17480b56f4808b8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Replace inf_threads_iterator with next_iterator

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/7c/7cf47dc46635d8ec14c315e1f17480b56f4808b8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-12  9:25 [binutils-gdb] gdb/23712: Test case for multidictionary sergiodj+buildbot
@ 2019-01-16  1:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-16  1:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4893>

Commit(s) tested:
	b56f80d8b27dffd0f8c02b8b11068b71b9fec375

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	gdb/23712: Test case for multidictionary

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b5/b56f80d8b27dffd0f8c02b8b11068b71b9fec375/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 23:02 [binutils-gdb] gdb/23712: Remove dw2_add_symbol_to_list sergiodj+buildbot
@ 2019-01-15 22:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-15 22:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4892>

Commit(s) tested:
	d3cb68081112a4976979df3f8eae7ca926e76519

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	gdb/23712: Remove dw2_add_symbol_to_list

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d3/d3cb68081112a4976979df3f8eae7ca926e76519/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-12  1:32 [binutils-gdb] gdb/23712: Cleanup/Remove temporary dictionary functions sergiodj+buildbot
@ 2019-01-15 18:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-15 18:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4891>

Commit(s) tested:
	63a20375b401e24c30987367a10b47b289612e1c

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	gdb/23712: Cleanup/Remove temporary dictionary functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/63/63a20375b401e24c30987367a10b47b289612e1c/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 22:39 [binutils-gdb] gdb/23712: Use new multidictionary API sergiodj+buildbot
@ 2019-01-15 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-15 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4890>

Commit(s) tested:
	b026f59345a336cabf74719fce9f96cab7c7ab4d

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	gdb/23712: Use new multidictionary API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b0/b026f59345a336cabf74719fce9f96cab7c7ab4d/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 22:27 [binutils-gdb] gdb/23712: Introduce multidictionary's sergiodj+buildbot
@ 2019-01-15 11:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-15 11:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4889>

Commit(s) tested:
	c7748ee9ceb5a394658cd07aeb0445924599e442

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	gdb/23712: Introduce multidictionary's

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c7/c7748ee9ceb5a394658cd07aeb0445924599e442/>

*** 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
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 18:20 [binutils-gdb] Fix leak in mdebugread.c sergiodj+buildbot
@ 2019-01-15  0:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-15  0:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4886>

Commit(s) tested:
	36cb72375cc371b786ceaec588ec26f8c55ae2ec

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix leak in mdebugread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/36/36cb72375cc371b786ceaec588ec26f8c55ae2ec/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-11 17:34 [binutils-gdb] gdb: Fix incorrect variable name in scoped_switch_fork_info sergiodj+buildbot
@ 2019-01-14 20:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 20:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4885>

Commit(s) tested:
	da584958006fd0a3f3dccd25a0a54fa79a0976bc

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Fix incorrect variable name in scoped_switch_fork_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/da/da584958006fd0a3f3dccd25a0a54fa79a0976bc/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/file-transfer.exp: compare binary file
PASS -> FAIL: gdb.server/file-transfer.exp: compare intermediate binary file
PASS -> FAIL: gdb.server/file-transfer.exp: compare intermediate text file
PASS -> FAIL: gdb.server/file-transfer.exp: compare text file
PASS -> FAIL: gdb.server/file-transfer.exp: deleted binary file
PASS -> FAIL: gdb.server/file-transfer.exp: deleted text file
PASS -> FAIL: gdb.server/file-transfer.exp: get binary file
PASS -> FAIL: gdb.server/file-transfer.exp: get text file
PASS -> FAIL: gdb.server/file-transfer.exp: put binary file
PASS -> FAIL: gdb.server/file-transfer.exp: put text file
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: sharedlibrary
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 17:09 [binutils-gdb] Move psymtabs to their own obstack sergiodj+buildbot
@ 2019-01-14 16:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4883>

Commit(s) tested:
	8d7bcccb82d9a7efccd75d9552d007c62031e855

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move psymtabs to their own obstack

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/8d/8d7bcccb82d9a7efccd75d9552d007c62031e855/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: target remote
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-11 14:49 [binutils-gdb] Make psymtab_storage::free_psymtabs private sergiodj+buildbot
@ 2019-01-14 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4882>

Commit(s) tested:
	b596a3c77da2387d7e5a3855717d65ce33bdfb58

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make psymtab_storage::free_psymtabs private

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b5/b596a3c77da2387d7e5a3855717d65ce33bdfb58/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 16:31 [binutils-gdb] Move more allocations to psymtab obstack sergiodj+buildbot
@ 2019-01-14  5:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-14  5:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4880>

Commit(s) tested:
	5af70966484d6b26fa7824c0cda110140cd4959b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move more allocations to psymtab obstack

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/5a/5af70966484d6b26fa7824c0cda110140cd4959b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-wrapper.exp: kill
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: set remote exec-file
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: set remote run-packet off
PASS -> FAIL: gdb.server/ext-wrapper.exp: run to marker
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
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 16:18 [binutils-gdb] Allocate the address map on the psymtab obstack sergiodj+buildbot
@ 2019-01-14  2:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-14  2:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4879>

Commit(s) tested:
	5923a04c0c489054d275e3b0441626ce1ae7344a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allocate the address map on the psymtab obstack

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/59/5923a04c0c489054d275e3b0441626ce1ae7344a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 16:06 [binutils-gdb] Introduce objfile::reset_psymtabs sergiodj+buildbot
@ 2019-01-13 22:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-13 22:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4878>

Commit(s) tested:
	6d6a12bf87bc6dd89b2533b5d0490fdcc00df9ad

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce objfile::reset_psymtabs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/6d/6d6a12bf87bc6dd89b2533b5d0490fdcc00df9ad/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 15:41 [binutils-gdb] Change symbol_set_names to take an objfile_per_bfd_storage sergiodj+buildbot
@ 2019-01-13 15:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-13 15:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4876>

Commit(s) tested:
	1d94a5a36a614cf7ebe259d7660f4fa725f38ee2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change symbol_set_names to take an objfile_per_bfd_storage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/1d/1d94a5a36a614cf7ebe259d7660f4fa725f38ee2/>

*** Diff to previous build ***
============================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 15:30 [binutils-gdb] Change create_demangled_names_hash to take an objfile_per_bfd_storage sergiodj+buildbot
@ 2019-01-13 11:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-13 11:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4875>

Commit(s) tested:
	0f14768a2a6ba894ae81010e8e70c99ecdb39a73

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change create_demangled_names_hash to take an objfile_per_bfd_storage

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/0f/0f14768a2a6ba894ae81010e8e70c99ecdb39a73/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 14:53 [binutils-gdb] Remove parameters from start_psymtab_common sergiodj+buildbot
@ 2019-01-13  0:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-13  0:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4872>

Commit(s) tested:
	939652a515a10654b16b97e7e2ea39c013714850

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove parameters from start_psymtab_common

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/93/939652a515a10654b16b97e7e2ea39c013714850/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 14:26 [binutils-gdb] Move some declarations to mdebugread.h sergiodj+buildbot
@ 2019-01-12 17:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-12 17:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4870>

Commit(s) tested:
	0e8f53badb3df16f4104890395d9324a5bcf568d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move some declarations to mdebugread.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/0e/0e8f53badb3df16f4104890395d9324a5bcf568d/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10 10:21 [binutils-gdb] Sync libiberty sources with gcc master versions sergiodj+buildbot
@ 2019-01-12 13:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-12 13:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4869>

Commit(s) tested:
	1910070b298052d7ca8e4024891465824588c1e9

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync libiberty sources with gcc master versions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/19/1910070b298052d7ca8e4024891465824588c1e9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: kill
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-08 18:21 [binutils-gdb] Fix build failure with macOS bison sergiodj+buildbot
  2019-01-09 17:43 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
@ 2019-01-12 10:10 ` sergiodj+buildbot
  1 sibling, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-12 10:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4868>

Commit(s) tested:
	cfeadda545c4961877969e6a66be79278696e012

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix build failure with macOS bison

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/cf/cfeadda545c4961877969e6a66be79278696e012/>

*** Diff to previous build ***
============================
new KFAIL: gdb.cp/demangle.exp: lucid: __vtbl__3foo__vt_cc_main_
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: kill
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10  4:42 [binutils-gdb] Remove ALL_OBJFILE_PSYMTABS sergiodj+buildbot
@ 2019-01-12  9:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-12  9:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4867>

Commit(s) tested:
	b22a7c6ab6173fe4fa1352e14d00a234bbf50346

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_OBJFILE_PSYMTABS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b2/b22a7c6ab6173fe4fa1352e14d00a234bbf50346/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 2: run till end
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10  3:56 [binutils-gdb] Remove ALL_COMPUNIT_FILETABS sergiodj+buildbot
@ 2019-01-11 19:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-11 19:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4863>

Commit(s) tested:
	5accd1a07e080c386918da413e0f9e90c4cab58a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_COMPUNIT_FILETABS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/5a/5accd1a07e080c386918da413e0f9e90c4cab58a/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10  2:59 [binutils-gdb] Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS sergiodj+buildbot
@ 2019-01-11  8:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-11  8:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4860>

Commit(s) tested:
	5325b9bf1ee283c40f076334eb3ea66e1f0a6ade

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/53/5325b9bf1ee283c40f076334eb3ea66e1f0a6ade/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10  6:23 [binutils-gdb] Remove ALL_OBJFILES_SAFE sergiodj+buildbot
@ 2019-01-11  6:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-11  6:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4859>

Commit(s) tested:
	cac85af2467c9bac326b397b150274d95d2916a5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_OBJFILES_SAFE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ca/cac85af2467c9bac326b397b150274d95d2916a5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-wrapper.exp: kill
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10  2:24 [binutils-gdb] Remove ALL_PSPACE_OBJFILES sergiodj+buildbot
@ 2019-01-10 22:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 22:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4857>

Commit(s) tested:
	99d89cdea6c296bdd94ce532350d139d3900ff78

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_PSPACE_OBJFILES

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/99/99d89cdea6c296bdd94ce532350d139d3900ff78/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-10  1:52 [binutils-gdb] Introduce all_objfiles and next_iterator sergiodj+buildbot
@ 2019-01-10 19:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 19:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4856>

Commit(s) tested:
	217083254a26b9e1dc42c43f573054740988c2cf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce all_objfiles and next_iterator

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/21/217083254a26b9e1dc42c43f573054740988c2cf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.cp/annota2.exp: annotate-quit
PASS -> FAIL: gdb.cp/annota2.exp: watch triggered on a.x
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: kill
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-09 23:01 [binutils-gdb] NEWS: Move changed commands description to Changed commands section sergiodj+buildbot
@ 2019-01-10 12:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 12:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4854>

Commit(s) tested:
	669e09f609d30e070dc26db34d938a0888a01928

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	NEWS: Move changed commands description to Changed commands section.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/66/669e09f609d30e070dc26db34d938a0888a01928/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-09 20:05 [binutils-gdb] S12Z: Don't crash when disassembling invalid instructions sergiodj+buildbot
@ 2019-01-10  8:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  8:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4853>

Commit(s) tested:
	448b8ca86519cce1216c9db5f0236604a6a33320

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: Don't crash when disassembling invalid instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/44/448b8ca86519cce1216c9db5f0236604a6a33320/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-08 18:21 [binutils-gdb] Fix build failure with macOS bison sergiodj+buildbot
@ 2019-01-09 17:43 ` sergiodj+buildbot
  2019-01-12 10:10 ` sergiodj+buildbot
  1 sibling, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-09 17:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4849>

Commit(s) tested:
	cfeadda545c4961877969e6a66be79278696e012

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix build failure with macOS bison

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/cf/cfeadda545c4961877969e6a66be79278696e012/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-09  4:59 [binutils-gdb] Fix leak in linespec.c sergiodj+buildbot
@ 2019-01-09 13:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-09 13:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4846>

Commit(s) tested:
	1055a3b422da11b252fc83e73a5e9f465233e73d

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leak in linespec.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/10/1055a3b422da11b252fc83e73a5e9f465233e73d/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-08 13:01 [binutils-gdb] gdb: Move declarations from symtab.h to source.h sergiodj+buildbot
@ 2019-01-09  2:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-09  2:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4843>

Commit(s) tested:
	583068ca1d855abd09ac979c688f48b0ddaabe0f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Move declarations from symtab.h to source.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/58/583068ca1d855abd09ac979c688f48b0ddaabe0f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: kill
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-08 12:34 [binutils-gdb] gdb: Fix skip of `\r` before `\n` in source output sergiodj+buildbot
@ 2019-01-08 19:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-08 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4841>

Commit(s) tested:
	62ea19c1000856c2633a952c52269fca4143931a

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Fix skip of `\r` before `\n` in source output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/62/62ea19c1000856c2633a952c52269fca4143931a/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-08 12:32 [binutils-gdb] PR24065, 32-bit objcopy fails with 64-bit address ... out of range sergiodj+buildbot
@ 2019-01-08 15:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-08 15:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4840>

Commit(s) tested:
	a9859e01726d085db79cff88550fdb38e2434e42

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24065, 32-bit objcopy fails with 64-bit address ... out of range

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/a9/a9859e01726d085db79cff88550fdb38e2434e42/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-07  4:49 [binutils-gdb] s12z regen sergiodj+buildbot
@ 2019-01-08  6:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-08  6:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4837>

Commit(s) tested:
	7e9ca91e006d57bd39838ca5196c1bd0db3ef170

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	s12z regen

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/7e/7e9ca91e006d57bd39838ca5196c1bd0db3ef170/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-06 21:39 [binutils-gdb] Remove remaining cleanups from c-exp.y sergiodj+buildbot
@ 2019-01-08  3:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-08  3:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4836>

Commit(s) tested:
	9d30e1fd7cfc742b03b7d973e511f7bfe5cfc295

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove remaining cleanups from c-exp.y

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/9d/9d30e1fd7cfc742b03b7d973e511f7bfe5cfc295/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-06 20:15 [binutils-gdb] Remove string-related cleanup from c-exp.y sergiodj+buildbot
@ 2019-01-07 23:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-07 23:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4835>

Commit(s) tested:
	c65bac3846567a8068fe4aa5cfa79da5b193a1af

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove string-related cleanup from c-exp.y

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c6/c65bac3846567a8068fe4aa5cfa79da5b193a1af/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-06 17:00 [binutils-gdb] Use std::vector in type stacks sergiodj+buildbot
@ 2019-01-07 19:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-07 19:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4834>

Commit(s) tested:
	02e12e3806bc60f66e3c446c4dfa9c06a400e604

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::vector in type stacks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/02/02e12e3806bc60f66e3c446c4dfa9c06a400e604/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: kill
============================


*** 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-m64/xfails/master/xfail?id=d65489e0>

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-m64/xfails/master/xfail.table?id=d65489e0>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-05 17:03 [binutils-gdb] Remove the exception and cleanup checkers sergiodj+buildbot
@ 2019-01-07  2:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-07  2:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4831>

Commit(s) tested:
	d2adf9f120dd9ddef67b1d94b24298dfd3410bd1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove the exception and cleanup checkers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d2/d2adf9f120dd9ddef67b1d94b24298dfd3410bd1/>

*** 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=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
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-05 14:07 [binutils-gdb] RX: include - Add RXv3 support sergiodj+buildbot
@ 2019-01-06 19:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-06 19:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4829>

Commit(s) tested:
	59581069b4d070ab0ac61047177ee119110d678e

Author(s) (in the same order as the commits):
	Yoshinori Sato <ysato@users.sourceforge.jp>

Subject:
	RX: include - Add RXv3 support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/59/59581069b4d070ab0ac61047177ee119110d678e/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-05  8:10 [binutils-gdb] GDB crash re-running program on Windows (native) sergiodj+buildbot
@ 2019-01-06 15:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-06 15:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4828>

Commit(s) tested:
	2eab46b176fa315ebc07569280f020c3348c2aa2

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	GDB crash re-running program on Windows (native)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/2e/2eab46b176fa315ebc07569280f020c3348c2aa2/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-04 11:20 [binutils-gdb] Use xstrdup in tui_set_source_content sergiodj+buildbot
@ 2019-01-06  0:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-06  0:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4824>

Commit(s) tested:
	986041cda76a312e4285c9ba1e51b1778fcb15ce

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use xstrdup in tui_set_source_content

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/98/986041cda76a312e4285c9ba1e51b1778fcb15ce/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: kill
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-04 10:32 [binutils-gdb] Avoid questionable casts in py-symtab.c sergiodj+buildbot
@ 2019-01-05 21:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-05 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4823>

Commit(s) tested:
	7c711119166fc1c60c756059f39c6703d57eedbf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Avoid questionable casts in py-symtab.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/7c/7c711119166fc1c60c756059f39c6703d57eedbf/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03 23:30 [binutils-gdb] Improve reference counting in py-type.c sergiodj+buildbot
@ 2019-01-05 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-05 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4822>

Commit(s) tested:
	1b20edf043c62759a4c78e40b03846e9bafd584c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Improve reference counting in py-type.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/1b/1b20edf043c62759a4c78e40b03846e9bafd584c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03 22:53 [binutils-gdb] Use a wrapper for PyErr_Fetch sergiodj+buildbot
@ 2019-01-05  6:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-05  6:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4819>

Commit(s) tested:
	5c329e6ab4c7bba9b83155571b150756210001df

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use a wrapper for PyErr_Fetch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/5c/5c329e6ab4c7bba9b83155571b150756210001df/>

*** 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
============================


*** 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-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03 22:06 [binutils-gdb] gdb: Remove final cleanup from find_overload_match sergiodj+buildbot
@ 2019-01-04 19:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-04 19:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4816>

Commit(s) tested:
	26089c494f0d6fa8d4afeab2e2e53b25d299bb9f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove final cleanup from find_overload_match

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/26/26089c494f0d6fa8d4afeab2e2e53b25d299bb9f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-attach.exp: attach to remote program 1
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace 1
PASS -> FAIL: gdb.server/ext-attach.exp: detach
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03 21:54 [binutils-gdb] gdb: Remove a cleanup from find_overload_match sergiodj+buildbot
@ 2019-01-04 15:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-04 15:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4815>

Commit(s) tested:
	06d3e5b0046d69e3da3450d2eb07c29f0c1a189a

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove a cleanup from find_overload_match

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/06/06d3e5b0046d69e3da3450d2eb07c29f0c1a189a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-attach.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
============================


*** 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-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03 21:41 [binutils-gdb] gdb/remote: Remove a cleanup in remote_check_symbols sergiodj+buildbot
@ 2019-01-04 12:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-04 12:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4814>

Commit(s) tested:
	66644cd32ba63e7fda70e455766b438631ec0b61

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/remote: Remove a cleanup in remote_check_symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/66/66644cd32ba63e7fda70e455766b438631ec0b61/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03 19:31 [binutils-gdb] RISC-V: Fix wrong use of s0 register name sergiodj+buildbot
@ 2019-01-04  8:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-04  8:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4813>

Commit(s) tested:
	592d8c0a5d193d3aad03437942a54a667477acea

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Fix wrong use of s0 register name.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/59/592d8c0a5d193d3aad03437942a54a667477acea/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03 14:58 [binutils-gdb] Add 'extern C' if simulator is written in C++ sergiodj+buildbot
@ 2019-01-04  1:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-04  1:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4811>

Commit(s) tested:
	444b3faef5397eee5a06fe0e683d2ac3e6628fdc

Author(s) (in the same order as the commits):
	Павел Крюков <kryukov@frtk.ru>

Subject:
	Add 'extern C' if simulator is written in C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/44/444b3faef5397eee5a06fe0e683d2ac3e6628fdc/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03  5:39 [binutils-gdb] Don't build readline/libreadline.a, when --with-system-readline is supplied sergiodj+buildbot
@ 2019-01-03 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 21:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4810>

Commit(s) tested:
	69961a84c9b3744a10248fb6cbccc3c688a1e0a5

Author(s) (in the same order as the commits):
	Дилян Палаузов <dilyan.palauzov@aegee.org>

Subject:
	Don't build readline/libreadline.a, when --with-system-readline is supplied

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/69/69961a84c9b3744a10248fb6cbccc3c688a1e0a5/>

*** 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
============================


*** 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-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-03  0:11 [binutils-gdb] Remove a cleanup from target-descriptions.c sergiodj+buildbot
@ 2019-01-03 18:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4809>

Commit(s) tested:
	c55d06ec95961fadd9deeffae519ff0f20f237d3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a cleanup from target-descriptions.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c5/c55d06ec95961fadd9deeffae519ff0f20f237d3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-02 23:59 [binutils-gdb] Remove cleanups from linespec.c sergiodj+buildbot
@ 2019-01-03 14:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 14:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4808>

Commit(s) tested:
	3a6ae42d4e4ecfd2441cf9b978b2a54ad6767cb7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from linespec.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/3a/3a6ae42d4e4ecfd2441cf9b978b2a54ad6767cb7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-02 23:46 [binutils-gdb] Change inferior_to_inferior_object to return a gdbpy_ref sergiodj+buildbot
@ 2019-01-03 10:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 10:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4807>

Commit(s) tested:
	61fd3e738919700c8d0fbb942519d72a767d90b1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change inferior_to_inferior_object to return a gdbpy_ref

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/61/61fd3e738919700c8d0fbb942519d72a767d90b1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.cp/annota2.exp: annotate-quit
PASS -> FAIL: gdb.cp/annota2.exp: watch triggered on a.x
============================


*** 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-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-02 20:08 [binutils-gdb] Fix search of debug files for remote debuggee sergiodj+buildbot
@ 2019-01-02 23:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-02 23:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4804>

Commit(s) tested:
	5d36dfb949751663bcb814b3cc780ed8f47442b4

Author(s) (in the same order as the commits):
	Andrey Utkin <autkin@undo.io>

Subject:
	Fix search of debug files for remote debuggee

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/5d/5d36dfb949751663bcb814b3cc780ed8f47442b4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: continue to main
PASS -> FAIL: gdb.server/ext-restart.exp: kill
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: restart: set remote exec-file
PASS -> FAIL: gdb.server/ext-restart.exp: restart: set remote run-packet off
PASS -> FAIL: gdb.server/ext-restart.exp: run to main
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: kill
PASS -> FAIL: gdb.server/ext-wrapper.exp: kill
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
PASS -> FAIL: gdb.server/ext-wrapper.exp: print d
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: print d
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: set remote exec-file
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: set remote run-packet off
PASS -> FAIL: gdb.server/ext-wrapper.exp: run to marker
PASS -> FAIL: gdb.server/run-without-local-binary.exp: run test program until the end
PASS -> FAIL: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
PASS -> FAIL: gdb.server/server-kill.exp: p server_pid
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: sharedlibrary
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: sharedlibrary
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
PASS -> FAIL: gdb.server/wrapper.exp: print d
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-01 20:25 [binutils-gdb] Fix 'Invalid read of size 4' in search_command_helper sergiodj+buildbot
@ 2019-01-02  1:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-02  1:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4800>

Commit(s) tested:
	b18ca5148b837c878b64306be2b78b15fa730259

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix 'Invalid read of size 4' in search_command_helper

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b1/b18ca5148b837c878b64306be2b78b15fa730259/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
PASS -> FAIL: gdb.server/ext-wrapper.exp: print d
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: print d
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-01 21:06 [binutils-gdb] Fix leak in record-full.c sergiodj+buildbot
@ 2019-01-01 23:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-01 23:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4799>

Commit(s) tested:
	ec70d8db32462176e7da60d28b0c1978fc6b70d3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leak in record-full.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ec/ec70d8db32462176e7da60d28b0c1978fc6b70d3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
============================


*** 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-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-01  6:54 [binutils-gdb] update copyright year printed by gdb, gdbserver and gdbreplay sergiodj+buildbot
@ 2019-01-01 13:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-01 13:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4796>

Commit(s) tested:
	66d91b39089d606c9589673a7c5419cf37e7d639

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	update copyright year printed by gdb, gdbserver and gdbreplay

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/66/66d91b39089d606c9589673a7c5419cf37e7d639/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-01  6:42 [binutils-gdb] Update copyright year range in all GDB files sergiodj+buildbot
@ 2019-01-01 10:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-01 10:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4795>

Commit(s) tested:
	42a4f53d2bf8938c2aeda9f52be7a20534b214a9

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update copyright year range in all GDB files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/42/42a4f53d2bf8938c2aeda9f52be7a20534b214a9/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2019-01-01  6:54 [binutils-gdb] rotate gdb/ChangeLog sergiodj+buildbot
@ 2019-01-01  8:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2019-01-01  8:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4794>

Commit(s) tested:
	5bbd631dca26b37b1cc7164d4499949826b8a102

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	rotate gdb/ChangeLog

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/5b/5bbd631dca26b37b1cc7164d4499949826b8a102/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-30 16:40 [binutils-gdb] Change input_handler to take a unique_xmalloc_ptr sergiodj+buildbot
@ 2018-12-31  6:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-31  6:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4790>

Commit(s) tested:
	95bc9f0bf06637cf9c1147008ac32d6b00c42707

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change input_handler to take a unique_xmalloc_ptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/95/95bc9f0bf06637cf9c1147008ac32d6b00c42707/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-30  9:50 [binutils-gdb] Fix 'help set/show style' strange layouts/results sergiodj+buildbot
@ 2018-12-31  5:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-31  5:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4789>

Commit(s) tested:
	ecad3b215d34263968bb7c74701e3ca9483ac710

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix 'help set/show style' strange layouts/results.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ec/ecad3b215d34263968bb7c74701e3ca9483ac710/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: continue to main
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: target remote
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=667c314f>

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-m64/xfails/master/xfail.table?id=667c314f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-29  4:53 [binutils-gdb] Fix the build when GNU Source Highlight is not available sergiodj+buildbot
@ 2018-12-30 16:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-30 16:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4787>

Commit(s) tested:
	64c45143db4c550e19763edf97ca3441c78f9a05

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix the build when GNU Source Highlight is not available

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/64/64c45143db4c550e19763edf97ca3441c78f9a05/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.linespec/explicit.exp: list +,-
PASS -> FAIL: gdb.linespec/explicit.exp: list -line +, -line -
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 23:58 [binutils-gdb] Use wclrtoeol in tui_show_source_line sergiodj+buildbot
@ 2018-12-30 10:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-30 10:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4783>

Commit(s) tested:
	4a3045920bbe4e50a0f4920b0fdc4e88ef23015c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use wclrtoeol in tui_show_source_line

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/4a/4a3045920bbe4e50a0f4920b0fdc4e88ef23015c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 23:25 [binutils-gdb] Style the "Reading symbols" message sergiodj+buildbot
@ 2018-12-30  7:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-30  7:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4780>

Commit(s) tested:
	47fd17cdc14a0d295a2cbdc02eff144e3fb4e900

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Style the "Reading symbols" message

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/47/47fd17cdc14a0d295a2cbdc02eff144e3fb4e900/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 23:02 [binutils-gdb] Style print_address_symbolic sergiodj+buildbot
@ 2018-12-30  3:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-30  3:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4778>

Commit(s) tested:
	af79b68d7f935799c956b1a40e92a167385b5380

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Style print_address_symbolic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/af/af79b68d7f935799c956b1a40e92a167385b5380/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 22:50 [binutils-gdb] Style locations when setting a breakpoint sergiodj+buildbot
@ 2018-12-29 21:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 21:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4777>

Commit(s) tested:
	0bb296cb5f3a81b4b5e702208aad911d3b727f8b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Style locations when setting a breakpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/0b/0bb296cb5f3a81b4b5e702208aad911d3b727f8b/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 22:26 [binutils-gdb] Reset terminal styles sergiodj+buildbot
@ 2018-12-29 12:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-29 12:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4775>

Commit(s) tested:
	ef1dfa3644f02efffa11d718fe5788c05177587b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Reset terminal styles

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ef/ef1dfa3644f02efffa11d718fe5788c05177587b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 22:24 [binutils-gdb] Add output styles to gdb sergiodj+buildbot
@ 2018-12-29  9:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-29  9:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4774>

Commit(s) tested:
	cbe5657196d0d3acbeca39973f93f333ecedacda

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add output styles to gdb

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/cb/cbe5657196d0d3acbeca39973f93f333ecedacda/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.base/default.exp: info set
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 22:14 [binutils-gdb] Change gdb test suite's TERM setting sergiodj+buildbot
@ 2018-12-29  8:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-29  8:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4773>

Commit(s) tested:
	9162a27c5f5828240b53379d735679e2a69a9f41

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change gdb test suite's TERM setting

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/91/9162a27c5f5828240b53379d735679e2a69a9f41/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-29  0:31 [binutils-gdb] Introduce ui_file_style sergiodj+buildbot
@ 2018-12-29  5:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-29  5:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4772>

Commit(s) tested:
	eedeedd2a50d121af466ddfa9e897212defbf079

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Introduce ui_file_style

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ee/eedeedd2a50d121af466ddfa9e897212defbf079/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 21:45 [binutils-gdb] Add a "context" argument to add_setshow_enum_cmd sergiodj+buildbot
@ 2018-12-29  3:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-29  3:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4771>

Commit(s) tested:
	7170dadf5950e1444ab09cdfc4e07dd2698fc275

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add a "context" argument to add_setshow_enum_cmd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/71/7170dadf5950e1444ab09cdfc4e07dd2698fc275/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 21:27 [binutils-gdb] Change wrap buffering to use a std::string sergiodj+buildbot
@ 2018-12-29  1:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-29  1:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4770>

Commit(s) tested:
	c5603d506350cca3b1af7ba3a97bf05adeea0508

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change wrap buffering to use a std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c5/c5603d506350cca3b1af7ba3a97bf05adeea0508/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/page.exp: paged count remainder
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
PASS -> FAIL: gdb.server/wrapper.exp: print d
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28 18:09 [binutils-gdb] Fix leak of set/show verbose doc, avoid xfree of static string sergiodj+buildbot
@ 2018-12-28 23:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4769>

Commit(s) tested:
	94f2c73066597f33933bef2d20bdbfbf6fcd8b69

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leak of set/show verbose doc, avoid xfree of static string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/94/94f2c73066597f33933bef2d20bdbfbf6fcd8b69/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28  7:52 [binutils-gdb] Avoid internal errors when stepping outside 'main' on MinGW sergiodj+buildbot
@ 2018-12-28 21:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 21:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4768>

Commit(s) tested:
	156f23669270533e1499e15e49842468800c2681

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Avoid internal errors when stepping outside 'main' on MinGW

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/15/156f23669270533e1499e15e49842468800c2681/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-28  5:38 [binutils-gdb] PR23966, mingw failure due to 32-bit long sergiodj+buildbot
@ 2018-12-28 17:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 17:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4766>

Commit(s) tested:
	cb87d9f1a49986b2eb92ac381444f4cc7c9d8a4f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23966, mingw failure due to 32-bit long

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/cb/cb87d9f1a49986b2eb92ac381444f4cc7c9d8a4f/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 22:36 [binutils-gdb] Translate PyExc_KeyboardInterrupt to gdb "quit" sergiodj+buildbot
@ 2018-12-28 13:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 13:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4764>

Commit(s) tested:
	bc543c902f9891f732be68817e16ff379b69566e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Translate PyExc_KeyboardInterrupt to gdb "quit"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/bc/bc543c902f9891f732be68817e16ff379b69566e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 21:27 [binutils-gdb] Build gdb "nat" files in subdirectory sergiodj+buildbot
@ 2018-12-28  7:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28  7:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4761>

Commit(s) tested:
	6987262214a204ea3ab857d86a1faf9f4e66f211

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Build gdb "nat" files in subdirectory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/69/6987262214a204ea3ab857d86a1faf9f4e66f211/>

*** Diff to previous build ***
============================
new FAIL: gdb.ada/access_tagged_param.exp: continue
new FAIL: gdb.ada/minsyms.exp: print &some_minsym
new FAIL: gdb.ada/minsyms.exp: print /x integer
new FAIL: gdb.ada/minsyms.exp: print integer
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/catch-syscall.exp: execve: continue to main
new FAIL: gdb.base/catch-syscall.exp: execve: continue until exit
new FAIL: gdb.base/catch-syscall.exp: execve: syscall execve has returned
new FAIL: gdb.base/display.exp: step
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/longjmp.exp: next over call_longjmp
new FAIL: gdb.base/longjmp.exp: next over longjmp
new FAIL: gdb.base/longjmp.exp: next over patt3
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 stopped in macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: info macro WHERE stopped in macscp4_2_from_macscp3
UNRESOLVED -> FAIL: gdb.base/shlib-call.exp: next to shr1
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 KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=on: single step over fork final pc
new FAIL: gdb.base/step-test.exp: next 1
new FAIL: gdb.base/step-test.exp: next 2
new FAIL: gdb.base/step-test.exp: next 3
new FAIL: gdb.base/step-test.exp: next over
new FAIL: gdb.base/step-test.exp: nexti over function
new FAIL: gdb.base/step-test.exp: step 1
new FAIL: gdb.base/step-test.exp: step 3
new FAIL: gdb.base/step-test.exp: step out
new FAIL: gdb.base/step-test.exp: stepi into function
new FAIL: gdb.base/step-test.exp: stepi to next line
new FAIL: gdb.base/step-test.exp: stepi: finish call
new FAIL: gdb.base/store.exp: continue to add_struct_1
new FAIL: gdb.base/store.exp: continue to add_struct_2
new FAIL: gdb.base/store.exp: continue to add_struct_3
new FAIL: gdb.base/store.exp: continue to add_struct_4
new FAIL: gdb.base/store.exp: continue to wack_struct_1
new FAIL: gdb.base/store.exp: continue to wack_struct_2
new FAIL: gdb.base/store.exp: continue to wack_struct_3
new FAIL: gdb.base/store.exp: continue to wack_struct_4
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var struct 1 u; next to add_struct_1 call
new FAIL: gdb.base/store.exp: var struct 1 u; print new u, expecting {s = \{1}}
new FAIL: gdb.base/store.exp: var struct 2 u; next to add_struct_2 call
new FAIL: gdb.base/store.exp: var struct 2 u; print new u, expecting {s = \{1, 2}}
new FAIL: gdb.base/store.exp: var struct 3 u; next to add_struct_3 call
new FAIL: gdb.base/store.exp: var struct 3 u; print new u, expecting {s = \{1, 2, 3}}
new FAIL: gdb.base/store.exp: var struct 4 u; next to add_struct_4 call
new FAIL: gdb.base/store.exp: var struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}}
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new KFAIL: gdb.base/watchpoint-unaligned.exp: wpcount
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 KFAIL: gdb.cp/local.exp: ptype InnerLocal::NestedInnerLocal
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
FAIL -> KFAIL: gdb.cp/templates.exp: ptype fvpchar
new KFAIL: gdb.cp/var-tag.exp: global collision: print global
new KFAIL: gdb.cp/virtfunc.exp: print pEe->D::vg
new UNRESOLVED: gdb.dwarf2/dw2-cp-infcall-ref-static.exp: p f
FAIL -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
FAIL -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
FAIL -> KFAIL: gdb.mi/mi-until.exp: until after while loop
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 FAIL: gdb.threads/create-fail.exp: iteration 1: run till end
new FAIL: gdb.threads/create-fail.exp: iteration 2: run till end
new FAIL: gdb.threads/create-fail.exp: iteration 3: run till end
new FAIL: gdb.threads/create-fail.exp: iteration 4: run till end
new FAIL: gdb.threads/create-fail.exp: iteration 5: run till end
new FAIL: gdb.threads/create-fail.exp: iteration 7: run till end
new FAIL: gdb.threads/create-fail.exp: iteration 9: run till end
new FAIL: gdb.threads/fork-child-threads.exp: next over fork
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: no threads left
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
new FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid"
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: detach: detach: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: get integer valueof "mypid"
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: detach
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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 KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: 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: next: next
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: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: step
new FAIL: gdb.threads/watchthreads-reorder.exp: reorder0: continue to breakpoint: break-at-exit
new FAIL: gdb.threads/watchthreads-reorder.exp: reorder1: continue to breakpoint: break-at-exit
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 21:10 [binutils-gdb] Make init.c depend on source files sergiodj+buildbot
@ 2018-12-28  5:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28  5:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4760>

Commit(s) tested:
	b180d0a254034c14fd540c1b57391bb413f788f7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make init.c depend on source files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b1/b180d0a254034c14fd540c1b57391bb413f788f7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/access_to_unbounded_array.exp: print Aos
PASS -> FAIL: gdb.ada/aliased_array.exp: print bt
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: print pck.a
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: print nt
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: print ntp
PASS -> FAIL: gdb.ada/array_ptr_renaming.exp: print ntp.all
new FAIL: gdb.ada/array_return.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/array_subscript_addr.exp: print a
PASS -> FAIL: gdb.ada/arraydim.exp: print m'first
PASS -> FAIL: gdb.ada/arraydim.exp: print m'last
PASS -> FAIL: gdb.ada/arraydim.exp: print m'length
PASS -> FAIL: gdb.ada/arraydim.exp: ptype m
PASS -> FAIL: gdb.ada/arrayidx.exp: print e_one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print empty
PASS -> FAIL: gdb.ada/arrayidx.exp: print empty, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print few_reps
PASS -> FAIL: gdb.ada/arrayidx.exp: print few_reps, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print many_reps
PASS -> FAIL: gdb.ada/arrayidx.exp: print many_reps, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print one_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print p_one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print r_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayidx.exp: print u_one_two_three
PASS -> FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
PASS -> FAIL: gdb.ada/arrayparam.exp: print call_me
PASS -> FAIL: gdb.ada/arrayparam.exp: print first after function call
PASS -> FAIL: gdb.ada/arrayparam.exp: print last after function call
PASS -> FAIL: gdb.ada/arrayparam.exp: print length after function call
PASS -> FAIL: gdb.ada/assign_arr.exp: print assign_arr_input.u2 :=
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: gdb_test
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: print s'first
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: print s'last
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: print s
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: run to pck.archive breakpoint
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: run until breakpoint at bp_fun_addr'address
new FAIL: gdb.ada/bp_inlined_func.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/bp_range_type.exp: print small_value
PASS -> FAIL: gdb.ada/bp_range_type.exp: run to breakpoint
PASS -> FAIL: gdb.ada/byte_packed_arr.exp: print broken
new FAIL: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/catch_ex.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/char_enum.exp: print Char_Enum_Type'
PASS -> FAIL: gdb.ada/char_param.exp: call next
PASS -> FAIL: gdb.ada/char_param.exp: print procedure_result after calling next
PASS -> FAIL: gdb.ada/char_param.exp: print procedure_result after calling same
PASS -> FAIL: gdb.ada/complete.exp: complete p ambig
PASS -> FAIL: gdb.ada/complete.exp: complete p external_ident
PASS -> FAIL: gdb.ada/complete.exp: complete p some
PASS -> FAIL: gdb.ada/complete.exp: interactive complete 'print some'
PASS -> FAIL: gdb.ada/cond_lang.exp: continue
PASS -> FAIL: gdb.ada/cond_lang.exp: show lang
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: print full
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: print full'first
new FAIL: gdb.ada/excep_handle.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/expr_delims.exp: check that watchpoint is set correctly.
PASS -> FAIL: gdb.ada/expr_delims.exp: continue
PASS -> FAIL: gdb.ada/expr_delims.exp: print variable 'thread'
PASS -> FAIL: gdb.ada/expr_delims.exp: set conditional watchpoint.
PASS -> FAIL: gdb.ada/expr_delims.exp: set plain watchpoint on variable 'thread'
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 1 + something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 246 - something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 3 * something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 496 / something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something * 3
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something + 1
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something - 2
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something / 4
PASS -> FAIL: gdb.ada/exprs.exp: Long_Long_Integer ** Y
PASS -> FAIL: gdb.ada/exprs.exp: long_float'max
PASS -> FAIL: gdb.ada/exprs.exp: long_float'min
PASS -> FAIL: gdb.ada/fin_fun_out.exp: finish
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10.0
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20.0
PASS -> FAIL: gdb.ada/fixed_points.exp: p on a fixed point type
PASS -> FAIL: gdb.ada/fixed_points.exp: p on a new fixed point type
PASS -> FAIL: gdb.ada/fixed_points.exp: p on a subtype fixed point type
PASS -> FAIL: gdb.ada/fixed_points.exp: print Overprecise_Object
PASS -> FAIL: gdb.ada/fixed_points.exp: ptype Overprecise_Object
PASS -> FAIL: gdb.ada/float_param.exp: call set_double
PASS -> FAIL: gdb.ada/float_param.exp: call set_float
PASS -> FAIL: gdb.ada/float_param.exp: call set_long_double
PASS -> FAIL: gdb.ada/float_param.exp: print global_double
PASS -> FAIL: gdb.ada/float_param.exp: print global_float
PASS -> FAIL: gdb.ada/float_param.exp: print global_long_double
PASS -> FAIL: gdb.ada/formatted_ref.exp: print s.x = 13
PASS -> FAIL: gdb.ada/formatted_ref.exp: print/x s
PASS -> FAIL: gdb.ada/formatted_ref.exp: print/x s'access
PASS -> FAIL: gdb.ada/fun_overload_menu.exp: 1
PASS -> FAIL: gdb.ada/fun_renaming.exp: print fun_rename_test_next
PASS -> FAIL: gdb.ada/funcall_char.exp: print f
PASS -> FAIL: gdb.ada/funcall_param.exp: p ident
PASS -> FAIL: gdb.ada/funcall_ptr.exp: Check that value of GA is 0x1234
PASS -> FAIL: gdb.ada/funcall_ptr.exp: call pck.p
PASS -> FAIL: gdb.ada/homonym.exp: continue until BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: print lcl at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: print lcl at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: ptype int_type at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_2
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
PASS -> FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
new FAIL: gdb.ada/info_auto_lang.exp: can't run to some_c.c STOP location
new FAIL: gdb.ada/info_exc.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/info_locals_renaming.exp: info locals
PASS -> FAIL: gdb.ada/interface.exp: print r
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace with lang set to C
new FAIL: gdb.ada/mi_catch_assert.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex.exp: cannot run to main, testcase aborted
new FAIL: gdb.ada/mi_catch_ex_hand.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/mi_dyn_arr.exp: create bt varobj
PASS -> UNRESOLVED: gdb.ada/mi_dyn_arr.exp: run to foo.adb:22
new FAIL: gdb.ada/mi_dyn_arr.exp: wait for stop
new FAIL: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
PASS -> UNRESOLVED: gdb.ada/mi_exc_info.exp: -info-ada-exceptions
PASS -> FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions const.aint
PASS -> FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions task
PASS -> UNRESOLVED: gdb.ada/mi_interface.exp: run to foo.adb:22
new FAIL: gdb.ada/mi_interface.exp: wait for stop
PASS -> FAIL: gdb.ada/mi_string_access.exp: Create var1 varobj
PASS -> FAIL: gdb.ada/mi_string_access.exp: Print var1
PASS -> FAIL: gdb.ada/mi_string_access.exp: Print var1 first child
PASS -> FAIL: gdb.ada/mi_string_access.exp: Print var1 second child
PASS -> FAIL: gdb.ada/mi_string_access.exp: list var1's children
PASS -> UNRESOLVED: gdb.ada/mi_string_access.exp: run to bar.adb:23
new FAIL: gdb.ada/mi_string_access.exp: wait for stop
PASS -> UNRESOLVED: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1
PASS -> FAIL: gdb.ada/mi_task_info.exp: -ada-task-info 3
PASS -> UNRESOLVED: gdb.ada/mi_task_info.exp: -ada-task-info with no argument
PASS -> FAIL: gdb.ada/mi_var_array.exp: create bt varobj
PASS -> FAIL: gdb.ada/mi_var_array.exp: list vta's children
PASS -> UNRESOLVED: gdb.ada/mi_var_array.exp: run to bar.adb:28
new FAIL: gdb.ada/mi_var_array.exp: wait for stop
PASS -> FAIL: gdb.ada/mi_var_union.exp: Create var1 varobj
PASS -> FAIL: gdb.ada/mi_var_union.exp: list var1's children
PASS -> UNRESOLVED: gdb.ada/mi_var_union.exp: run to bar.adb:28
new FAIL: gdb.ada/mi_var_union.exp: wait for stop
PASS -> FAIL: gdb.ada/n_arr_bound.exp: ptype var
PASS -> FAIL: gdb.ada/null_array.exp: print my_matrix
PASS -> FAIL: gdb.ada/null_array.exp: print my_table
PASS -> FAIL: gdb.ada/null_array.exp: ptype my_table
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "&"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "*"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "**"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "+"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "-"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "/"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "<"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "<="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ">"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ">="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "abs"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "and"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "mod"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "not"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "or"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "rem"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to "xor"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."&"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."*"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."**"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."+"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."-"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."/"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."<"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."<="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops.">"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops.">="
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."abs"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."and"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."mod"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."not"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."or"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."rem"
PASS -> FAIL: gdb.ada/operator_bp.exp: continue to ops."xor"
PASS -> FAIL: gdb.ada/out_of_line_in_inlined.exp: bt
PASS -> FAIL: gdb.ada/packed_array.exp: print &var
PASS -> FAIL: gdb.ada/packed_array.exp: print u_var
PASS -> FAIL: gdb.ada/packed_array.exp: print var
PASS -> FAIL: gdb.ada/packed_array.exp: ptype &var
PASS -> FAIL: gdb.ada/packed_array_assign.exp: print pra :=
PASS -> FAIL: gdb.ada/packed_tagged.exp: print x
PASS -> FAIL: gdb.ada/packed_tagged.exp: ptype x
PASS -> FAIL: gdb.ada/pckd_arr_ren.exp: print var
PASS -> FAIL: gdb.ada/pckd_neg.exp: print SSA
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: print test
PASS -> FAIL: gdb.ada/pkd_arr_elem.exp: print test.str
PASS -> FAIL: gdb.ada/pp-rec-component.exp: print /r before
PASS -> FAIL: gdb.ada/pp-rec-component.exp: print before
PASS -> FAIL: gdb.ada/print_chars.exp: print C
PASS -> FAIL: gdb.ada/print_chars.exp: print WC
PASS -> FAIL: gdb.ada/print_chars.exp: print WWC
PASS -> FAIL: gdb.ada/print_pc.exp: p /x $pc
PASS -> FAIL: gdb.ada/ptr_typedef.exp: print my_blob.bees
PASS -> FAIL: gdb.ada/py_range.exp: python print
PASS -> FAIL: gdb.ada/rdv_wait.exp: task 2
PASS -> FAIL: gdb.ada/ref_tick_size.exp: print d1'size = d2'size
PASS -> FAIL: gdb.ada/rename_subscript_param.exp: Continuing to breakpoint on call to Do_Nothing
PASS -> FAIL: gdb.ada/repeat_dyn.exp: print a1
PASS -> FAIL: gdb.ada/same_component_name.exp: Print bottom component field
PASS -> FAIL: gdb.ada/same_component_name.exp: Print field existing only in bottom component
PASS -> FAIL: gdb.ada/same_component_name.exp: Print top component field
PASS -> FAIL: gdb.ada/same_component_name.exp: Print top component field in middle assign function
PASS -> FAIL: gdb.ada/same_component_name.exp: continue to bottom assign breakpoint
PASS -> FAIL: gdb.ada/same_component_name.exp: continue to dyn_middle assign breakpoint
PASS -> FAIL: gdb.ada/same_component_name.exp: continue to middle assign breakpoint
PASS -> FAIL: gdb.ada/same_component_name.exp: run to top assign breakpoint
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing to breakpoint in pck.increment
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing to breakpoint on call to Do_Nothing
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing to watchpoint hit
PASS -> FAIL: gdb.ada/scoped_watch.exp: continuing until watchpoint automatic deletion
PASS -> FAIL: gdb.ada/scoped_watch.exp: next to call to Call_Me
PASS -> FAIL: gdb.ada/scoped_watch.exp: watch result
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: print sa
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/str_binop_equal.exp: print my_str = my_str
PASS -> FAIL: gdb.ada/tagged.exp: print segm
PASS -> FAIL: gdb.ada/tagged.exp: ptype segm
PASS -> FAIL: gdb.ada/tagged_not_init.exp: print obj
PASS -> FAIL: gdb.ada/task_bp.exp: run to dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from psymtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from full symtab
PASS -> FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from psymtab
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 1
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 3
PASS -> FAIL: gdb.ada/tasks.exp: info tasks before inserting breakpoint
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print full'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
PASS -> FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
PASS -> FAIL: gdb.ada/type_coercion.exp: p q
PASS -> FAIL: gdb.ada/type_coercion.exp: print {Integer} $addr
PASS -> FAIL: gdb.ada/type_coercion.exp: save q'address in convenience variable
PASS -> FAIL: gdb.ada/type_coercion.exp: set {Integer} $addr := 19
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: continue to STOP2
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object with null Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object.Ptr when null
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object with null Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when null
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object after setting Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object.ptr.all
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object after setting Ptr
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object.ptr.all
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'first
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'last
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'length
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'first
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'last
PASS -> FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'length
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print a
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print va
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print vb
PASS -> FAIL: gdb.ada/var_rec_arr.exp: print a1
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print address
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print my_buffer
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print {foo.octal_buffer}
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing to second breakpoint
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
PASS -> FAIL: gdb.ada/watch_arg.exp: set watchpoint on function argument X
PASS -> FAIL: gdb.ada/watch_minus_l.exp: continue with watch -location
new FAIL: gdb.arch/disp-step-insn-reloc.exp: can't run to main
new FAIL: gdb.arch/ftrace-insn-reloc.exp: can't run to main to check for trace support
new FAIL: gdb.asm/asm-source.exp: can't run to main
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" again after setting args
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" again with same args
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" with arg
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" with no args
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" with shell
PASS -> FAIL: gdb.base/a2-run.exp: run after setting args to nil
new FAIL: gdb.base/advance.exp: can't run to main
new FAIL: gdb.base/annota-input-while-running.exp: can't run to main
PASS -> FAIL: gdb.base/annota1.exp: annotate ignore count change
PASS -> FAIL: gdb.base/annota1.exp: backtrace @ signal handler
PASS -> FAIL: gdb.base/annota1.exp: backtrace from shlibrary
PASS -> FAIL: gdb.base/annota1.exp: breakpoint ignore count
PASS -> FAIL: gdb.base/annota1.exp: continue to printf
PASS -> FAIL: gdb.base/annota1.exp: get inferior pid
PASS -> FAIL: gdb.base/annota1.exp: go after array init line
new FAIL: gdb.base/annota1.exp: next to exit loop
PASS -> FAIL: gdb.base/annota1.exp: print array
PASS -> FAIL: gdb.base/annota1.exp: re-run
new FAIL: gdb.base/annota1.exp: run to main
PASS -> FAIL: gdb.base/annota1.exp: send SIGUSR1
PASS -> FAIL: gdb.base/annota1.exp: set up display
PASS -> FAIL: gdb.base/annota1.exp: signal sent
PASS -> FAIL: gdb.base/annota1.exp: thread switch
PASS -> FAIL: gdb.base/annota3.exp: annotate ignore count change
PASS -> FAIL: gdb.base/annota3.exp: backtrace @ signal handler
PASS -> FAIL: gdb.base/annota3.exp: backtrace from shlibrary
PASS -> FAIL: gdb.base/annota3.exp: breakpoint ignore count
PASS -> FAIL: gdb.base/annota3.exp: continue to printf
PASS -> FAIL: gdb.base/annota3.exp: get inferior pid
PASS -> FAIL: gdb.base/annota3.exp: go after array init line
PASS -> FAIL: gdb.base/annota3.exp: next to exit loop
PASS -> FAIL: gdb.base/annota3.exp: print array
PASS -> FAIL: gdb.base/annota3.exp: re-run
PASS -> FAIL: gdb.base/annota3.exp: run until main breakpoint
PASS -> FAIL: gdb.base/annota3.exp: send SIGUSR1
PASS -> FAIL: gdb.base/annota3.exp: set up display
PASS -> FAIL: gdb.base/annota3.exp: signal sent
new FAIL: gdb.base/anon.exp: run to main
PASS -> FAIL: gdb.base/args.exp: argc for basic
PASS -> FAIL: gdb.base/args.exp: argc for one empty
PASS -> FAIL: gdb.base/args.exp: argc for one newline
PASS -> FAIL: gdb.base/args.exp: argc for two empty
PASS -> FAIL: gdb.base/args.exp: argc for two newlines
PASS -> FAIL: gdb.base/args.exp: argv[1] for basic
PASS -> FAIL: gdb.base/args.exp: argv[1] for one empty
PASS -> FAIL: gdb.base/args.exp: argv[1] for one newline
PASS -> FAIL: gdb.base/args.exp: argv[1] for two empty
PASS -> FAIL: gdb.base/args.exp: argv[1] for two newlines
PASS -> FAIL: gdb.base/args.exp: argv[2] for basic
PASS -> FAIL: gdb.base/args.exp: argv[2] for one empty
PASS -> FAIL: gdb.base/args.exp: argv[2] for one newline
PASS -> FAIL: gdb.base/args.exp: argv[2] for two empty
PASS -> FAIL: gdb.base/args.exp: argv[2] for two newlines
PASS -> FAIL: gdb.base/args.exp: argv[3] for one empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for one newline
PASS -> FAIL: gdb.base/args.exp: argv[3] for two empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for two newlines
PASS -> FAIL: gdb.base/args.exp: argv[4] for two empty
PASS -> FAIL: gdb.base/args.exp: argv[4] for two newlines
PASS -> FAIL: gdb.base/args.exp: continue to breakpoint: breakpoint for basic
PASS -> FAIL: gdb.base/args.exp: continue to breakpoint: breakpoint for one empty
PASS -> FAIL: gdb.base/args.exp: continue to breakpoint: breakpoint for one newline
PASS -> FAIL: gdb.base/args.exp: continue to breakpoint: breakpoint for two empty
PASS -> FAIL: gdb.base/args.exp: continue to breakpoint: breakpoint for two newlines
new FAIL: gdb.base/argv0-symlink.exp: argv[0] should be available on this target
new FAIL: gdb.base/asmlabel.exp: can't run to main
PASS -> FAIL: gdb.base/async-shell.exp: process stopped
PASS -> FAIL: gdb.base/async-shell.exp: run &
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: child: attach
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: child: continue to breakpoint: marker
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: child: detach
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: attach
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: continue to breakpoint: marker
PASS -> FAIL: gdb.base/attach-non-pgrp-leader.exp: parent: detach
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing off: attach and print
new FAIL: gdb.base/attach-wait-input.exp: editing off: can't run to setup_done
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing on: attach and print
new FAIL: gdb.base/attach-wait-input.exp: editing on: can't run to setup_done
PASS -> FAIL: gdb.base/attach.exp: after attach2, set should_exit
PASS -> FAIL: gdb.base/attach.exp: attach call
PASS -> FAIL: gdb.base/attach.exp: attach to digits-starting nonsense is prohibited
PASS -> FAIL: gdb.base/attach.exp: attach to nonexistent process is prohibited
PASS -> FAIL: gdb.base/attach.exp: attach to nonsense is prohibited
PASS -> FAIL: gdb.base/attach.exp: attach when process' a.out not in cwd
PASS -> FAIL: gdb.base/attach.exp: attach1 detach
PASS -> FAIL: gdb.base/attach.exp: attach1, after setting file
PASS -> FAIL: gdb.base/attach.exp: attach2, with no file
PASS -> UNRESOLVED: gdb.base/attach.exp: cmdline attach run: run to main
PASS -> FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt
PASS -> FAIL: gdb.base/attach.exp: continue to breakpoint: postloop
PASS -> FAIL: gdb.base/attach.exp: continue until exit
PASS -> FAIL: gdb.base/attach.exp: continue until exit at after attach2, exit
PASS -> FAIL: gdb.base/attach.exp: starting with --pid
new FAIL: gdb.base/auxv.exp: can't run to main
PASS -> FAIL: gdb.base/bang.exp: continue until exit
new FAIL: gdb.base/bigcore.exp: can't run to main
PASS -> FAIL: gdb.base/bitfields.exp: bitfield containment #1
PASS -> FAIL: gdb.base/bitfields.exp: bitfield containment #2
PASS -> FAIL: gdb.base/bitfields.exp: bitfield uniqueness
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: continuing to break1 #3
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #4
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #5
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #6
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #7
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #8
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #9
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break2
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break4 #1
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break4 #2
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break5
PASS -> FAIL: gdb.base/bitfields.exp: determining signed-ness of bitfields
PASS -> FAIL: gdb.base/bitfields.exp: print flags
PASS -> FAIL: gdb.base/bitfields.exp: signed bitfields with -1
PASS -> FAIL: gdb.base/bitfields.exp: signed bitfields, max negative values
PASS -> FAIL: gdb.base/bitfields.exp: signed bitfields, max positive values
PASS -> FAIL: gdb.base/bitfields.exp: unsigned bitfield ranges
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield containment; flags.u1, flags.u3, and flags.s3 to all 1s
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield containment; flags.u2, flags.s1, flags.s2 to all 1s
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s1 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s2 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.s3 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u1 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u2 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: bitfield uniqueness; flags.u3 = 1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #2
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #3
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #4
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break1 #5
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break2 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break2 #1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break3 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break4 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break4 #1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break4 #2
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to break5 #0
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break1
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break2
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break3
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break4
PASS -> FAIL: gdb.base/bitfields2.exp: continuing to tester prior to break5
PASS -> FAIL: gdb.base/bitfields2.exp: determining signed-ness of bitfields
PASS -> FAIL: gdb.base/bitfields2.exp: long long bitfield values after set
PASS -> FAIL: gdb.base/bitfields2.exp: maximum signed bitfield values
PASS -> FAIL: gdb.base/bitfields2.exp: maximum unsigned bitfield values
PASS -> FAIL: gdb.base/bitfields2.exp: set long long signed bitfield positive
PASS -> FAIL: gdb.base/bitfields2.exp: set long long unsigned bitfield
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr1: p $pc == main
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr1: run to breakpoint at *main
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr2: p $pc == main
PASS -> FAIL: gdb.base/break-fun-addr.exp: break-fun-addr2: run to breakpoint at *main
new FAIL: gdb.base/break-idempotent.exp: can't run to main
PASS -> FAIL: gdb.base/break-inline.exp: break
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: ld.so exit
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: seen displacement message as NONZERO
new FAIL: gdb.base/break-main-file-remove-fail.exp: cmdline: can't run to start
new FAIL: gdb.base/break-main-file-remove-fail.exp: file: can't run to start
PASS -> FAIL: gdb.base/break-probes.exp: ensure using probes
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: break: can't run to main
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: hbreak: can't run to main
PASS -> FAIL: gdb.base/break.exp: Temporary breakpoint info
PASS -> FAIL: gdb.base/break.exp: break on default location, 1st time
PASS -> FAIL: gdb.base/break.exp: break on default location, 2nd time
PASS -> FAIL: gdb.base/break.exp: break on default location, 3rd time
PASS -> FAIL: gdb.base/break.exp: break on default location, 4th time
new FAIL: gdb.base/break.exp: break tests suppressed
PASS -> FAIL: gdb.base/break.exp: breakpoint offset +1
PASS -> FAIL: gdb.base/break.exp: continue to breakpoint at }
PASS -> FAIL: gdb.base/break.exp: run until breakpoint set at a line number
PASS -> FAIL: gdb.base/break.exp: run until file:function
PASS -> FAIL: gdb.base/break.exp: run until file:linenum breakpoint
PASS -> FAIL: gdb.base/break.exp: run until function breakpoint
PASS -> FAIL: gdb.base/break.exp: run until quoted breakpoint
PASS -> FAIL: gdb.base/break.exp: set to-be-silent break bp_location1
PASS -> FAIL: gdb.base/break.exp: setting breakpoint at }
PASS -> FAIL: gdb.base/break.exp: step onto breakpoint
PASS -> FAIL: gdb.base/break.exp: temporary breakpoint line number #1
PASS -> FAIL: gdb.base/break.exp: temporary breakpoint line number #2
PASS -> FAIL: gdb.base/break.exp: until bp_location1
new FAIL: gdb.base/bt-selected-frame.exp: bt full: can't run to main
new FAIL: gdb.base/bt-selected-frame.exp: bt: can't run to main
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for finish; return call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: advance to fun for return; return call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: call Fun
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: finish foo; return call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: p/c L; call call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: p/c fun
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tc
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-td
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-te
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tf
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-ti
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tl
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tld
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tll
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: return foo; return call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: return foo; synchronize pc to main
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: value foo finished; return call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: zed L for finish; return call-sc-ts
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-tc
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-td
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-te
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-tf
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-ti
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-tl
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-tld
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-tll
PASS -> FAIL: gdb.base/call-sc.exp: zed L for return; return call-sc-ts
new FAIL: gdb.base/call-signal-resume.exp: can't run to main
new FAIL: gdb.base/callexit.exp: can't run to main
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: Finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: back at main after return from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace after finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: backtrace at nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: bt after continuing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: bt after finishing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: call function causing a breakpoint and then do a return
PASS -> FAIL: gdb.base/callfuncs.exp: call function causing a breakpoint then do a finish
PASS -> FAIL: gdb.base/callfuncs.exp: call function with many double arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: call function with many float arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns char *
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns double
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns float
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns float _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns int
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns long
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns long double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: call inferior func with struct - returns short
PASS -> FAIL: gdb.base/callfuncs.exp: continue from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: finish from call dummy breakpoint returns correct value
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: next to t_structs_c
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: Finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: back at main after return from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace after finish from nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: backtrace at nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: bt after continuing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: bt after finishing from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function causing a breakpoint and then do a return
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function causing a breakpoint then do a finish
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function with many double arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call function with many float arguments.
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns char
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns char *
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns double
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns float
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns float _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns int
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns long
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns long double _Complex
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: call inferior func with struct - returns short
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: continue from call dummy breakpoint
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: finish from call dummy breakpoint returns correct value
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: next to t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: next to t_structs_c
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p add
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p cmp10
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p doubleit
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p function_struct.func
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p function_struct_ptr->func
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p sum10
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p sum_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_call_add
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_char_array_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_char_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_int
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_enum_value1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_enum_value2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_float_values2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_func_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_int_double
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_int_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_long_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_long_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_long_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_short_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_small_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: p t_string_values
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: print *
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: print callfunc
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: register contents after gdb function calls
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: register contents after nested call dummies
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: retrieve original register contents
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at breakpoint in call dummy function
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: noproto: stop at nested call level 4
PASS -> FAIL: gdb.base/callfuncs.exp: p
PASS -> FAIL: gdb.base/callfuncs.exp: p add
PASS -> FAIL: gdb.base/callfuncs.exp: p cmp10
PASS -> FAIL: gdb.base/callfuncs.exp: p doubleit
PASS -> FAIL: gdb.base/callfuncs.exp: p function_struct.func
PASS -> FAIL: gdb.base/callfuncs.exp: p function_struct_ptr->func
PASS -> FAIL: gdb.base/callfuncs.exp: p sum10
PASS -> FAIL: gdb.base/callfuncs.exp: p sum_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_call_add
PASS -> FAIL: gdb.base/callfuncs.exp: p t_char_array_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_char_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_int
PASS -> FAIL: gdb.base/callfuncs.exp: p t_double_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_enum_value1
PASS -> FAIL: gdb.base/callfuncs.exp: p t_enum_value2
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_float_values2
PASS -> FAIL: gdb.base/callfuncs.exp: p t_func_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_int_double
PASS -> FAIL: gdb.base/callfuncs.exp: p t_int_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_long_double_complex_many_args
PASS -> FAIL: gdb.base/callfuncs.exp: p t_long_double_complex_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_long_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_short_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_small_values
PASS -> FAIL: gdb.base/callfuncs.exp: p t_string_values
PASS -> FAIL: gdb.base/callfuncs.exp: print *
PASS -> FAIL: gdb.base/callfuncs.exp: print callfunc
PASS -> FAIL: gdb.base/callfuncs.exp: register contents after gdb function calls
PASS -> FAIL: gdb.base/callfuncs.exp: register contents after nested call dummies
PASS -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents
PASS -> FAIL: gdb.base/callfuncs.exp: stop at breakpoint in call dummy function
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 1
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 2
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 3
PASS -> FAIL: gdb.base/callfuncs.exp: stop at nested call level 4
PASS -> FAIL: gdb.base/catch-fork-static.exp: run to fork
new FAIL: gdb.base/catch-gdb-caused-signals.exp: can't run to main to make the tests
new FAIL: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching load: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: non-matching unload: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain load: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: plain unload: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx load: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: can't run to main
new FAIL: gdb.base/catch-load.exp: rx unload: can't run to main
new FAIL: gdb.base/catch-signal-siginfo-cond.exp: can't run to main
new FAIL: gdb.base/catch-syscall.exp: can't run to main
PASS -> FAIL: gdb.base/charset.exp: assign String16 with prefix u
PASS -> FAIL: gdb.base/charset.exp: assign String32 with prefix L
PASS -> FAIL: gdb.base/charset.exp: assign String32 with prefix U
PASS -> FAIL: gdb.base/charset.exp: assign string to int array
PASS -> FAIL: gdb.base/charset.exp: assign string to long array
PASS -> FAIL: gdb.base/charset.exp: assign string to short array
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\a" in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\b" in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\f" in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\n" in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\r" in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\t" in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of "\v" in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\a' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\b' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\f' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\n' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\r' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\t' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of '\v' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of parsed character literal in UTF-32
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in ASCII
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in IBM1047
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: check value of parsed string literal in UTF-32
PASS -> FAIL: gdb.base/charset.exp: display String String16 with x/hs
PASS -> FAIL: gdb.base/charset.exp: display String String32 with x/ws
PASS -> FAIL: gdb.base/charset.exp: print string in ASCII
PASS -> FAIL: gdb.base/charset.exp: print string in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: print string in IBM1047
PASS -> FAIL: gdb.base/charset.exp: print string in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: print string in UTF-32
PASS -> FAIL: gdb.base/charset.exp: run until all strings have been initialized
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\a' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\b' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\f' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\n' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\r' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\t' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in ASCII
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in EBCDIC-US
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in IBM1047
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in ISO-8859-1
PASS -> FAIL: gdb.base/charset.exp: try printing '\v' in UTF-32
PASS -> FAIL: gdb.base/charset.exp: typedef to wchar_t
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 eight
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 start
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 ten
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break1 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 9 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break2 with many checkpoints
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: break4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: breakpoint 1 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: diff input and output one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: diff input and output two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork five
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork four
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: exit, dropped into next fork two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: info checkpoints one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: info checkpoints with at least 600 checkpoints
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 0
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 1
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 10
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 2
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 3
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 4
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 5
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 6
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 7
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 8
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: no more checkpoint 9
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 1
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 10
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 2
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 3
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 4
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 5
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 6
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 7
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 8
PASS -> FAIL: gdb.base/checkpoint-ns.exp: outfile still open 9
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 0 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 1 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 1 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 1 two
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 10 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 10 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 2 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 2 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 2 two
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 3 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 3 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 3 two
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 4 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 4 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 4 two
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 5 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 5 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 5 two
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 6 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 6 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 6 two
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 7 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 7 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 7 two
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 8 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 8 three
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 9 one
PASS -> UNRESOLVED: gdb.base/checkpoint-ns.exp: restart 9 three
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 1 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 2 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 3 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 4 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 6 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 7 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 9 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify i 9 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 1 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 10 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 2 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 3 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 4 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 5 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 6 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 7 two
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 8 one
PASS -> FAIL: gdb.base/checkpoint-ns.exp: verify lines 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: break1 eight
PASS -> FAIL: gdb.base/checkpoint.exp: break1 five
PASS -> FAIL: gdb.base/checkpoint.exp: break1 four
PASS -> FAIL: gdb.base/checkpoint.exp: break1 nine
PASS -> FAIL: gdb.base/checkpoint.exp: break1 seven
PASS -> FAIL: gdb.base/checkpoint.exp: break1 six
PASS -> FAIL: gdb.base/checkpoint.exp: break1 start
PASS -> FAIL: gdb.base/checkpoint.exp: break1 ten
PASS -> FAIL: gdb.base/checkpoint.exp: break1 three
PASS -> FAIL: gdb.base/checkpoint.exp: break1 two
PASS -> FAIL: gdb.base/checkpoint.exp: break2 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 one
PASS -> FAIL: gdb.base/checkpoint.exp: break2 with many checkpoints
PASS -> FAIL: gdb.base/checkpoint.exp: break3 one
PASS -> FAIL: gdb.base/checkpoint.exp: break4 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: diff input and output one
PASS -> FAIL: gdb.base/checkpoint.exp: diff input and output two
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork five
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork four
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork one
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork three
PASS -> FAIL: gdb.base/checkpoint.exp: exit, dropped into next fork two
PASS -> FAIL: gdb.base/checkpoint.exp: info checkpoints one
PASS -> FAIL: gdb.base/checkpoint.exp: info checkpoints two
PASS -> FAIL: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 0
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 1
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 10
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 2
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 3
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 4
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 5
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 6
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 7
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 8
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: no more checkpoint 9
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 1
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 10
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 2
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 3
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 4
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 5
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 6
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 7
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 8
PASS -> FAIL: gdb.base/checkpoint.exp: outfile still open 9
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 0 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 1 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 1 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 1 two
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 10 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 10 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 2 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 2 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 2 two
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 3 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 3 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 3 two
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 4 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 4 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 4 two
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 5 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 5 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 5 two
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 6 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 6 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 6 two
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 7 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 7 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 7 two
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 8 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 8 three
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 9 one
PASS -> UNRESOLVED: gdb.base/checkpoint.exp: restart 9 three
PASS -> FAIL: gdb.base/checkpoint.exp: step in 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 1 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 2 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 3 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 4 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 5 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 6 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 7 two
PASS -> FAIL: gdb.base/checkpoint.exp: step in 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: step in 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify i 9 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 1 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 1 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 10 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 2 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 2 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 3 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 3 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 4 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 4 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 5 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 5 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 6 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 7 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 7 two
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 8 one
PASS -> FAIL: gdb.base/checkpoint.exp: verify lines 9 one
PASS -> FAIL: gdb.base/chng-syms.exp: continue until exit at breakpoint first time through
PASS -> FAIL: gdb.base/chng-syms.exp: running to stop_here first time
PASS -> FAIL: gdb.base/chng-syms.exp: running with invalidated bpt condition after executable changes
PASS -> FAIL: gdb.base/commands.exp: bp_deleted_in_command_test: run factorial until breakpoint
new FAIL: gdb.base/commands.exp: breakpoint_clear_command_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: breakpoint_command_test: cannot run to factorial
PASS -> FAIL: gdb.base/commands.exp: error_clears_commands_left: cmd1 error
new FAIL: gdb.base/commands.exp: if_while_breakpoint_command_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: infrun_breakpoint_command_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: progvar_complex_if_while_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: progvar_simple_if_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: progvar_simple_while_test: cannot run to factorial
PASS -> FAIL: gdb.base/commands.exp: temporary_breakpoint_commands: run factorial until temporary breakpoint
new FAIL: gdb.base/commands.exp: test_command_prompt_position: cannot run to factorial
new FAIL: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
new FAIL: gdb.base/compare-sections.exp: can't run to main
PASS -> FAIL: gdb.base/completion.exp: complete 'handle keyword'
PASS -> FAIL: gdb.base/completion.exp: complete 'handle signal'
PASS -> FAIL: gdb.base/completion.exp: complete 'p &values[0] -> a'
PASS -> FAIL: gdb.base/completion.exp: complete 'p no_var_named_this-arg'
PASS -> FAIL: gdb.base/completion.exp: complete 'p values[0] . a'
PASS -> FAIL: gdb.base/completion.exp: complete 'p values[0].a'
PASS -> FAIL: gdb.base/completion.exp: complete
PASS -> FAIL: gdb.base/completion.exp: complete help aliases
PASS -> FAIL: gdb.base/completion.exp: completion of field in anonymous union
PASS -> UNRESOLVED: gdb.base/completion.exp: set max-completions unlimited
new FAIL: gdb.base/cond-eval-mode.exp: can't run to main
new FAIL: gdb.base/condbreak-call-false.exp: can't run to main
PASS -> FAIL: gdb.base/condbreak.exp: break *main task 999 if
PASS -> FAIL: gdb.base/condbreak.exp: rerun to main
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker1
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker2
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker3
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint at marker4
PASS -> FAIL: gdb.base/condbreak.exp: run until breakpoint set at a line number
new FAIL: gdb.base/consecutive-step-over.exp: can't run to main
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: run to main
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: run to main
PASS -> FAIL: gdb.base/corefile.exp: attach: core file is cleared
PASS -> FAIL: gdb.base/corefile.exp: attach: with core
PASS -> UNRESOLVED: gdb.base/corefile.exp: no question: load core
PASS -> UNRESOLVED: gdb.base/corefile.exp: quit with a core file
PASS -> UNRESOLVED: gdb.base/corefile.exp: quit with a process
PASS -> FAIL: gdb.base/corefile.exp: run: core file is cleared
PASS -> FAIL: gdb.base/corefile.exp: run: with core
PASS -> FAIL: gdb.base/dbx.exp: assign first
PASS -> FAIL: gdb.base/dbx.exp: func print_average
PASS -> FAIL: gdb.base/dbx.exp: func sum
PASS -> FAIL: gdb.base/dbx.exp: print first
PASS -> FAIL: gdb.base/dbx.exp: running to main
new FAIL: gdb.base/debug-expr.exp: run to main
new FAIL: gdb.base/define.exp: define tests suppressed
PASS -> FAIL: gdb.base/define.exp: use hook-stop command
PASS -> FAIL: gdb.base/define.exp: use user command: nextwhere
PASS -> FAIL: gdb.base/detach.exp: detach, one
PASS -> FAIL: gdb.base/detach.exp: detach, two
PASS -> FAIL: gdb.base/detach.exp: set should_exit, one
PASS -> FAIL: gdb.base/detach.exp: set should_exit, two
new FAIL: gdb.base/disabled-location.exp: can't run to main
new FAIL: gdb.base/display.exp: could not run to main - other tests will fail.
PASS -> FAIL: gdb.base/dmsym.exp: continue
PASS -> FAIL: gdb.base/dmsym.exp: print val
PASS -> FAIL: gdb.base/dmsym.exp: run until breakpoint at BREAK
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: continue: can't run to main
new FAIL: gdb.base/double-prompt-target-event-error.exp: ctrlc target event: wrapcont: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp: agent: can't run to main
new FAIL: gdb.base/dprintf-bp-same-addr.exp: gdb: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: can't run to main
new FAIL: gdb.base/dprintf-next.exp: can't run to main
new FAIL: gdb.base/dprintf-non-stop.exp: can't run to main
PASS -> FAIL: gdb.base/dprintf-pending.exp: run to resolved dprintf
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf
new FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: delete #1, stop at #2
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_1_stop_2: delete $bp_num_1
new FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: delete #2, stop at #1
PASS -> FAIL: gdb.base/duplicate-bp.exp: del_2_stop_1: delete $bp_num_2
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: delete $bp_num_2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable #1, delete #2, stop at #3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: disable $bp_num_1
new FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: delete $bp_num_3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable #1, delete #3, stop at #2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: disable $bp_num_1
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: delete $bp_num_1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable #2, delete #1, stop at #3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: disable $bp_num_2
new FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: delete $bp_num_3
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable #2, delete #3, stop at #1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: disable $bp_num_2
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: delete $bp_num_1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable #3, delete #1, stop at #2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: disable $bp_num_3
new FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: can't run to main
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete $bp_num_2
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable #3, delete #2, stop at #1
PASS -> FAIL: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: disable $bp_num_3
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue from enable count, first time
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue from enable count, second time
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue through enable count, now disabled
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to auto-deleted break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to auto-disabled break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to break marker1, 2nd time
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue to ignored & auto-deleted break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop at auto-disabled break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & auto-deleted break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored & disabled break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue until exit at no stop at ignored break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue with ignore count
PASS -> FAIL: gdb.base/ena-dis-br.exp: continue with ignore count, not stopped at bpt
new FAIL: gdb.base/ena-dis-br.exp: enable/disable break tests suppressed
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-deleted break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-disabled break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: rerun to main
PASS -> FAIL: gdb.base/ena-dis-br.exp: step after continue with ignore count
PASS -> FAIL: gdb.base/ending-run.exp: Cleared 2 by line
PASS -> FAIL: gdb.base/ending-run.exp: Step to return
PASS -> FAIL: gdb.base/ending-run.exp: all set to continue
PASS -> FAIL: gdb.base/ending-run.exp: clear 2 by default
PASS -> FAIL: gdb.base/ending-run.exp: clear worked
PASS -> FAIL: gdb.base/ending-run.exp: cleared bp at line before routine
PASS -> FAIL: gdb.base/ending-run.exp: cont
PASS -> FAIL: gdb.base/ending-run.exp: run
PASS -> FAIL: gdb.base/ending-run.exp: step out of main
PASS -> FAIL: gdb.base/ending-run.exp: step to end of run
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
new FAIL: gdb.base/execl-update-breakpoints.exp: couldn't run to main
new FAIL: gdb.base/execution-termios.exp: continue: can't run to main
new FAIL: gdb.base/execution-termios.exp: finish: can't run to main
new FAIL: gdb.base/execution-termios.exp: infcall: can't run to main
new FAIL: gdb.base/execution-termios.exp: next: can't run to main
PASS -> FAIL: gdb.base/find.exp: $_
PASS -> FAIL: gdb.base/find.exp: $numfound
PASS -> FAIL: gdb.base/find.exp: find 16-bit pattern
PASS -> FAIL: gdb.base/find.exp: find 32-bit pattern
PASS -> FAIL: gdb.base/find.exp: find 64-bit pattern
PASS -> FAIL: gdb.base/find.exp: find byte pattern with end address
PASS -> FAIL: gdb.base/find.exp: find mixed-sized pattern
PASS -> FAIL: gdb.base/find.exp: find pattern straddling chunk boundary
PASS -> FAIL: gdb.base/find.exp: find string pattern
PASS -> FAIL: gdb.base/find.exp: max-count
PASS -> FAIL: gdb.base/find.exp: pattern found at end of range
PASS -> FAIL: gdb.base/find.exp: run until function breakpoint
PASS -> FAIL: gdb.base/find.exp: search spanning large range
new FAIL: gdb.base/find.exp: set *
new FAIL: gdb.base/find.exp: set int16_search_buf[10] = 0x1234
new FAIL: gdb.base/find.exp: set int32_search_buf[10] = 0x12345678
new FAIL: gdb.base/find.exp: set int64_search_buf[10] = 0xfedcba9876543210LL
PASS -> FAIL: gdb.base/find.exp: size,max-count, /1/b
PASS -> FAIL: gdb.base/find.exp: size,max-count, /1b
PASS -> FAIL: gdb.base/find.exp: size,max-count, /b/1
PASS -> FAIL: gdb.base/find.exp: size,max-count, /b1
new FAIL: gdb.base/finish-pretty.exp: can't run to foo
new FAIL: gdb.base/fixsection.exp: can't run to main
new FAIL: gdb.base/foll-exec-mode.exp: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: new,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,continue,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: couldn't run foll-exec-mode
new FAIL: gdb.base/foll-exec.exp: couldn't run foll-exec
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: run
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: run
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=off: follow_fork_mode=parent: detach_on_fork=on: run
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=off: run
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: 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/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: run
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new FAIL: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: can't run to main
PASS -> FAIL: gdb.base/frame-selection.exp: backtrace at breakpoint
PASS -> FAIL: gdb.base/frame-selection.exp: continue to breakpoint: frame_2
PASS -> FAIL: gdb.base/frame-selection.exp: frame 0
PASS -> FAIL: gdb.base/frame-selection.exp: frame 1
PASS -> FAIL: gdb.base/frame-selection.exp: frame 2
PASS -> FAIL: gdb.base/frame-selection.exp: frame 3
PASS -> FAIL: gdb.base/frame-selection.exp: get_frame_address: frame 0
PASS -> FAIL: gdb.base/frame-selection.exp: get_frame_address: frame 1
PASS -> FAIL: gdb.base/frame-selection.exp: get_frame_address: frame 2
new FAIL: gdb.base/frameapply.exp: can't run to setup_done
new FAIL: gdb.base/func-ptr.exp: can't run to main
PASS -> FAIL: gdb.base/funcargs.exp: backtrace after alloca
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6a
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6b
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6c
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6d
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6e
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6f
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6g
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6h
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6i
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6j
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call6k
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7a
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7b
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7c
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7d
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7e
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7f
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7g
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7h
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7i
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7j
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call7k
PASS -> FAIL: gdb.base/funcargs.exp: backtrace from call_after_alloca_subr
PASS -> FAIL: gdb.base/funcargs.exp: backtrace in indirectly called function
PASS -> FAIL: gdb.base/funcargs.exp: backtrace through call with trampolines
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0a
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call1e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2f
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2g
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2h
PASS -> FAIL: gdb.base/funcargs.exp: continue to call2i
PASS -> FAIL: gdb.base/funcargs.exp: continue to call3b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call3c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call4b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call5b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6f
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6g
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6h
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6i
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6j
PASS -> FAIL: gdb.base/funcargs.exp: continue to call6k
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7b
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7c
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7d
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7e
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7f
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7g
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7h
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7i
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7j
PASS -> FAIL: gdb.base/funcargs.exp: continue to call7k
PASS -> FAIL: gdb.base/funcargs.exp: continue to callc1b
PASS -> FAIL: gdb.base/funcargs.exp: continue to callc2b
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcb
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcc
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcd
PASS -> FAIL: gdb.base/funcargs.exp: continue to callce
PASS -> FAIL: gdb.base/funcargs.exp: continue to callcf
PASS -> FAIL: gdb.base/funcargs.exp: finish from indirectly called function
PASS -> FAIL: gdb.base/funcargs.exp: finish from marker_call_with_trampolines
PASS -> FAIL: gdb.base/funcargs.exp: print *unp
PASS -> FAIL: gdb.base/funcargs.exp: print d1 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print d2 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print f1 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print f2 after run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: print un
PASS -> FAIL: gdb.base/funcargs.exp: recursive passing of structs by value
PASS -> FAIL: gdb.base/funcargs.exp: run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: run to call1a
PASS -> FAIL: gdb.base/funcargs.exp: run to call2a
PASS -> FAIL: gdb.base/funcargs.exp: run to call3a
PASS -> FAIL: gdb.base/funcargs.exp: run to call4a
PASS -> FAIL: gdb.base/funcargs.exp: run to call5a
PASS -> FAIL: gdb.base/funcargs.exp: run to call6a
PASS -> FAIL: gdb.base/funcargs.exp: run to call7a
PASS -> FAIL: gdb.base/funcargs.exp: run to callc1a
PASS -> FAIL: gdb.base/funcargs.exp: run to callc2a
PASS -> FAIL: gdb.base/funcargs.exp: run to hitbottom
PASS -> FAIL: gdb.base/funcargs.exp: stepping back to main from function called with trampolines
PASS -> FAIL: gdb.base/funcargs.exp: stepping into function called with trampolines
PASS -> FAIL: gdb.base/funcargs.exp: stepping into indirectly called function
new FAIL: gdb.base/gcore-relro-pie.exp: can't run to break_here
new FAIL: gdb.base/gcore-tls-pie.exp: can't run to break_here
new FAIL: gdb.base/gdb-caching-proc.exp: argv[0] should be available on this target
PASS -> FAIL: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes
new FAIL: gdb.base/gdb1090.exp: can't run to main
new FAIL: gdb.base/gdb11530.exp: run to main
new FAIL: gdb.base/gdb11531.exp: run to main
new FAIL: gdb.base/gdb1555.exp: can't run to main
new FAIL: gdb.base/gnu_vector.exp: runto main
new FAIL: gdb.base/hbreak-in-shr-unsupported.exp: can't run to main
new FAIL: gdb.base/hbreak-unmapped.exp: can't run to main
new FAIL: gdb.base/hbreak2.exp: break tests suppressed
new FAIL: gdb.base/hook-stop.exp: hook-stop kills inferior: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs before frame print: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue&: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs continue: can't run to main
new FAIL: gdb.base/hook-stop.exp: hook-stop runs next: can't run to main
new FAIL: gdb.base/infcall-input.exp: couldn't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tdc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tfc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ti: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tl: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ts: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tldc: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-td: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tf: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tld: can't run to main
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts: can't run to main
new FAIL: gdb.base/info-fun.exp: NO: can't run to main
new FAIL: gdb.base/info-os.exp: cannot run to main
new FAIL: gdb.base/info-program.exp: can't run to main
new FAIL: gdb.base/info_qt.exp: can't run to setup_done
new FAIL: gdb.base/interp.exp: run to main
new FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function
new FAIL: gdb.base/interrupt-noterm.exp: can't run to main
PASS -> FAIL: gdb.base/jit-attach-pie.exp: attach
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: address changed
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: shared: change addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: second run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: initial run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: initial run: maint info breakpoints shows jit breakpoint
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: second run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: shared: same addr: second run: maint info breakpoints shows jit breakpoint
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: attach: one_jit_test-2: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-1: can't run to main
new FAIL: gdb.base/jit.exp: one_jit_test-2: can't run to main
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: detach inferiors 3
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: kill inferiors 1 2
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: start
new FAIL: gdb.base/label.exp: label tests suppressed
new FAIL: gdb.base/line-symtabs.exp: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list - after stop: 10, 3: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 1, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 10: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 1: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 2: can't run to main
new FAIL: gdb.base/list.exp: list after stop: 10, 3: can't run to main
new FAIL: gdb.base/load-command.exp: can't run to main
new FAIL: gdb.base/long-inferior-output.exp: run to main
new FAIL: gdb.base/long_long.exp: run to known_types
new FAIL: gdb.base/longjmp.exp: can't run to main
new FAIL: gdb.base/macscp.exp: macro tests suppressed: couldn't run to main
PASS -> UNRESOLVED: gdb.base/maint.exp: maint check-psymtabs
PASS -> FAIL: gdb.base/maint.exp: maint info breakpoints
PASS -> FAIL: gdb.base/maint.exp: maint print type
new FAIL: gdb.base/max-value-size.exp: can't run to main
PASS -> FAIL: gdb.base/memattr.exp: mem1 can be written
PASS -> FAIL: gdb.base/multi-forks.exp: detach 2
PASS -> FAIL: gdb.base/multi-forks.exp: detach 3
PASS -> FAIL: gdb.base/multi-forks.exp: detach 4
PASS -> FAIL: gdb.base/multi-forks.exp: detach 5
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 10
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 11
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 12
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 13
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 14
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 15
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 16
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 6
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 7
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 8
PASS -> FAIL: gdb.base/multi-forks.exp: did kill 9
PASS -> FAIL: gdb.base/multi-forks.exp: follow parent, print pids
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 1
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 10
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 11
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 12
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 13
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 14
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 15
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 2
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 3
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 4
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 5
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 6
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 7
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 8
PASS -> FAIL: gdb.base/multi-forks.exp: inferior 9
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 1
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 10
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 11
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 12
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 13
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 14
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 15
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 16
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 2
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 3
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 4
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 5
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 6
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 7
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 8
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 9
PASS -> FAIL: gdb.base/multi-forks.exp: kill 10
PASS -> FAIL: gdb.base/multi-forks.exp: kill 11
PASS -> FAIL: gdb.base/multi-forks.exp: kill 12
PASS -> FAIL: gdb.base/multi-forks.exp: kill 13
PASS -> FAIL: gdb.base/multi-forks.exp: kill 14
PASS -> FAIL: gdb.base/multi-forks.exp: kill 15
PASS -> FAIL: gdb.base/multi-forks.exp: kill 16
PASS -> FAIL: gdb.base/multi-forks.exp: kill 6
PASS -> FAIL: gdb.base/multi-forks.exp: kill 7
PASS -> FAIL: gdb.base/multi-forks.exp: kill 8
PASS -> FAIL: gdb.base/multi-forks.exp: kill 9
PASS -> FAIL: gdb.base/multi-forks.exp: restart final
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 1
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 10
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 11
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 12
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 13
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 14
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 15
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 16
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 2
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 3
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 4
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 5
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 6
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 7
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 8
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 9
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: breakpoint hit reported on main console too
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: next on main console
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: run to breakpoint on extra console
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: breakpoint hit reported on extra console too
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: next on extra console
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: run to breakpoint on main console
PASS -> FAIL: gdb.base/new-ui-pending-input.exp: run to breakpoint on extra console
PASS -> FAIL: gdb.base/new-ui-pending-input.exp: run to breakpoint on main console
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
PASS -> FAIL: gdb.base/nostdlib.exp: continue to marker
PASS -> FAIL: gdb.base/nostdlib.exp: stop at run
new FAIL: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: cancel with quit: can't run to main
new FAIL: gdb.base/paginate-bg-execution.exp: paginate: can't run to main
new FAIL: gdb.base/paginate-inferior-exit.exp: paginate: can't run to main
PASS -> FAIL: gdb.base/pending.exp: continue to resolved breakpoint 1
PASS -> FAIL: gdb.base/pending.exp: continue to resolved breakpoint 2
PASS -> FAIL: gdb.base/pending.exp: continue to resolved breakpoint 3
PASS -> FAIL: gdb.base/pending.exp: rerun to main
PASS -> FAIL: gdb.base/pending.exp: run to resolved breakpoint 1
PASS -> FAIL: gdb.base/pending.exp: running to main
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_child: continue
new FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: continue
new FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: can't run to main
PASS -> FAIL: gdb.base/pie-fork.exp: test_no_detach_on_fork: continue
new FAIL: gdb.base/pr11022.exp: can't run to main
new FAIL: gdb.base/printcmds.exp: can't run to main
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=quit: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sighup: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=0: quit_how=sigterm: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=quit: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sighup: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach-nofile: extra_inferior=1: quit_how=sigterm: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=quit: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sighup: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=0: quit_how=sigterm: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=quit: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sighup: attach
PASS -> FAIL: gdb.base/quit-live.exp: appear_how=attach: extra_inferior=1: quit_how=sigterm: attach
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: can't run to main
new FAIL: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: can't run to main
new FAIL: gdb.base/range-stepping.exp: can't run to main
new FAIL: gdb.base/reggroups.exp: can't run to main
PASS -> FAIL: gdb.base/relativedebug.exp: continue
PASS -> FAIL: gdb.base/relativedebug.exp: pause found in backtrace
PASS -> FAIL: gdb.base/reread-readsym.exp: source reread-readsym.gdb 1
PASS -> FAIL: gdb.base/reread-readsym.exp: source reread-readsym.gdb 2
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : continue until exit at second pass
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : run to foo
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : second pass: run to foo
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : continue until exit at second pass
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : run to foo
PASS -> FAIL: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : second pass: run to foo
PASS -> FAIL: gdb.base/run-after-attach.exp: attach to process
PASS -> UNRESOLVED: gdb.base/run-after-attach.exp: attempt kill via quit
PASS -> FAIL: gdb.base/run-after-attach.exp: restart process
new FAIL: gdb.base/savedregs.exp: can't run to main
PASS -> FAIL: gdb.base/sepdebug.exp: backtrace from factorial
PASS -> FAIL: gdb.base/sepdebug.exp: backtrace while in called function
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 1st time
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 2nd time
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 3rd time
PASS -> FAIL: gdb.base/sepdebug.exp: break on default location, 4th time
PASS -> FAIL: gdb.base/sepdebug.exp: breakpoint offset +1
PASS -> FAIL: gdb.base/sepdebug.exp: build-id: run until breakpoint set at small function, optimized file
PASS -> FAIL: gdb.base/sepdebug.exp: build-id: run until function breakpoint, optimized file
PASS -> FAIL: gdb.base/sepdebug.exp: clear current line has no breakpoint disallowed
PASS -> FAIL: gdb.base/sepdebug.exp: continue to factorial
PASS -> FAIL: gdb.base/sepdebug.exp: continue until exit at recursive next test
PASS -> FAIL: gdb.base/sepdebug.exp: debuglink: run until breakpoint set at small function, optimized file
PASS -> FAIL: gdb.base/sepdebug.exp: debuglink: run until function breakpoint, optimized file
PASS -> FAIL: gdb.base/sepdebug.exp: finish from called function
PASS -> FAIL: gdb.base/sepdebug.exp: finish from outermost frame disallowed
PASS -> FAIL: gdb.base/sepdebug.exp: finish with arguments disallowed
PASS -> FAIL: gdb.base/sepdebug.exp: hit breakpoint on called function
PASS -> FAIL: gdb.base/sepdebug.exp: hit silent break bp_location1
PASS -> FAIL: gdb.base/sepdebug.exp: multiple-dirs: run until breakpoint set at small function, optimized file
PASS -> FAIL: gdb.base/sepdebug.exp: multiple-dirs: run until function breakpoint, optimized file
PASS -> FAIL: gdb.base/sepdebug.exp: next over recursive call
PASS -> FAIL: gdb.base/sepdebug.exp: next to recursive call
PASS -> FAIL: gdb.base/sepdebug.exp: run to factorial
PASS -> FAIL: gdb.base/sepdebug.exp: run until breakpoint set at a line number
PASS -> FAIL: gdb.base/sepdebug.exp: run until file:function
PASS -> FAIL: gdb.base/sepdebug.exp: run until file:linenum breakpoint
PASS -> FAIL: gdb.base/sepdebug.exp: run until function breakpoint
PASS -> FAIL: gdb.base/sepdebug.exp: run until quoted breakpoint
new FAIL: gdb.base/sepdebug.exp: sepdebug tests suppressed
PASS -> FAIL: gdb.base/sepdebug.exp: step onto breakpoint
PASS -> FAIL: gdb.base/sepdebug.exp: step over breakpoint
PASS -> FAIL: gdb.base/sepdebug.exp: stopped for silent break bp_location1
PASS -> FAIL: gdb.base/sepdebug.exp: until bp_location1
new FAIL: gdb.base/set-noassign.exp: can't run to main
new FAIL: gdb.base/setshow.exp: can't run to main
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: empty var: print result of getenv for GDB_TEST_VAR
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: long var value: print result of getenv for GDB_TEST_VAR
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: print result of getenv for A
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: print result of getenv for B
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: print result of getenv for C
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: print result of getenv for A
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: print result of getenv for B
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset one variable, reset one: print result of getenv for C
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: print result of getenv for A
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: print result of getenv for B
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: unset two variables, reset one: print result of getenv for C
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: test unset of vars: check if unset works
PASS -> FAIL: gdb.base/shlib-call.exp: breakpoint function shr2
PASS -> FAIL: gdb.base/shlib-call.exp: continue until exit
FAIL -> UNRESOLVED: gdb.base/shlib-call.exp: next to shr1
PASS -> FAIL: gdb.base/shlib-call.exp: print mainshr1
PASS -> FAIL: gdb.base/shlib-call.exp: re-run to bp in shared library
PASS -> FAIL: gdb.base/shlib-call.exp: run to bp in shared library
PASS -> FAIL: gdb.base/shlib-call.exp: run until breakpoint set at a function
PASS -> FAIL: gdb.base/shlib-call.exp: step into mainshr1
PASS -> FAIL: gdb.base/shlib-call.exp: step out of shr2 to main
new FAIL: gdb.base/shreloc.exp: can't run to main
PASS -> FAIL: gdb.base/sigall.exp: advance to 33
PASS -> FAIL: gdb.base/sigall.exp: advance to 34
PASS -> FAIL: gdb.base/sigall.exp: advance to 35
PASS -> FAIL: gdb.base/sigall.exp: advance to 36
PASS -> FAIL: gdb.base/sigall.exp: advance to 37
PASS -> FAIL: gdb.base/sigall.exp: advance to 38
PASS -> FAIL: gdb.base/sigall.exp: advance to 39
PASS -> FAIL: gdb.base/sigall.exp: advance to 40
PASS -> FAIL: gdb.base/sigall.exp: advance to 41
PASS -> FAIL: gdb.base/sigall.exp: advance to 42
PASS -> FAIL: gdb.base/sigall.exp: advance to 43
PASS -> FAIL: gdb.base/sigall.exp: advance to 44
PASS -> FAIL: gdb.base/sigall.exp: advance to 45
PASS -> FAIL: gdb.base/sigall.exp: advance to 46
PASS -> FAIL: gdb.base/sigall.exp: advance to 47
PASS -> FAIL: gdb.base/sigall.exp: advance to 48
PASS -> FAIL: gdb.base/sigall.exp: advance to 49
PASS -> FAIL: gdb.base/sigall.exp: advance to 50
PASS -> FAIL: gdb.base/sigall.exp: advance to 51
PASS -> FAIL: gdb.base/sigall.exp: advance to 52
PASS -> FAIL: gdb.base/sigall.exp: advance to 53
PASS -> FAIL: gdb.base/sigall.exp: advance to 54
PASS -> FAIL: gdb.base/sigall.exp: advance to 55
PASS -> FAIL: gdb.base/sigall.exp: advance to 56
PASS -> FAIL: gdb.base/sigall.exp: advance to 57
PASS -> FAIL: gdb.base/sigall.exp: advance to 58
PASS -> FAIL: gdb.base/sigall.exp: advance to 59
PASS -> FAIL: gdb.base/sigall.exp: advance to 60
PASS -> FAIL: gdb.base/sigall.exp: advance to 61
PASS -> FAIL: gdb.base/sigall.exp: advance to 62
PASS -> FAIL: gdb.base/sigall.exp: advance to 63
PASS -> FAIL: gdb.base/sigall.exp: advance to ALRM
PASS -> FAIL: gdb.base/sigall.exp: advance to BUS
PASS -> FAIL: gdb.base/sigall.exp: advance to CHLD
PASS -> FAIL: gdb.base/sigall.exp: advance to CONT
PASS -> FAIL: gdb.base/sigall.exp: advance to DANGER
PASS -> FAIL: gdb.base/sigall.exp: advance to EMT
PASS -> FAIL: gdb.base/sigall.exp: advance to FPE
PASS -> FAIL: gdb.base/sigall.exp: advance to GRANT
PASS -> FAIL: gdb.base/sigall.exp: advance to HUP
PASS -> FAIL: gdb.base/sigall.exp: advance to ILL
PASS -> FAIL: gdb.base/sigall.exp: advance to IO
PASS -> FAIL: gdb.base/sigall.exp: advance to LOST
PASS -> FAIL: gdb.base/sigall.exp: advance to LWP
PASS -> FAIL: gdb.base/sigall.exp: advance to MSG
PASS -> FAIL: gdb.base/sigall.exp: advance to PHONE
PASS -> FAIL: gdb.base/sigall.exp: advance to PIPE
PASS -> FAIL: gdb.base/sigall.exp: advance to POLL
PASS -> FAIL: gdb.base/sigall.exp: advance to PRIO
PASS -> FAIL: gdb.base/sigall.exp: advance to PROF
PASS -> FAIL: gdb.base/sigall.exp: advance to PWR
PASS -> FAIL: gdb.base/sigall.exp: advance to QUIT
PASS -> FAIL: gdb.base/sigall.exp: advance to RETRACT
PASS -> FAIL: gdb.base/sigall.exp: advance to SAK
PASS -> FAIL: gdb.base/sigall.exp: advance to SEGV
PASS -> FAIL: gdb.base/sigall.exp: advance to SOUND
PASS -> FAIL: gdb.base/sigall.exp: advance to SYS
PASS -> FAIL: gdb.base/sigall.exp: advance to TERM
PASS -> FAIL: gdb.base/sigall.exp: advance to TSTP
PASS -> FAIL: gdb.base/sigall.exp: advance to TTIN
PASS -> FAIL: gdb.base/sigall.exp: advance to TTOU
PASS -> FAIL: gdb.base/sigall.exp: advance to URG
PASS -> FAIL: gdb.base/sigall.exp: advance to USR1
PASS -> FAIL: gdb.base/sigall.exp: advance to USR2
PASS -> FAIL: gdb.base/sigall.exp: advance to VTALRM
PASS -> FAIL: gdb.base/sigall.exp: advance to WAITING
PASS -> FAIL: gdb.base/sigall.exp: advance to WINCH
PASS -> FAIL: gdb.base/sigall.exp: advance to WIND
PASS -> FAIL: gdb.base/sigall.exp: advance to XCPU
PASS -> FAIL: gdb.base/sigall.exp: advance to XFSZ
PASS -> FAIL: gdb.base/sigall.exp: continue until exit at continue to sigall exit
new FAIL: gdb.base/sigall.exp: get signal 33
new FAIL: gdb.base/sigall.exp: get signal 34
new FAIL: gdb.base/sigall.exp: get signal 35
new FAIL: gdb.base/sigall.exp: get signal 36
new FAIL: gdb.base/sigall.exp: get signal 37
new FAIL: gdb.base/sigall.exp: get signal 38
new FAIL: gdb.base/sigall.exp: get signal 39
new FAIL: gdb.base/sigall.exp: get signal 40
new FAIL: gdb.base/sigall.exp: get signal 41
new FAIL: gdb.base/sigall.exp: get signal 42
new FAIL: gdb.base/sigall.exp: get signal 43
new FAIL: gdb.base/sigall.exp: get signal 44
new FAIL: gdb.base/sigall.exp: get signal 45
new FAIL: gdb.base/sigall.exp: get signal 46
new FAIL: gdb.base/sigall.exp: get signal 47
new FAIL: gdb.base/sigall.exp: get signal 48
new FAIL: gdb.base/sigall.exp: get signal 49
new FAIL: gdb.base/sigall.exp: get signal 50
new FAIL: gdb.base/sigall.exp: get signal 51
new FAIL: gdb.base/sigall.exp: get signal 52
new FAIL: gdb.base/sigall.exp: get signal 53
new FAIL: gdb.base/sigall.exp: get signal 54
new FAIL: gdb.base/sigall.exp: get signal 55
new FAIL: gdb.base/sigall.exp: get signal 56
new FAIL: gdb.base/sigall.exp: get signal 57
new FAIL: gdb.base/sigall.exp: get signal 58
new FAIL: gdb.base/sigall.exp: get signal 59
new FAIL: gdb.base/sigall.exp: get signal 60
new FAIL: gdb.base/sigall.exp: get signal 61
new FAIL: gdb.base/sigall.exp: get signal 62
new FAIL: gdb.base/sigall.exp: get signal 63
PASS -> FAIL: gdb.base/sigall.exp: get signal ABRT
PASS -> FAIL: gdb.base/sigall.exp: get signal ALRM
PASS -> FAIL: gdb.base/sigall.exp: get signal BUS
PASS -> FAIL: gdb.base/sigall.exp: get signal CHLD
PASS -> FAIL: gdb.base/sigall.exp: get signal CONT
new FAIL: gdb.base/sigall.exp: get signal DANGER
new FAIL: gdb.base/sigall.exp: get signal EMT
PASS -> FAIL: gdb.base/sigall.exp: get signal FPE
new FAIL: gdb.base/sigall.exp: get signal GRANT
PASS -> FAIL: gdb.base/sigall.exp: get signal HUP
PASS -> FAIL: gdb.base/sigall.exp: get signal ILL
PASS -> FAIL: gdb.base/sigall.exp: get signal IO
new FAIL: gdb.base/sigall.exp: get signal LOST
new FAIL: gdb.base/sigall.exp: get signal LWP
new FAIL: gdb.base/sigall.exp: get signal MSG
new FAIL: gdb.base/sigall.exp: get signal PHONE
PASS -> FAIL: gdb.base/sigall.exp: get signal PIPE
new FAIL: gdb.base/sigall.exp: get signal POLL
new FAIL: gdb.base/sigall.exp: get signal PRIO
PASS -> FAIL: gdb.base/sigall.exp: get signal PROF
PASS -> FAIL: gdb.base/sigall.exp: get signal PWR
PASS -> FAIL: gdb.base/sigall.exp: get signal QUIT
new FAIL: gdb.base/sigall.exp: get signal RETRACT
new FAIL: gdb.base/sigall.exp: get signal SAK
PASS -> FAIL: gdb.base/sigall.exp: get signal SEGV
new FAIL: gdb.base/sigall.exp: get signal SOUND
PASS -> FAIL: gdb.base/sigall.exp: get signal SYS
PASS -> FAIL: gdb.base/sigall.exp: get signal TERM
PASS -> FAIL: gdb.base/sigall.exp: get signal TSTP
PASS -> FAIL: gdb.base/sigall.exp: get signal TTIN
PASS -> FAIL: gdb.base/sigall.exp: get signal TTOU
PASS -> FAIL: gdb.base/sigall.exp: get signal URG
PASS -> FAIL: gdb.base/sigall.exp: get signal USR1
PASS -> FAIL: gdb.base/sigall.exp: get signal USR2
PASS -> FAIL: gdb.base/sigall.exp: get signal VTALRM
new FAIL: gdb.base/sigall.exp: get signal WAITING
PASS -> FAIL: gdb.base/sigall.exp: get signal WINCH
new FAIL: gdb.base/sigall.exp: get signal WIND
PASS -> FAIL: gdb.base/sigall.exp: get signal XCPU
PASS -> FAIL: gdb.base/sigall.exp: get signal XFSZ
PASS -> FAIL: gdb.base/sigall.exp: send signal 33
PASS -> FAIL: gdb.base/sigall.exp: send signal 34
PASS -> FAIL: gdb.base/sigall.exp: send signal 35
PASS -> FAIL: gdb.base/sigall.exp: send signal 36
PASS -> FAIL: gdb.base/sigall.exp: send signal 37
PASS -> FAIL: gdb.base/sigall.exp: send signal 38
PASS -> FAIL: gdb.base/sigall.exp: send signal 39
PASS -> FAIL: gdb.base/sigall.exp: send signal 40
PASS -> FAIL: gdb.base/sigall.exp: send signal 41
PASS -> FAIL: gdb.base/sigall.exp: send signal 42
PASS -> FAIL: gdb.base/sigall.exp: send signal 43
PASS -> FAIL: gdb.base/sigall.exp: send signal 44
PASS -> FAIL: gdb.base/sigall.exp: send signal 45
PASS -> FAIL: gdb.base/sigall.exp: send signal 46
PASS -> FAIL: gdb.base/sigall.exp: send signal 47
PASS -> FAIL: gdb.base/sigall.exp: send signal 48
PASS -> FAIL: gdb.base/sigall.exp: send signal 49
PASS -> FAIL: gdb.base/sigall.exp: send signal 50
PASS -> FAIL: gdb.base/sigall.exp: send signal 51
PASS -> FAIL: gdb.base/sigall.exp: send signal 52
PASS -> FAIL: gdb.base/sigall.exp: send signal 53
PASS -> FAIL: gdb.base/sigall.exp: send signal 54
PASS -> FAIL: gdb.base/sigall.exp: send signal 55
PASS -> FAIL: gdb.base/sigall.exp: send signal 56
PASS -> FAIL: gdb.base/sigall.exp: send signal 57
PASS -> FAIL: gdb.base/sigall.exp: send signal 58
PASS -> FAIL: gdb.base/sigall.exp: send signal 59
PASS -> FAIL: gdb.base/sigall.exp: send signal 60
PASS -> FAIL: gdb.base/sigall.exp: send signal 61
PASS -> FAIL: gdb.base/sigall.exp: send signal 62
PASS -> FAIL: gdb.base/sigall.exp: send signal 63
PASS -> FAIL: gdb.base/sigall.exp: send signal ABRT
PASS -> FAIL: gdb.base/sigall.exp: send signal ALRM
PASS -> FAIL: gdb.base/sigall.exp: send signal BUS
PASS -> FAIL: gdb.base/sigall.exp: send signal CHLD
PASS -> FAIL: gdb.base/sigall.exp: send signal CONT
PASS -> FAIL: gdb.base/sigall.exp: send signal DANGER
PASS -> FAIL: gdb.base/sigall.exp: send signal EMT
PASS -> FAIL: gdb.base/sigall.exp: send signal FPE
PASS -> FAIL: gdb.base/sigall.exp: send signal GRANT
PASS -> FAIL: gdb.base/sigall.exp: send signal HUP
PASS -> FAIL: gdb.base/sigall.exp: send signal ILL
PASS -> FAIL: gdb.base/sigall.exp: send signal IO
PASS -> FAIL: gdb.base/sigall.exp: send signal LOST
PASS -> FAIL: gdb.base/sigall.exp: send signal LWP
PASS -> FAIL: gdb.base/sigall.exp: send signal MSG
PASS -> FAIL: gdb.base/sigall.exp: send signal PHONE
PASS -> FAIL: gdb.base/sigall.exp: send signal PIPE
PASS -> FAIL: gdb.base/sigall.exp: send signal POLL
PASS -> FAIL: gdb.base/sigall.exp: send signal PRIO
PASS -> FAIL: gdb.base/sigall.exp: send signal PROF
PASS -> FAIL: gdb.base/sigall.exp: send signal PWR
PASS -> FAIL: gdb.base/sigall.exp: send signal QUIT
PASS -> FAIL: gdb.base/sigall.exp: send signal RETRACT
PASS -> FAIL: gdb.base/sigall.exp: send signal SAK
PASS -> FAIL: gdb.base/sigall.exp: send signal SEGV
PASS -> FAIL: gdb.base/sigall.exp: send signal SOUND
PASS -> FAIL: gdb.base/sigall.exp: send signal SYS
PASS -> FAIL: gdb.base/sigall.exp: send signal TERM
PASS -> FAIL: gdb.base/sigall.exp: send signal TSTP
PASS -> FAIL: gdb.base/sigall.exp: send signal TTIN
PASS -> FAIL: gdb.base/sigall.exp: send signal TTOU
PASS -> FAIL: gdb.base/sigall.exp: send signal URG
PASS -> FAIL: gdb.base/sigall.exp: send signal USR1
PASS -> FAIL: gdb.base/sigall.exp: send signal USR2
PASS -> FAIL: gdb.base/sigall.exp: send signal VTALRM
PASS -> FAIL: gdb.base/sigall.exp: send signal WAITING
PASS -> FAIL: gdb.base/sigall.exp: send signal WINCH
PASS -> FAIL: gdb.base/sigall.exp: send signal WIND
PASS -> FAIL: gdb.base/sigall.exp: send signal XCPU
PASS -> FAIL: gdb.base/sigall.exp: send signal XFSZ
new FAIL: gdb.base/sigaltstack.exp: can't run to main
new FAIL: gdb.base/sigbpt.exp: can't run to main
PASS -> FAIL: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
new FAIL: gdb.base/siginfo-addr.exp: can't run to main
new FAIL: gdb.base/siginfo-obj.exp: can't run to main
new FAIL: gdb.base/siginfo-thread.exp: can't run to main
new FAIL: gdb.base/siginfo.exp: can't run to main
new FAIL: gdb.base/signull.exp: can't run to main
new FAIL: gdb.base/sigrepeat.exp: can't run to main
PASS -> FAIL: gdb.base/sigstep.exp: continue over handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: continue over handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler entry: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: performing next
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, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: performing next
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: next on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set done
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: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step 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, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: performing step
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, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: performing step
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 entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: performing step
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: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: set done
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=off: stepi on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: performing continue
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: performing next
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: next on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: performing nexti
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: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: backtrace
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set done
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: set no_handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: watch $convenience
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: continue to infinite loop
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave signal trampoline
PASS -> FAIL: gdb.base/sigstep.exp: next over handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: next over handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: next to handler entry: performing next
PASS -> FAIL: gdb.base/sigstep.exp: next to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: next to handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: next to handler: performing next
PASS -> FAIL: gdb.base/sigstep.exp: next to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: leave signal trampoline
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: nexti over handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler entry: performing nexti
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: nexti to handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave signal trampoline
PASS -> FAIL: gdb.base/sigstep.exp: step over handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: step over handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: step to handler entry: performing step
PASS -> FAIL: gdb.base/sigstep.exp: step to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: step to handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: step to handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: step to handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: step to handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: step to handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: step to handler
PASS -> FAIL: gdb.base/sigstep.exp: step to handler: performing step
PASS -> FAIL: gdb.base/sigstep.exp: step to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: continue to handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: leave signal trampoline
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: advanced
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: get next PC
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: stepi over handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler entry: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: stepi to handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: stepi to handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: stepi to handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: stepi to handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: stepi to handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: advance in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: continue to signal
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: si in handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: stepi to handler
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/skip-solib.exp: bt
new FAIL: gdb.base/skip-solib.exp: skip tests suppressed
PASS -> FAIL: gdb.base/skip-solib.exp: step
PASS -> FAIL: gdb.base/skip-solib.exp: step after ignoring solib file.
new FAIL: gdb.base/skip.exp: can't run to main
new FAIL: gdb.base/so-impl-ld.exp: implicit solibs tests suppressed
PASS -> FAIL: gdb.base/so-impl-ld.exp: step in solib call
PASS -> FAIL: gdb.base/so-impl-ld.exp: step into solib call
PASS -> FAIL: gdb.base/so-impl-ld.exp: step out of solib call
PASS -> FAIL: gdb.base/so-impl-ld.exp: step over solib call
new FAIL: gdb.base/solib-corrupted.exp: can't run to main
new FAIL: gdb.base/solib-display.exp: NO: can't run to main
PASS -> FAIL: gdb.base/solib-nodir.exp: library loaded
new FAIL: gdb.base/solib-search.exp: can't run to main
new FAIL: gdb.base/solib-symbol.exp: can't run to main
new FAIL: gdb.base/solib-vanish.exp: can't run to main
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first
PASS -> FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first
new FAIL: gdb.base/solib-weak.exp: setting breakpoint at bar
new FAIL: gdb.base/source-execution.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp-2.exp: can't run to main
new FAIL: gdb.base/sss-bp-on-user-bp.exp: can't run to main
new FAIL: gdb.base/stack-checking.exp: can't run to main
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: inferior started
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: set startup-with-shell off
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: testing first argument
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = *.unique-extension: first argument not expanded
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = *.unique-extension: inferior started
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = *.unique-extension: set startup-with-shell off
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = $TEST: inferior started
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = $TEST: set startup-with-shell on
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = $TEST: testing first argument
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: first argument expanded
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: inferior started
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: set startup-with-shell on
new FAIL: gdb.base/step-break.exp: can't run to main
PASS -> FAIL: gdb.base/step-bt.exp: backtrace after first instruction step
PASS -> FAIL: gdb.base/step-bt.exp: backtrace after second instruction step
PASS -> FAIL: gdb.base/step-bt.exp: run to hello
new FAIL: gdb.base/step-line.exp: can't run to main
new FAIL: gdb.base/step-over-exit.exp: can't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: couldn't run to main
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: couldn't run to main
new FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: fork: displaced=off: run to main
new FAIL: gdb.base/step-over-syscall.exp: run to main
new FAIL: gdb.base/step-over-syscall.exp: vfork: displaced=off: run to main
new FAIL: gdb.base/step-test.exp: can't run to main
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for finish; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: advance to fun<n> for return; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: call Fun<n>
PASS -> UNRESOLVED: gdb.base/structs.exp: continue to breakpoint: chartest-done
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: finish foo<n>; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p chartest
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 10 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 11 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 12 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 13 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 14 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 15 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 16 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 17 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tld
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-tll
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tld-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-tll-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 3 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tf
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 4 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 5 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 6 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 7 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 8 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: p/c L<n>; call 9 structs-tc
PASS -> FAIL: gdb.base/structs.exp: p/c fun<n>
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-td
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tf
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-ti
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tl
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tld
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-tll
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo1; structs-ts
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-td
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tf
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-ti
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tl
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tld
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-tll
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tc-ts
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-td-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-td-tf
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tf-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tf-td
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-ti-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tl-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tld-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-tll-tc
PASS -> UNRESOLVED: gdb.base/structs.exp: ptype foo2; structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: return foo<n>; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> finished; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: value foo<n> returned; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for finish; return 8 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tld
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-tll
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 1 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tc-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-td-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tf-td
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ti-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-tl-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 2 structs-ts-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 3 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 3 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 4 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 4 structs-ts
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 5 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 6 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 7 structs-tc
PASS -> FAIL: gdb.base/structs.exp: zed L<n> for return; return 8 structs-tc
new FAIL: gdb.base/structs2.exp: can't run to main
new FAIL: gdb.base/sym-file.exp: can't run to main
new FAIL: gdb.base/symbol-alias.exp: can't run to main
new FAIL: gdb.base/symtab-search-order.exp: can't run to main
new FAIL: gdb.base/term.exp: can't run to break_here
new FAIL: gdb.base/type-opaque.exp: can't run to main
PASS -> FAIL: gdb.base/unload.exp: continue to shrfunc2
PASS -> FAIL: gdb.base/unload.exp: continuing to unloaded libfile
PASS -> FAIL: gdb.base/unload.exp: continuing to unloaded libfile2
PASS -> FAIL: gdb.base/unload.exp: pending breakpoint info on first run at shrfunc1
PASS -> FAIL: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc1
PASS -> FAIL: gdb.base/unload.exp: pending breakpoint info on second run at shrfunc2
PASS -> FAIL: gdb.base/unload.exp: print y from libfile
PASS -> FAIL: gdb.base/unload.exp: print y from libfile2
PASS -> FAIL: gdb.base/unload.exp: rerun to shared library breakpoint
PASS -> FAIL: gdb.base/unload.exp: running program
new FAIL: gdb.base/until-nodebug.exp: can't run to main
new FAIL: gdb.base/until.exp: can't run to main
new FAIL: gdb.base/unwindonsignal.exp: can't run to main
new FAIL: gdb.base/utf8-identifiers.exp: couldn't run to done
PASS -> FAIL: gdb.base/vdso-warning.exp: core: save a corefile
PASS -> FAIL: gdb.base/vdso-warning.exp: run: startup
new FAIL: gdb.base/vla-optimized-out.exp: o1: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3: can't run to f1
new FAIL: gdb.base/vla-optimized-out.exp: o3_strict: can't run to f1
new FAIL: gdb.base/watch-cond-infcall.exp: hw: run to main
new FAIL: gdb.base/watch-cond-infcall.exp: sw: run to main
new FAIL: gdb.base/watch-cond.exp: can't run to main
new FAIL: gdb.base/watch-non-mem.exp: can't run to main
new FAIL: gdb.base/watch-read.exp: run to main
new FAIL: gdb.base/watch-vfork.exp: run to main
new FAIL: gdb.base/watch_thread_num.exp: run to main
new FAIL: gdb.base/watchpoint-reuse-slot.exp: can't run to main
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: rerun to main
PASS -> FAIL: gdb.base/watchpoint-solib.exp: set watchpoint on g
new FAIL: gdb.base/watchpoint-stops-at-right-insn.exp: run to main
PASS -> FAIL: gdb.base/watchpoint.exp: awatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: continue with watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: delete watch w/condition and thread
PASS -> FAIL: gdb.base/watchpoint.exp: delete watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: disable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue to breakpoint: func5 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue to breakpoint: func6 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue to breakpoint: func7 breakpoint here
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue with watch -location
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue with watch foo2
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue with watch foo4
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: delete watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: disable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: reenable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: run to marker1 in test_disabling_watchpoints
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: run to marker1 in test_simple_watchpoint
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch $pc
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch -location .x
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watchpoint `$pc' is enabled
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watchpoint on buf hit
PASS -> FAIL: gdb.base/watchpoint.exp: reenable watchpoint `$pc'
PASS -> FAIL: gdb.base/watchpoint.exp: run to marker1 in test_disabling_watchpoints
PASS -> FAIL: gdb.base/watchpoint.exp: run to marker1 in test_simple_watchpoint
PASS -> FAIL: gdb.base/watchpoint.exp: rwatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: set slow condition watch w/thread
PASS -> FAIL: gdb.base/watchpoint.exp: trigger slow conditional watch
PASS -> FAIL: gdb.base/watchpoint.exp: watch $pc
PASS -> FAIL: gdb.base/watchpoint.exp: watch -location .x
new FAIL: gdb.base/watchpoint.exp: watch tests suppressed
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint on buf hit
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 1
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 2
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 3
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 4
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 5
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 2
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 3
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
PASS -> FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
new FAIL: gdb.base/whatis-ptype-typedefs.exp: lang=c: can't run to main
new FAIL: gdb.compile/compile-tls.exp: can't run to main
new FAIL: gdb.cp/annota2.exp: break at main
PASS -> FAIL: gdb.cp/annota2.exp: continue until exit
PASS -> FAIL: gdb.cp/annota2.exp: delete bps
PASS -> FAIL: gdb.cp/annota2.exp: print class
PASS -> FAIL: gdb.cp/annota2.exp: run until main breakpoint
PASS -> FAIL: gdb.cp/annota2.exp: set watch on a.x
PASS -> FAIL: gdb.cp/annota3.exp: continue to exit
PASS -> FAIL: gdb.cp/annota3.exp: first run until main breakpoint
PASS -> FAIL: gdb.cp/annota3.exp: print class
PASS -> FAIL: gdb.cp/annota3.exp: second run until main breakpoint
PASS -> FAIL: gdb.cp/annota3.exp: set watch on a.x
PASS -> FAIL: gdb.cp/bool.exp: print return_false
PASS -> FAIL: gdb.cp/bool.exp: print return_true
PASS -> FAIL: gdb.cp/call-c.exp: continue to bp
PASS -> FAIL: gdb.cp/call-c.exp: print foo
PASS -> FAIL: gdb.cp/call-c.exp: print handle->func
PASS -> FAIL: gdb.cp/call-c.exp: print rf->func
new FAIL: gdb.cp/ena-dis-br-range.exp: run to marker
PASS -> FAIL: gdb.cp/exception.exp: run to main
PASS -> FAIL: gdb.cp/extern-c.exp: continue to breakpoint: c_func
PASS -> FAIL: gdb.cp/extern-c.exp: continue to breakpoint: c_funcs_1
PASS -> FAIL: gdb.cp/extern-c.exp: continue to breakpoint: c_funcs_2
PASS -> FAIL: gdb.cp/extern-c.exp: verify counter at first breakpoint
PASS -> FAIL: gdb.cp/extern-c.exp: verify counter at second breakpoint
PASS -> FAIL: gdb.cp/formatted-ref.exp: print s.x == 13
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x &e
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x &i
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x &s
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x *
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x e
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x i
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x s
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c++: s=nodebug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=debug: can't run to main
new FAIL: gdb.cp/infcall-nodebug.exp: l=c: s=nodebug: can't run to main
new FAIL: gdb.cp/local-static.exp: c++: couldn't run to breakpoint
new FAIL: gdb.cp/local-static.exp: c: couldn't run to breakpoint
new FAIL: gdb.cp/mb-inline.exp: can't run to main for multi_line_foo tests.
PASS -> FAIL: gdb.cp/mb-inline.exp: disabling location: run to breakpoint
PASS -> FAIL: gdb.cp/mb-inline.exp: run to breakpoint
PASS -> FAIL: gdb.cp/mb-inline.exp: run to breakpoint 2
new FAIL: gdb.cp/mb-templates.exp: can't run to main for multi_line_foo tests.
new FAIL: gdb.cp/mb-templates.exp: disable breakpoint: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: disabling location: run to breakpoint
PASS -> FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: initial condition: run to breakpoint 2
new FAIL: gdb.cp/mb-templates.exp: instantiation: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: instantiation: run to breakpoint 2
new FAIL: gdb.cp/mb-templates.exp: separate condition: run to breakpoint
new FAIL: gdb.cp/mb-templates.exp: separate condition: run to breakpoint 2
PASS -> FAIL: gdb.cp/misc.exp: expression using block qualifier
PASS -> FAIL: gdb.cp/misc.exp: set a bool array elem
PASS -> FAIL: gdb.cp/misc.exp: set a bool var
PASS -> FAIL: gdb.cp/parse-lang.exp: breakpoint hit
new FAIL: gdb.cp/pr10687.exp: can't run to main
new FAIL: gdb.cp/pr9167.exp: can't run to main
PASS -> KFAIL: gdb.cp/re-set-overloaded.exp: breakpoint resolved
PASS -> FAIL: gdb.cp/ref-params.exp: print f1
PASS -> FAIL: gdb.cp/ref-params.exp: print mf1
PASS -> FAIL: gdb.cp/ref-params.exp: print mf2
PASS -> FAIL: gdb.cp/ref-params.exp: print value of Child& in f2
PASS -> FAIL: gdb.cp/ref-params.exp: print value of Parent& in f1
PASS -> FAIL: gdb.cp/ref-params.exp: print value of a Child in main
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f1 on
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child in main
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f1 on Child& in f2
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f2 on
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f2 on Child in main
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print f1
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print mf1
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print mf2
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of Child&& in f2
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of Parent&& in f1
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of f1 on
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of f1 on Child&& in f2
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of f2 on
new FAIL: gdb.cp/scope-err.exp: can't run to main
PASS -> FAIL: gdb.cp/templates.exp: continue to line 770
PASS -> FAIL: gdb.cp/templates.exp: print fint
PASS -> FAIL: gdb.cp/templates.exp: print fvpchar
PASS -> FAIL: gdb.cp/templates.exp: ptype bazint
PASS -> FAIL: gdb.cp/templates.exp: ptype bazint2
PASS -> FAIL: gdb.cp/templates.exp: ptype bint
PASS -> FAIL: gdb.cp/templates.exp: ptype bint2
PASS -> FAIL: gdb.cp/templates.exp: ptype fchar
PASS -> FAIL: gdb.cp/templates.exp: ptype fint
KFAIL -> FAIL: gdb.cp/templates.exp: ptype fvpchar
PASS -> FAIL: gdb.cp/templates.exp: ptype quxint
PASS -> FAIL: gdb.cp/templates.exp: ptype siip
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++03: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c++11: can't run to main
new FAIL: gdb.cp/wide_char_types.exp: with program: lang=c: can't run to main
PASS -> FAIL: gdb.dwarf2/dw2-lexical-block-bare.exp: p testvar
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: continue to func01
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: create varobj for ptr
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: get children of var1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: mi: run to main
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access array member
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access integer member
PASS -> FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: throw error, dereference ptr to access pointer member
PASS -> FAIL: gdb.gdb/complaints.exp: run until breakpoint at captured_command_loop
PASS -> FAIL: gdb.gdb/python-interrupts.exp: run until breakpoint at captured_command_loop
PASS -> FAIL: gdb.gdb/python-selftest.exp: run until breakpoint at captured_command_loop
PASS -> FAIL: gdb.gdb/selftest.exp: run until breakpoint at captured_main
PASS -> FAIL: gdb.linespec/break-ask.exp: continue to breakpoint: body_elsewhere
PASS -> FAIL: gdb.linespec/break-ask.exp: continue to breakpoint: body_elsewhere other
PASS -> FAIL: gdb.linespec/break-ask.exp: expect breakpoint
PASS -> FAIL: gdb.linespec/break-ask.exp: expect breakpoint other
PASS -> FAIL: gdb.linespec/break-ask.exp: info source
PASS -> FAIL: gdb.linespec/break-ask.exp: info source other
new FAIL: gdb.linespec/keywords.exp: can't run to main
new FAIL: gdb.linespec/ls-errs.exp: lang=C++: can't run to main
new FAIL: gdb.linespec/ls-errs.exp: lang=C: can't run to main
new FAIL: gdb.linespec/thread.exp: can't run to main
PASS -> UNRESOLVED: gdb.mi/dw2-ref-missing-frame.exp: test func_loopfb_var
PASS -> UNRESOLVED: gdb.mi/dw2-ref-missing-frame.exp: test func_nofb_marker
PASS -> FAIL: gdb.mi/gdb2549.exp: register values d
PASS -> FAIL: gdb.mi/gdb2549.exp: register values f
PASS -> FAIL: gdb.mi/gdb2549.exp: register values o
PASS -> FAIL: gdb.mi/gdb2549.exp: register values t
PASS -> UNRESOLVED: gdb.mi/gdb2549.exp: register values x
PASS -> FAIL: gdb.mi/gdb669.exp: -thread-list-ids
PASS -> FAIL: gdb.mi/gdb669.exp: -thread_list_ids
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 0
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 1
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 2
PASS -> FAIL: gdb.mi/gdb669.exp: next, try 3
PASS -> FAIL: gdb.mi/gdb701.exp: create fooPtr
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr.x
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr.y
PASS -> FAIL: gdb.mi/gdb701.exp: list children of fooPtr.z
PASS -> FAIL: gdb.mi/gdb701.exp: step over "foo = 0"
PASS -> UNRESOLVED: gdb.mi/gdb792.exp: create var for class A
PASS -> FAIL: gdb.mi/gdb792.exp: create var for class C which has baseclass A
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.private
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected.b
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected.b.private
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.protected.b.public
PASS -> FAIL: gdb.mi/gdb792.exp: list children of A.public
PASS -> FAIL: gdb.mi/gdb792.exp: list children of class A
PASS -> FAIL: gdb.mi/gdb792.exp: list children of class C
UNRESOLVED -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
UNRESOLVED -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.mi/mi-async-run.exp: expect interrupt
PASS -> UNRESOLVED: gdb.mi/mi-async-run.exp: send interrupt command
new FAIL: gdb.mi/mi-async.exp: CLI next: send
PASS -> FAIL: gdb.mi/mi-async.exp: CLI next: stop
new FAIL: gdb.mi/mi-async.exp: restart: send
PASS -> FAIL: gdb.mi/mi-async.exp: restart: stop
new FAIL: gdb.mi/mi-async.exp: start: send
PASS -> FAIL: gdb.mi/mi-async.exp: start: stop
new FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
PASS -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: insert breakpoint at basics.c:callee2, again
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: set commands
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: create varobj for function call
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, bp commands
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: intermediate stop and continue, mi running
PASS -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=main: run to breakpoint with ignore count
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=main: test hitting breakpoint with commands
new FAIL: gdb.mi/mi-break.exp: mi-mode=separate: breakpoint commands: continue
PASS -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate: breakpoint commands: insert breakpoint at basics.c:callee2, again
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=separate: breakpoint commands: set commands
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=separate: create varobj for function call
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=separate: intermediate stop and continue, bp commands
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=separate: intermediate stop and continue, mi running
PASS -> UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate: run to breakpoint with ignore count
PASS -> FAIL: gdb.mi/mi-break.exp: mi-mode=separate: test hitting breakpoint with commands
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_insert_delete_modify: change command
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved:
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: breakpoint on pendfunc1 resolved
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: breakpoint on pendfunc3 pending again
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: breakpoint on pendfunc3 resolved
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continue to marker 1
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continue to marker 2
PASS -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continue to pendfunc1 breakpoint
new FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing execution to marker
new FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved: continuing to exit
PASS -> FAIL: gdb.mi/mi-breakpoint-location-ena-dis.exp: -break-disable 2.2
PASS -> UNRESOLVED: gdb.mi/mi-breakpoint-location-ena-dis.exp: break add
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-load: auto-solib-add on
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-load: catch load
new FAIL: gdb.mi/mi-catch-load.exp: catch-load: continue
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-load: solib-event stop
PASS -> UNRESOLVED: gdb.mi/mi-catch-load.exp: catch-unload: auto-solib-add on
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-unload: catch unload
new FAIL: gdb.mi/mi-catch-load.exp: catch-unload: continue
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-unload: solib-event stop
PASS -> FAIL: gdb.mi/mi-cli.exp: -exec-continue to line $line_main_callme_2
new FAIL: gdb.mi/mi-cli.exp: -exec-continue to line $line_main_hello
new FAIL: gdb.mi/mi-cli.exp: -exec-step to line $line_callee4_next_step
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec console "down"
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec console "frame 2"
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_callme_2
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_return
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec console "set $pc=0x0"
PASS -> UNRESOLVED: gdb.mi/mi-cli.exp: -interpreter-exec console "set args foobar"
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec console "show args"
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec console "up"
PASS -> FAIL: gdb.mi/mi-cli.exp: -stack-select-frame 0
PASS -> FAIL: gdb.mi/mi-cli.exp: 34 next: CLI output
PASS -> FAIL: gdb.mi/mi-cli.exp: 34 next: run
PASS -> FAIL: gdb.mi/mi-cli.exp: 34 next: stop
PASS -> FAIL: gdb.mi/mi-cli.exp: CLI finish: check CLI output
PASS -> FAIL: gdb.mi/mi-cli.exp: CLI finish: check MI output
new FAIL: gdb.mi/mi-cli.exp: CLI finish: collect CLI output
new FAIL: gdb.mi/mi-cli.exp: CLI finish: send CLI command
PASS -> FAIL: gdb.mi/mi-cli.exp: breakpoint hit produces CLI output
PASS -> FAIL: gdb.mi/mi-cli.exp: check *stopped from CLI command
PASS -> FAIL: gdb.mi/mi-cli.exp: check *stopped from CLI command 2
new FAIL: gdb.mi/mi-cli.exp: collect CLI output for -exec-step
new FAIL: gdb.mi/mi-cli.exp: collect CLI output for breakpoint hit
PASS -> FAIL: gdb.mi/mi-cli.exp: continue to callee4
PASS -> FAIL: gdb.mi/mi-cli.exp: temporary breakpoint output hit in MI
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: mt: insert conditional breakpoint
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: mt: no spurious *running notifications
PASS -> UNRESOLVED: gdb.mi/mi-condbreak-call-thr-state.exp: st: insert conditional breakpoint
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: st: no spurious *running notifications
PASS -> UNRESOLVED: gdb.mi/mi-console.exp: Testing console output
PASS -> FAIL: gdb.mi/mi-console.exp: finished step over hello
PASS -> UNRESOLVED: gdb.mi/mi-detach.exp: detach
PASS -> UNRESOLVED: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly only
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble from pc to pc+12 assembly with opcodes
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble function around pc assembly only
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble mix different args
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed
PASS -> FAIL: gdb.mi/mi-disassemble.exp: data-disassemble range assembly mixed with opcodes
PASS -> UNRESOLVED: gdb.mi/mi-dprintf-pending.exp: mi dprintf
PASS -> FAIL: gdb.mi/mi-dprintf-pending.exp: mi dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf
new FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf continue
PASS -> FAIL: gdb.mi/mi-dprintf.exp: call: mi 2nd dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 1st dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf
new FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf continue
PASS -> FAIL: gdb.mi/mi-dprintf.exp: fprintf: mi 2nd dprintf stop
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf
PASS -> FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 1st dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf
new FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf continue
PASS -> FAIL: gdb.mi/mi-dprintf.exp: gdb: mi 2nd dprintf stop
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi insert breakpoint without format string
PASS -> UNRESOLVED: gdb.mi/mi-dprintf.exp: mi insert without location
PASS -> FAIL: gdb.mi/mi-eval.exp: eval &A
PASS -> FAIL: gdb.mi/mi-eval.exp: eval A
PASS -> FAIL: gdb.mi/mi-eval.exp: eval A + 3
PASS -> FAIL: gdb.mi/mi-eval.exp: eval A+3
PASS -> FAIL: gdb.mi/mi-eval.exp: next at callee4
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on console
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on console
PASS -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
PASS -> FAIL: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups after exit shows exit-code
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups during run shows no exit-code
new FAIL: gdb.mi/mi-exit-code.exp: first run: continuing to inferior exit
PASS -> FAIL: gdb.mi/mi-exit-code.exp: first run: exit normally
PASS -> FAIL: gdb.mi/mi-exit-code.exp: second run: -list-thread-groups after exit shows exit-code
PASS -> FAIL: gdb.mi/mi-exit-code.exp: second run: -list-thread-groups during run shows no exit-code
new FAIL: gdb.mi/mi-exit-code.exp: second run: continuing to inferior exit
PASS -> FAIL: gdb.mi/mi-exit-code.exp: second run: exit with code
PASS -> UNRESOLVED: gdb.mi/mi-exit-code.exp: second run: write exit code
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: memory successfully filled
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: memory successfully written
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: next at main
PASS -> FAIL: gdb.mi/mi-fill-memory.exp: pattern correctly read from memory
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: breakpoint hit in callee3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 0
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 1
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 2
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for $pc in frame 3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 0
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 1
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 2
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: create varobj for 'global_zero + $pc' in frame 3
PASS -> UNRESOLVED: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: insert breakpoint at basics.c:callee3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: next instruction in callee3
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var1 has changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var2 has changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var3 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var4 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var5 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var6 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var7 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_fixed_varobj_test: varobj var8 has not changed
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: -var-update for frame 1
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: breakpoint hit in callee1
PASS -> UNRESOLVED: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: create varobj for pc in frame 0
PASS -> FAIL: gdb.mi/mi-frame-regs.exp: do_floating_varobj_test: insert breakpoint at basics.c:callee1
PASS -> FAIL: gdb.mi/mi-info-os.exp: -info-os
new FAIL: gdb.mi/mi-inheritance-syntax-error.exp: -data-evaluate-expression 1
PASS -> FAIL: gdb.mi/mi-inheritance-syntax-error.exp: -var-info-path-expression var1.A
PASS -> UNRESOLVED: gdb.mi/mi-inheritance-syntax-error.exp: create var for THIS
PASS -> FAIL: gdb.mi/mi-inheritance-syntax-error.exp: list children of THIS
PASS -> FAIL: gdb.mi/mi-linespec-err-cp.exp: breakpoint hit
PASS -> UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp: set breakpoint
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: change C thru. -data-write-memory-bytes
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: change C thru. varobj
PASS -> UNRESOLVED: gdb.mi/mi-memory-changed.exp: continue to callee4
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: create objvar for C
PASS -> FAIL: gdb.mi/mi-memory-changed.exp: set var C = 4
PASS -> UNRESOLVED: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1
PASS -> FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc1 a second time
PASS -> FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on pendfunc2 with x==4
PASS -> FAIL: gdb.mi/mi-pending.exp: Run till MI pending breakpoint on thread_func
new FAIL: gdb.mi/mi-pending.exp: continuing execution to conditional bp
new FAIL: gdb.mi/mi-pending.exp: continuing execution to skip conditional bp
new FAIL: gdb.mi/mi-pending.exp: continuing execution to thread condition
new FAIL: gdb.mi/mi-pending.exp: continuing execution to thread creation
PASS -> FAIL: gdb.mi/mi-pending.exp: run till MI pending breakpoint on pendfunc3 on thread 2
PASS -> UNRESOLVED: gdb.mi/mi-pthreads.exp: -thread_list_ids
PASS -> FAIL: gdb.mi/mi-pthreads.exp: check_mi_thread_command_set: -thread-select
PASS -> FAIL: gdb.mi/mi-pthreads.exp: finding threads in MI output
PASS -> FAIL: gdb.mi/mi-read-memory.exp: 3x2, one byte
PASS -> FAIL: gdb.mi/mi-read-memory.exp: 3x2, one byte offset by -6
PASS -> FAIL: gdb.mi/mi-read-memory.exp: ascii and data
PASS -> FAIL: gdb.mi/mi-read-memory.exp: decimal
PASS -> FAIL: gdb.mi/mi-read-memory.exp: expression in quotes
PASS -> FAIL: gdb.mi/mi-read-memory.exp: next at main
PASS -> FAIL: gdb.mi/mi-read-memory.exp: octal
PASS -> UNRESOLVED: gdb.mi/mi-record-changed.exp: record
PASS -> FAIL: gdb.mi/mi-record-changed.exp: record end
PASS -> FAIL: gdb.mi/mi-record-changed.exp: target record
PASS -> UNRESOLVED: gdb.mi/mi-return.exp: delete all breakpoints
PASS -> FAIL: gdb.mi/mi-return.exp: return from callee4 now
PASS -> UNRESOLVED: gdb.mi/mi-reverse.exp: Turn on process record
PASS -> FAIL: gdb.mi/mi-simplerun.exp: continue to end
PASS -> FAIL: gdb.mi/mi-simplerun.exp: exec-finish
PASS -> FAIL: gdb.mi/mi-simplerun.exp: next at main
PASS -> UNRESOLVED: gdb.mi/mi-simplerun.exp: run to main
PASS -> FAIL: gdb.mi/mi-simplerun.exp: step at main
PASS -> FAIL: gdb.mi/mi-simplerun.exp: step to callee4
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: breakpoint at main
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: get the list of shared libraries
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: mi runto main
PASS -> UNRESOLVED: gdb.mi/mi-solib.exp: test_stop_on_solib_events: CLI prints solib event
PASS -> FAIL: gdb.mi/mi-solib.exp: test_stop_on_solib_events: check for solib event
PASS -> FAIL: gdb.mi/mi-solib.exp: test_stop_on_solib_events: unset stop-on-solib-events
PASS -> FAIL: gdb.mi/mi-stack.exp: next's in callee4
PASS -> UNRESOLVED: gdb.mi/mi-stack.exp: run to 27
PASS -> FAIL: gdb.mi/mi-stack.exp: selected frame listing
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 0
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 0 1 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 0 1 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1 1 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1 1 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack args listing 1 1 300
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing 1 1
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing 1 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack frame listing 1 300
PASS -> FAIL: gdb.mi/mi-stack.exp: stack info-depth
PASS -> FAIL: gdb.mi/mi-stack.exp: stack info-depth 3
PASS -> FAIL: gdb.mi/mi-stack.exp: stack info-depth 99
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals for same frame
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing for new frame
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing of names
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing of names and values
PASS -> FAIL: gdb.mi/mi-stack.exp: stack locals listing, simple types: names and values, complex type: names and types
PASS -> FAIL: gdb.mi/mi-stack.exp: stack select frame 1
new FAIL: gdb.mi/mi-stack.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-start.exp: run to main
PASS -> FAIL: gdb.mi/mi-stepi.exp: next-instruction at main
PASS -> FAIL: gdb.mi/mi-stepi.exp: next-instruction at main 2
PASS -> FAIL: gdb.mi/mi-stepi.exp: step-instruction at main
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: backtrace from inferior function at exception
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: backtrace from inferior function stopped at bp, showing gdb dummy frame
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: call inferior function which raises exception
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: call inferior's function with a breakpoint set in it
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: data evaluate expression
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: finished exec continue
PASS -> UNRESOLVED: gdb.mi/mi-syn-frame.exp: insert breakpoint foo
PASS -> FAIL: gdb.mi/mi-syn-frame.exp: list stack frames
new FAIL: gdb.mi/mi-syn-frame.exp: testing exec continue
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 -> UNRESOLVED: gdb.mi/mi-until.exp: run to main
PASS -> FAIL: gdb.mi/mi-until.exp: until after current function
KFAIL -> FAIL: gdb.mi/mi-until.exp: until after while loop
PASS -> FAIL: gdb.mi/mi-until.exp: until line number
PASS -> FAIL: gdb.mi/mi-until.exp: until line number:file
PASS -> UNRESOLVED: gdb.mi/mi-var-block.exp: create local variable cb
PASS -> FAIL: gdb.mi/mi-var-block.exp: create local variable foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: create local variable foo2
PASS -> FAIL: gdb.mi/mi-var-block.exp: create local variable inner_foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var cb
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var foo 2
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var foo2
PASS -> FAIL: gdb.mi/mi-var-block.exp: delete var inner_foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 1
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 2
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 3
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 4
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 5
PASS -> FAIL: gdb.mi/mi-var-block.exp: step at do_block_test 6
PASS -> FAIL: gdb.mi/mi-var-block.exp: try to create local variable foo
PASS -> FAIL: gdb.mi/mi-var-block.exp: update all vars: cb foo changed
PASS -> FAIL: gdb.mi/mi-var-block.exp: update cb
PASS -> FAIL: gdb.mi/mi-var-block.exp: update foo: did not change
new FAIL: gdb.mi/mi-var-child.exp: child_deletion: go to line 339
new FAIL: gdb.mi/mi-var-child.exp: child_deletion: step over 339
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable  psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable  psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable  psnp->ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: create local variable weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: delete var struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: delete var weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: delete var weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get children of weird.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: get number of children of weird.long_array
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.long_array editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.long_array.0 editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.u1.a editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.u1.b editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is struct_declarations.u1.c editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird->int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.s2 editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: is weird.u1 editable
PASS -> FAIL: gdb.mi/mi-var-child.exp: listing of children, simple types: names, type and values, complex types: names and types
PASS -> FAIL: gdb.mi/mi-var-child.exp: listing of names and values of children
PASS -> UNRESOLVED: gdb.mi/mi-var-child.exp: run to 229
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 1
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 4
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 5
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 6
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 7
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_123 + 8
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_a0_0
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 1
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 2
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 3
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_nothing + 4
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 1
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 2
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 3
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 4
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 5
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 6
PASS -> FAIL: gdb.mi/mi-var-child.exp: step $line_dct_snp0 + 7
PASS -> FAIL: gdb.mi/mi-var-child.exp: step to line $line_dct_123
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars int_ptr_ptr and children changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->next->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars psnp->next->next->long_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_ptr changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr_struct changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.integer
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.0 changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.1 changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.10 changed, don't print values.
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.11 changed, print values.
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.2 changed
PASS -> FAIL: gdb.mi/mi-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
new FAIL: gdb.mi/mi-var-child.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign array to pointer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to func
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to ldouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to linteger again, same value
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lpfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lplong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lsimple->integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lsimple.character
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: assign to lsimple.integer
new FAIL: gdb.mi/mi-var-cmd.exp: bitfield: go to line 526
new FAIL: gdb.mi/mi-var-cmd.exp: bitfield: step over 526
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: check F inside callee
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: continue to where i is initialized
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create i
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create l
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable func
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable ldouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpdouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lplong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lpsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create local variable lsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create lsimple->integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create lsimple.character
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create lsimple.integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: create selected_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete selected_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var  lsimple->integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var func
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var i
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var l
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var ldouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpdouble
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lplong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lpsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lsimple
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lsimple.character
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var lsimple.integer
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lcharacter
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lfloat
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval linteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval llong
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lpinteger
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: eval lplong
new FAIL: gdb.mi/mi-var-cmd.exp: floating: go to line 469
new FAIL: gdb.mi/mi-var-cmd.exp: floating: step over 469
new FAIL: gdb.mi/mi-var-cmd.exp: frozen: go to line 367
new FAIL: gdb.mi/mi-var-cmd.exp: frozen: step over 367
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: check initial value
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: create varobj
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: kill program before endvar
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto do_special_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto incr_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: mi runto subroutine1
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: next out of subroutine1
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: return from incr_a to do_special_tests
PASS -> UNRESOLVED: gdb.mi/mi-var-cmd.exp: run to 148
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step a line in incr_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step at do_locals_test
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step at do_locals_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: step at subroutine1
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update F inside callee
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: all now out of scope
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: func and lpsimple changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: i changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lcharacter changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed after assign
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: llong changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpcharacter changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed after assign
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lsimple and others changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update all vars: many changed
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update selected_a in do_special_tests
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: update selected_a in incr_a
new FAIL: gdb.mi/mi-var-cmd.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: create root varobj for a
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.0_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: VT: list children of a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
new FAIL: gdb.mi/mi-var-cp.exp: base_in_reference: go to line 45
new FAIL: gdb.mi/mi-var-cp.exp: base_in_reference: step over 45
PASS -> FAIL: gdb.mi/mi-var-cp.exp: continue to anonymous_structs breakpoint
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.0_anonymous.public.b
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.1_anonymous.public.c
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.1_anonymous.public.e
PASS -> FAIL: gdb.mi/mi-var-cp.exp: expression for a1.public.2_anonymous.public.d
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.0_anonymous.public.b
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.1_anonymous.public.c
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.g
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.1_anonymous.public.h
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.1_anonymous.public.f
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.i
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.2_anonymous.public.j
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.1_anonymous.public.e
PASS -> FAIL: gdb.mi/mi-var-cp.exp: path expression for a1.public.2_anonymous.public.d
new FAIL: gdb.mi/mi-var-cp.exp: path_expression: go to line 144
new FAIL: gdb.mi/mi-var-cp.exp: path_expression: step over 144
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_pointer: go to line 81
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_pointer: step over 81
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_struct: go to line 104
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_struct: step over 104
new FAIL: gdb.mi/mi-var-cp.exp: reference_update: go to line 19
new FAIL: gdb.mi/mi-var-cp.exp: reference_update: step over 19
new UNRESOLVED: gdb.mi/mi-var-cp.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/mi-var-create-rtti.exp: -var-create sp1 * $sp
PASS -> FAIL: gdb.mi/mi-var-create-rtti.exp: -var-create sp2 @ $sp
PASS -> FAIL: gdb.mi/mi-var-display.exp: assing to variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: assing to variable foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: continue to do_special_tests
PASS -> FAIL: gdb.mi/mi-var-display.exp: create duplicate local variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable a1
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable e
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable s
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable u
PASS -> FAIL: gdb.mi/mi-var-display.exp: create local variable weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: delete var foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: delete var weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable -f decimal foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable -f nat foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable -f octal foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable bar with new format
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable bar with new value
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable e
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in binary
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable foo in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable s
PASS -> FAIL: gdb.mi/mi-var-display.exp: eval variable u
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children local variable weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of e
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of s
PASS -> FAIL: gdb.mi/mi-var-display.exp: get children of u
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of e
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of s
PASS -> FAIL: gdb.mi/mi-var-display.exp: get number of children of u
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable anone
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable anons
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable anonu
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable bar
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable e
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable foo
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable s
PASS -> FAIL: gdb.mi/mi-var-display.exp: info type variable u
PASS -> FAIL: gdb.mi/mi-var-display.exp: is anone editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is anons editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is anonu editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is e editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is s editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: is u editable
PASS -> FAIL: gdb.mi/mi-var-display.exp: mi runto incr_a
PASS -> FAIL: gdb.mi/mi-var-display.exp: print FP register
PASS -> UNRESOLVED: gdb.mi/mi-var-display.exp: run to main
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable bar in decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable bar in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable bar in zero-padded hexadecimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable foo decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable foo in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.char_ptr
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.character
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr in zero-padded hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in zero-padded hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_struct
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.integer
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.long_array
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.long_int
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.s2
PASS -> FAIL: gdb.mi/mi-var-display.exp: set format variable weird.u1
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in binary
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in decimal
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in hex
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo after eval in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo in natural
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable foo in octal
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr
PASS -> FAIL: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: create floating variable
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: create local variable linteger
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: linteger not anymore in scope due to binary changes
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: linteger not valid anymore due to binary changes
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger
PASS -> UNRESOLVED: gdb.mi/mi-var-invalidate.exp: set format variable float_simple
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: create variable object
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #1
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: list children #2
PASS -> UNRESOLVED: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 41
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: update variable object
new FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: wait for stop
new FAIL: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: go to line 306
new FAIL: gdb.mi/mi-var-rtti.exp: skip_type_update_when_not_use_rtti: step over 306
new FAIL: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: go to line 250
new FAIL: gdb.mi/mi-var-rtti.exp: type_update_when_use_rtti: step over 250
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: go to line 36
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr: step over 36
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: go to line 93
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ptr_child: step over 93
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: go to line 63
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: step over 63
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: go to line 148
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref_child: step over 148
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: go to line 201
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_with_multiple_inheritence: step over 201
new UNRESOLVED: gdb.mi/mi-var-rtti.exp: wait for stop
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: create local variable vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: eval variable vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate complete vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate vla[0]
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate vla[2]
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: evaluate vla[4]
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: get children of vla
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: info type variable vla
PASS -> UNRESOLVED: gdb.mi/mi-vla-c99.exp: run to breakpoint at line 28
PASS -> FAIL: gdb.mi/mi-vla-c99.exp: show format variable vla
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: break-watch operation
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=sw: break-watch operation
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=sw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=sw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: break-watch operation
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
PASS -> UNRESOLVED: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: break-watch operation
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: list of watchpoints
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: watchpoint trigger
PASS -> FAIL: gdb.mi/mi2-var-child.exp: Run till MI stops in do_nested_struct_union_tests
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for ss_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for v
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: create root varobj for var2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ptr1.*ptr.1_anonymous.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of ss_ptr1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of v1.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: VT: list children of var21.ab.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: continue to do_anonymous_type_tests breakpoint
new FAIL: gdb.mi/mi2-var-child.exp: continuing execution to enter do_nested_struct_union_tests
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable  psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable  psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable  psnp->ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: create local variable weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: delete var struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: delete var weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: delete var weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.2_anonymous.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.1_anonymous.c.*c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ptr1.*ptr.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for ss_ptr1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.1_anonymous.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.2_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for v1.x
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: expression for var21.ab.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of psnp->ptrs.0.next.next.ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get children of weird.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->char_ptr.*psnp->char_ptr.**psnp->char_ptr.***psnp->char_ptr.****psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->long_ptr.*psnp->long_ptr.**psnp->long_ptr.***psnp->long_ptr.****psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of psnp->ptrs.0.next.char_ptr.*char_ptr.**char_ptr.***char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr_struct
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_array.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.long_int
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.i
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.foo
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s1.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.array_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.s2.u2.u1s2.func
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.u1.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird->int_ptr_ptr.*weird->int_ptr_ptr.**weird->int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird.int_ptr_ptr.*int_ptr_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: get number of children of weird.long_array
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.long_array.0 editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.a editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.b editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is struct_declarations.u1.c editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird->int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.int_ptr_ptr.*int_ptr_ptr.**int_ptr_ptr editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.s2 editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: is weird.u1 editable
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.g
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.h.*h.**h
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.0
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.array_of_10.9
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.char_ptr.*char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.signed_character
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.3_anonymous.simple.*simple.**simple.unsigned_integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.d
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.e
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.2_anonymous.f
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.1_anonymous.c.*c
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ptr1.*ptr.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for ss_ptr1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.1_anonymous.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.2_anonymous.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for v1.x
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.a2.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.3_anonymous.b2.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.a1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.b1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u1.b.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.a3.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var1.u2.b3.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.a.a
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b
PASS -> FAIL: gdb.mi/mi2-var-child.exp: path expression for var21.ab.b.b
PASS -> UNRESOLVED: gdb.mi/mi2-var-child.exp: run to 251
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_123 + 8
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_nothing
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_nothing + 1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 1
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 2
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 3
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 4
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 5
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 6
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step $line_dct_snp0 + 7
PASS -> FAIL: gdb.mi/mi2-var-child.exp: step to line $line_dct_123
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars int_ptr_ptr and children changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->next->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars psnp->next->next->long_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.char_ptr
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.integer
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.0 changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.1 changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.2 changed
PASS -> FAIL: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.long_array.3-9 changed
new FAIL: gdb.mi/mi2-var-child.exp: wait for stop
PASS -> UNRESOLVED: gdb.mi/new-ui-mi-sync.exp: sync-command=continue: breakpoint at main
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2
PASS -> UNRESOLVED: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": set breakpoint
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": set x
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2
PASS -> UNRESOLVED: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": set breakpoint
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": set x
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit
PASS -> FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: frame without args, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_frame: thread 1.3: select frame 1, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: CLI select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: event on MI again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_select_frame: thread 1.3: select frame 1, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame down, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: frame up, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_cli_up_down: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: can't run to main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=direct: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: select frame 1, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior again, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_inferior: select inferior, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: select thread, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: frame without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1 again, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.2: select frame 1, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_frame: thread 1.3: select frame 1, event on MI, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: CLI select inferior again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: event on MI again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: flush MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_inferior: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1 again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: select frame 1, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.3: select frame 1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: select thread, event on MI again, ensure no output MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.2: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: select thread, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: thread 1.3: thread without args
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame down, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: frame up, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_up_down: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: -stack-select-frame, event on MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: -stack-select-frame
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_stack_select_frame: thread 1.3: reset selection to thread 1.3
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: reset selection to thread 1.1
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2 with --thread: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.2: -thread-select, event on CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select again
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: thread 1.3: -thread-select, event on CLI
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: can't run to main
new FAIL: gdb.multi/dummy-frame-restore.exp: can't run to f1
PASS -> FAIL: gdb.multi/multi-attach.exp: attach to program 1
PASS -> FAIL: gdb.multi/multi-attach.exp: attach to program 2
PASS -> FAIL: gdb.multi/multi-attach.exp: backtrace 1
PASS -> FAIL: gdb.multi/multi-attach.exp: backtrace 2
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: continue
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=run: stop with control-c
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=tty: stop with control-c
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=attach: stop with control-c
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=tty: stop with control-c
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: attach
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: stop with control-c
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=run: stop with control-c
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: continue
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: run to main
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=tty: stop with control-c
new FAIL: gdb.multi/remove-inferiors.exp: couldn't run to main.
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch b on inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch c on inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 2
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 2
new FAIL: gdb.opt/clobbered-registers-O2.exp: run to start_sequence
new UNRESOLVED: gdb.opt/inline-bt.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-locals.exp: inline-bt.exp
new FAIL: gdb.python/lib-types.exp: can't run to main
new FAIL: gdb.python/py-as-string.exp: couldn't run to main.
new FAIL: gdb.python/py-bad-printers.exp: can't run to main
new FAIL: gdb.python/py-block.exp: can't run to main
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_basic: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_cond_and_cmds: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_deletion: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_explicit_loc: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_invisible: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_qualified: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_temporary: cannot run to main.
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: cannot run to main.
new FAIL: gdb.python/py-cmd.exp: cannot run to main.
PASS -> FAIL: gdb.python/py-events.exp: continue
PASS -> FAIL: gdb.python/py-events.exp: get address of do_nothing
PASS -> FAIL: gdb.python/py-events.exp: get current thread
PASS -> FAIL: gdb.python/py-events.exp: new objfile notification
PASS -> FAIL: gdb.python/py-events.exp: step 3
new FAIL: gdb.python/py-evsignal.exp: signal Thread 3
PASS -> FAIL: gdb.python/py-evthreads.exp: continue thread 1
PASS -> FAIL: gdb.python/py-evthreads.exp: reached breakpoint 2
PASS -> FAIL: gdb.python/py-evthreads.exp: reached breakpoint 3
PASS -> FAIL: gdb.python/py-evthreads.exp: run to breakpoint 1
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 2
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 3
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 3 was signaled
new FAIL: gdb.python/py-finish-breakpoint.exp: cannot run to main.
new FAIL: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new FAIL: gdb.python/py-frame-inline.exp: can't run to function f
new FAIL: gdb.python/py-frame.exp: can't run to main
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 0 3
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: filtered stack list 22 24
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: filtered stack listing
PASS -> UNRESOLVED: gdb.python/py-framefilter-mi.exp: load python file
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: run to 46
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 0
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 1
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments --no-frame-filters 2 22 27
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 0 3
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 0 22 27
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 0 3
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 1 22 27
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 0 3
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-arguments 2 22 27
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --all-values
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --all-values frame filters enabled
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --all-values
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --no-values
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters --simple-values
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 0
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 1
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals --no-frame-filters 2
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 0
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 1
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-locals 2
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables --no-frame-filters 0
PASS -> FAIL: gdb.python/py-framefilter-mi.exp: stack-list-variables 0
new FAIL: gdb.python/py-framefilter-mi.exp: wait for stop
new FAIL: gdb.python/py-inferior.exp: can't run to main
new FAIL: gdb.python/py-infthread.exp: can't run to main
PASS -> FAIL: gdb.python/py-mi-events.exp: continue
PASS -> FAIL: gdb.python/py-mi-events.exp: python continue handler ran
PASS -> FAIL: gdb.python/py-mi-events.exp: python stop handler ran
PASS -> UNRESOLVED: gdb.python/py-mi-events.exp: register events
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-create c1 * &c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-info-path-expression c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car.atom
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.cdr
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: run to 61
new FAIL: gdb.python/py-mi-var-info-path-expression.exp: wait for stop
PASS -> FAIL: gdb.python/py-mi.exp: Install visualizer on a cplus_fake_child
PASS -> FAIL: gdb.python/py-mi.exp: check tsrvw expression value
PASS -> FAIL: gdb.python/py-mi.exp: check tsrvw varobj value
PASS -> FAIL: gdb.python/py-mi.exp: choose array visualizer for c
PASS -> FAIL: gdb.python/py-mi.exp: choose default visualizer
PASS -> FAIL: gdb.python/py-mi.exp: choose visualizer using expression
PASS -> FAIL: gdb.python/py-mi.exp: clear visualizer
PASS -> FAIL: gdb.python/py-mi.exp: create container varobj
PASS -> FAIL: gdb.python/py-mi.exp: create container varobj, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: create estring varobj
PASS -> FAIL: gdb.python/py-mi.exp: create fake varobj
PASS -> FAIL: gdb.python/py-mi.exp: create me varobj
PASS -> FAIL: gdb.python/py-mi.exp: create nscont varobj, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: create nstype varobj
PASS -> FAIL: gdb.python/py-mi.exp: create nstype2 varobj
PASS -> FAIL: gdb.python/py-mi.exp: create outer varobj
PASS -> FAIL: gdb.python/py-mi.exp: create second container varobj
PASS -> FAIL: gdb.python/py-mi.exp: create tsrvw varobj
PASS -> FAIL: gdb.python/py-mi.exp: create varobj for c
PASS -> FAIL: gdb.python/py-mi.exp: delete varobj
PASS -> FAIL: gdb.python/py-mi.exp: evaluate me varobj
PASS -> FAIL: gdb.python/py-mi.exp: examine container children=0
PASS -> FAIL: gdb.python/py-mi.exp: examine container children=0, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: examine nscont children=0, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: list children after listing selected range
PASS -> FAIL: gdb.python/py-mi.exp: list children after setting exception flag
PASS -> FAIL: gdb.python/py-mi.exp: list children after setting update range
PASS -> FAIL: gdb.python/py-mi.exp: list children fake.private
PASS -> FAIL: gdb.python/py-mi.exp: list children of c
PASS -> FAIL: gdb.python/py-mi.exp: list children of fake
PASS -> FAIL: gdb.python/py-mi.exp: list children of outer
PASS -> FAIL: gdb.python/py-mi.exp: list children of outer.s
PASS -> FAIL: gdb.python/py-mi.exp: list selected children after setting range
PASS -> FAIL: gdb.python/py-mi.exp: list varobj children after resetting child range
PASS -> FAIL: gdb.python/py-mi.exp: list varobj children after selecting child range
PASS -> FAIL: gdb.python/py-mi.exp: next over change of array element
PASS -> FAIL: gdb.python/py-mi.exp: next over outer update
PASS -> FAIL: gdb.python/py-mi.exp: next over update 1
PASS -> FAIL: gdb.python/py-mi.exp: next over update 2
PASS -> FAIL: gdb.python/py-mi.exp: next over update 3
PASS -> FAIL: gdb.python/py-mi.exp: next over update 4
PASS -> FAIL: gdb.python/py-mi.exp: next over update 5
PASS -> FAIL: gdb.python/py-mi.exp: next over update 6
PASS -> FAIL: gdb.python/py-mi.exp: printer whose children are returned as a list
PASS -> UNRESOLVED: gdb.python/py-mi.exp: run to 357
PASS -> UNRESOLVED: gdb.python/py-mi.exp: run to 380
PASS -> FAIL: gdb.python/py-mi.exp: set update range
PASS -> FAIL: gdb.python/py-mi.exp: set update range with non-zero start
PASS -> FAIL: gdb.python/py-mi.exp: update after next with restricted range
PASS -> FAIL: gdb.python/py-mi.exp: update after type change
PASS -> FAIL: gdb.python/py-mi.exp: update after updating element of outer
PASS -> FAIL: gdb.python/py-mi.exp: update string varobj after assignment
PASS -> FAIL: gdb.python/py-mi.exp: update varobj 2, no children requested
PASS -> FAIL: gdb.python/py-mi.exp: update varobj after element change
PASS -> FAIL: gdb.python/py-mi.exp: update varobj with change outside selected range
PASS -> FAIL: gdb.python/py-mi.exp: update varobj, no children requested
PASS -> FAIL: gdb.python/py-mi.exp: varobj update 1
PASS -> FAIL: gdb.python/py-mi.exp: varobj update 2
PASS -> FAIL: gdb.python/py-mi.exp: varobj update after choosing default
PASS -> FAIL: gdb.python/py-mi.exp: varobj update after choosing via expression
PASS -> FAIL: gdb.python/py-mi.exp: varobj update after clearing
new FAIL: gdb.python/py-mi.exp: wait for stop
new FAIL: gdb.python/py-objfile.exp: can't run to main
new FAIL: gdb.python/py-pp-maint.exp: can't run to main
new FAIL: gdb.python/py-pp-registration.exp: can't run to main
new FAIL: gdb.python/py-progspace.exp: can't run to main
new FAIL: gdb.python/py-rbreak.exp: can't run to main
new FAIL: gdb.python/py-record-full.exp: can't run to main
new FAIL: gdb.python/py-recurse-unwind.exp: can't run to main
new FAIL: gdb.python/py-shared.exp: can't run to main
new FAIL: gdb.python/py-symbol.exp: can't run to main
new FAIL: gdb.python/py-symtab.exp: can't run to main
PASS -> FAIL: gdb.python/py-sync-interp.exp: attach and where
PASS -> FAIL: gdb.python/py-thrhandle.exp: Pass overly large object to thread_from_thread_handle
PASS -> FAIL: gdb.python/py-thrhandle.exp: Pass too small of an object to thread_from_thread_handle
PASS -> FAIL: gdb.python/py-thrhandle.exp: TypeError when passing a symbol object to thread_from_thread_handle
PASS -> FAIL: gdb.python/py-thrhandle.exp: info threads
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[0]
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[1]
PASS -> FAIL: gdb.python/py-thrhandle.exp: print thread id for thrs[2]
PASS -> FAIL: gdb.python/py-thrhandle.exp: run to after_mc_barrier
PASS -> FAIL: gdb.python/py-thrhandle.exp: run to do_something
PASS -> FAIL: gdb.python/py-type.exp: lang_c: continue to breakpoint: break to inspect struct and array.
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: Check enum fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: Check num fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check enum field lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check enum field[0] name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check enum field[1]name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check the number of enum fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_enum: check the number of type fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check ss_fields[0].name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check ss_fields[1].name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to array with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to array with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: cast to vector with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check array field type
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check field name exists test
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check field name nonexists test
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check fields lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check length of ss_fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check structure field a name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check structure field b name
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: check the number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: get fields from ss.type
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: init ss
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: python print
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: set vec1
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: set vec2
PASS -> FAIL: gdb.python/py-type.exp: lang_c: test_fields: set vec3
PASS -> UNRESOLVED: gdb.python/py-type.exp: lang_cpp: continue to breakpoint: break to inspect struct and array.
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_base_class: check the number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: Check enum fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: Check num fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check enum field lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check enum field[0] name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check enum field[1]name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check the number of enum fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_enum: check the number of type fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields items list
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check fields iteration over values
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check ss_fields[0].name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check ss_fields[1].name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: Check that dir includes name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to array with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with one argument
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: cast to vector with two arguments
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check array field type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check class field c name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check class field d name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check conversion to bool
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check field name exists test
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check field name nonexists test
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check fields lookup by name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check length of ss_fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check structure field a name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check structure field b name
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: check the number of fields
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from c.type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from ss.type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: get fields from st.type
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: init ss
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: python print
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: set vec1
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: set vec2
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_fields: set vec3
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged type: check range high bound
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged type: check range low bound
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged value: check correct tuple length
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged value: check range high bound
PASS -> FAIL: gdb.python/py-type.exp: lang_cpp: test_range: on ranged value: check range low bound
new FAIL: gdb.python/py-unwind-maint.exp: can't run to main
new FAIL: gdb.python/py-value.exp: can't run to main
new FAIL: gdb.python/python.exp: can't run to main
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: bar
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: bar backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: foo
PASS -> FAIL: gdb.reverse/break-precsave.exp: continue to breakpoint: foo backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: end of record log
PASS -> FAIL: gdb.reverse/break-precsave.exp: go to end of main forward
PASS -> FAIL: gdb.reverse/break-precsave.exp: main backward
PASS -> FAIL: gdb.reverse/break-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/break-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/break-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/break-precsave.exp: set forward
PASS -> FAIL: gdb.reverse/break-precsave.exp: set reverse
PASS -> FAIL: gdb.reverse/break-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: bar
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: bar backward
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: end
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: foo
PASS -> FAIL: gdb.reverse/break-reverse.exp: continue to breakpoint: foo backward
PASS -> FAIL: gdb.reverse/break-reverse.exp: end of record log
PASS -> FAIL: gdb.reverse/break-reverse.exp: main backward
PASS -> FAIL: gdb.reverse/break-reverse.exp: set forward
PASS -> FAIL: gdb.reverse/break-reverse.exp: set reverse
PASS -> FAIL: gdb.reverse/break-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: get breakpoint address for foo
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: set bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: stopped at bp in reverse, 1st instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: continue to breakpoint in foo
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: get breakpoint address for foo
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: set bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: stopped at bp in reverse, 1st instr
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: continue to breakpoint: void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: finish from void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from char_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from int_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from short_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: reverse finish from void_func
PASS -> FAIL: gdb.reverse/finish-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/finish-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/finish-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/finish-precsave.exp: turn on process record
new FAIL: gdb.reverse/finish-reverse-bkpt.exp: can't run to main
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: char_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: int_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: long_long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: short_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: continue to breakpoint: void_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from char_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from int_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from short_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: finish from void_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from char_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from int_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from long_long_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from short_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: reverse finish from void_func
PASS -> FAIL: gdb.reverse/finish-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/finish-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: turn on process record
new FAIL: gdb.reverse/insn-reverse.exp: run to main
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: auto var step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 33
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 45
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 57
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 71
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: forward to 85
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: function static step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: go to end of main forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global forward past bp
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module global step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static forward
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: module static step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var forward step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var reverse step-to
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: register var step post-change
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reload prec save file
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 33
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 45
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 57
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 71
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to 85
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: reverse to main
new FAIL: gdb.reverse/machinestate-precsave.exp: reverse-step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: save process recfile
new FAIL: gdb.reverse/machinestate-precsave.exp: step
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var forward
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var reverse-step
PASS -> FAIL: gdb.reverse/machinestate.exp: auto var step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: continue to breakpoint: end of main
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 33
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 45
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 57
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 71
PASS -> FAIL: gdb.reverse/machinestate.exp: forward to 85
PASS -> FAIL: gdb.reverse/machinestate.exp: function static forward
PASS -> FAIL: gdb.reverse/machinestate.exp: function static forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: function static forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: function static reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: function static reverse-step
PASS -> FAIL: gdb.reverse/machinestate.exp: function static step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: module global forward past bp
PASS -> FAIL: gdb.reverse/machinestate.exp: module global step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: module static forward
PASS -> FAIL: gdb.reverse/machinestate.exp: module static step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: register var forward step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: register var forward-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: register var reverse step-to
PASS -> FAIL: gdb.reverse/machinestate.exp: register var reverse-breakpoint
PASS -> FAIL: gdb.reverse/machinestate.exp: register var step post-change
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 33
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 45
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 57
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 71
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to 85
PASS -> FAIL: gdb.reverse/machinestate.exp: reverse to main
new FAIL: gdb.reverse/machinestate.exp: reverse-step
new FAIL: gdb.reverse/machinestate.exp: step
PASS -> FAIL: gdb.reverse/machinestate.exp: turn on process record
new FAIL: gdb.reverse/next-reverse-bkpt-over-sr.exp: can't run to main
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/readv-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/readv-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/readv-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/rerun-prec.exp: restarting inferior
PASS -> FAIL: gdb.reverse/rerun-prec.exp: turn on process record
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: advance to XFSZ
new FAIL: gdb.reverse/sigall-precsave.exp: continue
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 33
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 34
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 35
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 36
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 37
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 38
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 39
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 40
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 41
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 42
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 43
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 44
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 45
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 46
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 47
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 48
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 49
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 50
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 51
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 52
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 53
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 54
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 55
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 56
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 57
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 58
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 59
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 60
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 61
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 62
new FAIL: gdb.reverse/sigall-precsave.exp: get signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal CONT
new FAIL: gdb.reverse/sigall-precsave.exp: get signal DANGER
new FAIL: gdb.reverse/sigall-precsave.exp: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal FPE
new FAIL: gdb.reverse/sigall-precsave.exp: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal IO
new FAIL: gdb.reverse/sigall-precsave.exp: get signal LOST
new FAIL: gdb.reverse/sigall-precsave.exp: get signal LWP
new FAIL: gdb.reverse/sigall-precsave.exp: get signal MSG
new FAIL: gdb.reverse/sigall-precsave.exp: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal PIPE
new FAIL: gdb.reverse/sigall-precsave.exp: get signal POLL
new FAIL: gdb.reverse/sigall-precsave.exp: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal QUIT
new FAIL: gdb.reverse/sigall-precsave.exp: get signal RETRACT
new FAIL: gdb.reverse/sigall-precsave.exp: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal SEGV
new FAIL: gdb.reverse/sigall-precsave.exp: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal VTALRM
new FAIL: gdb.reverse/sigall-precsave.exp: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal WINCH
new FAIL: gdb.reverse/sigall-precsave.exp: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: get signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to handler of XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal 63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: send signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to XFSZ
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 33
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 34
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 35
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 36
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 37
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 38
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 39
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 40
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 41
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 42
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 43
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 44
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 45
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 46
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 47
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 48
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 49
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 50
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 51
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 52
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 53
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 54
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 55
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 56
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 57
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 58
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 59
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 60
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 61
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 62
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal CONT
new FAIL: gdb.reverse/sigall-reverse.exp: get signal DANGER
new FAIL: gdb.reverse/sigall-reverse.exp: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal FPE
new FAIL: gdb.reverse/sigall-reverse.exp: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal IO
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LOST
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LWP
new FAIL: gdb.reverse/sigall-reverse.exp: get signal MSG
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal PIPE
new FAIL: gdb.reverse/sigall-reverse.exp: get signal POLL
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal QUIT
new FAIL: gdb.reverse/sigall-reverse.exp: get signal RETRACT
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal SEGV
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal VTALRM
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal WINCH
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/solib-precsave.exp: forward to end part one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step generic
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step second shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step third shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/solib-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/solib-reverse.exp: forward to end part one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next first shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next generic
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next over solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next second shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next third shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step first shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step generic
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step second shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step third shr1
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: run until end part one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/step-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi thru function return
PASS -> FAIL: gdb.reverse/step-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/step-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/step-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/step-precsave.exp: step into call
PASS -> FAIL: gdb.reverse/step-precsave.exp: stepi into function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse stepi thru function return
PASS -> FAIL: gdb.reverse/step-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/step-reverse.exp: step into call
PASS -> FAIL: gdb.reverse/step-reverse.exp: stepi into function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: finish to main
PASS -> FAIL: gdb.reverse/until-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2
PASS -> FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial
PASS -> FAIL: gdb.reverse/until-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/until-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/until-precsave.exp: set reverse execution
PASS -> FAIL: gdb.reverse/until-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function
PASS -> FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame
PASS -> FAIL: gdb.reverse/until-precsave.exp: until line number
PASS -> FAIL: gdb.reverse/until-reverse.exp: advance to factorial
PASS -> FAIL: gdb.reverse/until-reverse.exp: advance to marker2
PASS -> FAIL: gdb.reverse/until-reverse.exp: finish to main
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-advance to final return of factorial
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-advance to marker2
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-finish from marker2
PASS -> FAIL: gdb.reverse/until-reverse.exp: reverse-until to entry of factorial
PASS -> FAIL: gdb.reverse/until-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/until-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-reverse.exp: until factorial, recursive function
PASS -> FAIL: gdb.reverse/until-reverse.exp: until func, not called by current frame
PASS -> FAIL: gdb.reverse/until-reverse.exp: until line number
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/watch-precsave.exp: continue to breakpoint: marker1
PASS -> FAIL: gdb.reverse/watch-precsave.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/watch-precsave.exp: replay forward to marker2
PASS -> FAIL: gdb.reverse/watch-precsave.exp: run to end of main
PASS -> FAIL: gdb.reverse/watch-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set forward
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set reverse
PASS -> FAIL: gdb.reverse/watch-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, HW, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit in reverse, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fifth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, first time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, forward replay, third time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, second time
PASS -> FAIL: gdb.reverse/watch-precsave.exp: watchpoint hit, third time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: continue to breakpoint: marker1
PASS -> FAIL: gdb.reverse/watch-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/watch-reverse.exp: replay forward to marker2
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set forward
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set reverse
PASS -> FAIL: gdb.reverse/watch-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, HW, third time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit in reverse, third time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, fifth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, first time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, forward replay, third time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, fourth time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, second time
PASS -> FAIL: gdb.reverse/watch-reverse.exp: watchpoint hit, third time
PASS -> FAIL: gdb.server/ext-attach.exp: attach to remote program 2
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace 2
new FAIL: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
PASS -> FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attach
PASS -> FAIL: gdb.threads/attach-into-signal.exp: threaded: attach
PASS -> FAIL: gdb.threads/attach-slow-waitpid.exp: attach to target
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
PASS -> FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt
PASS -> FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped, after setting file
PASS -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
PASS -> FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so fully initialized: check debug libthread-db output
PASS -> FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so fully initialized: maint set check-libthread-db 1
PASS -> FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so fully initialized: set debug libthread-db 1
PASS -> FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: check debug libthread-db output
PASS -> FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: maint set check-libthread-db 1
PASS -> FAIL: gdb.threads/check-libthread-db.exp: automated load-time check: libpthread.so not initialized: set debug libthread-db 1
PASS -> FAIL: gdb.threads/check-libthread-db.exp: user-initiated check: continue
PASS -> FAIL: gdb.threads/check-libthread-db.exp: user-initiated check: continue to breakpoint: break_here
PASS -> FAIL: gdb.threads/check-libthread-db.exp: user-initiated check: libpthread.so fully initialized
PASS -> FAIL: gdb.threads/check-libthread-db.exp: user-initiated check: libpthread.so not initialized
PASS -> FAIL: gdb.threads/check-libthread-db.exp: user-initiated check: maint show check-libthread-db
PASS -> FAIL: gdb.threads/check-libthread-db.exp: user-initiated check: no libpthread.so loaded
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 1: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 1: detach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 1: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 2: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 2: detach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 2: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 3: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 3: detach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: bg attach 3: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 1: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 1: detach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 1: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 2: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 2: detach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 2: info threads shows two LWPs
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 3: attach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 3: detach
PASS -> FAIL: gdb.threads/clone-attach-detach.exp: fg attach 3: info threads shows two LWPs
PASS -> FAIL: gdb.threads/corethreads.exp: thread0 found
PASS -> FAIL: gdb.threads/corethreads.exp: thread1 found
PASS -> FAIL: gdb.threads/execl.exp: continue across exec
PASS -> FAIL: gdb.threads/execl.exp: continue to exec
PASS -> FAIL: gdb.threads/execl.exp: continue until exit
PASS -> FAIL: gdb.threads/execl.exp: info threads before exec
new FAIL: gdb.threads/fork-child-threads.exp: can't run to main
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: can't run to main
new FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=on: can't run to main
new FAIL: gdb.threads/fork-thread-pending.exp: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: can't run to main
new FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
new FAIL: gdb.threads/hand-call-in-threads.exp: can't run to main
new FAIL: gdb.threads/interrupt-while-step-over.exp: can't run to main
new FAIL: gdb.threads/interrupted-hand-call.exp: can't run to main
new FAIL: gdb.threads/kill.exp: non-threaded: run to main
new FAIL: gdb.threads/kill.exp: threaded: run to main
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 0
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 1
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 2
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 3
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: about to create philosopher: 4
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: main thread's sleep
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print
PASS -> FAIL: gdb.threads/linux-dp.exp: continue to breakpoint: thread 5's print, pass: 0
PASS -> FAIL: gdb.threads/linux-dp.exp: create philosopher: 0
PASS -> FAIL: gdb.threads/linux-dp.exp: create philosopher: 1
PASS -> FAIL: gdb.threads/linux-dp.exp: create philosopher: 2
PASS -> FAIL: gdb.threads/linux-dp.exp: create philosopher: 3
PASS -> FAIL: gdb.threads/linux-dp.exp: create philosopher: 4
PASS -> FAIL: gdb.threads/linux-dp.exp: first thread-specific breakpoint hit
PASS -> FAIL: gdb.threads/linux-dp.exp: found an interesting thread
PASS -> FAIL: gdb.threads/linux-dp.exp: info threads 2
PASS -> FAIL: gdb.threads/linux-dp.exp: info threads after: 0
PASS -> FAIL: gdb.threads/linux-dp.exp: info threads after: 1
PASS -> FAIL: gdb.threads/linux-dp.exp: info threads after: 2
PASS -> FAIL: gdb.threads/linux-dp.exp: info threads after: 3
PASS -> FAIL: gdb.threads/linux-dp.exp: info threads after: 4
PASS -> FAIL: gdb.threads/linux-dp.exp: manager thread found
new FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 1
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 2
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 3
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 4
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 5
PASS -> FAIL: gdb.threads/linux-dp.exp: philosopher is distinct: 6
PASS -> FAIL: gdb.threads/linux-dp.exp: selected thread: 1
PASS -> FAIL: gdb.threads/linux-dp.exp: selected thread: 2
PASS -> FAIL: gdb.threads/linux-dp.exp: selected thread: 3
PASS -> FAIL: gdb.threads/linux-dp.exp: selected thread: 4
PASS -> FAIL: gdb.threads/linux-dp.exp: selected thread: 5
PASS -> FAIL: gdb.threads/linux-dp.exp: selected thread: 6
new FAIL: gdb.threads/linux-dp.exp: setting breakpoint at print_philosopher thread 5
PASS -> FAIL: gdb.threads/linux-dp.exp: thread-specific breakpoint is thread-specific
new FAIL: gdb.threads/local-watch-wrong-thread.exp: can't run to main
PASS -> FAIL: gdb.threads/manythreads.exp: check thread name
PASS -> FAIL: gdb.threads/manythreads.exp: first continue
PASS -> FAIL: gdb.threads/manythreads.exp: give a name to the thread
PASS -> FAIL: gdb.threads/manythreads.exp: info threads
PASS -> FAIL: gdb.threads/manythreads.exp: second continue
PASS -> FAIL: gdb.threads/manythreads.exp: stop threads 1
PASS -> FAIL: gdb.threads/manythreads.exp: stop threads 2
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 0
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 1
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 11
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 12
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 13
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 14
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 15
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 16
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 17
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 18
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 19
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 20
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 21
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 22
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 23
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 24
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 25
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 26
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 27
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 28
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 29
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 3
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 30
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 31
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 5
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 7
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 8
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 9
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: continue: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: next: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: step: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: switch back to thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: thread 1
new FAIL: gdb.threads/multiple-successive-infcall.exp: can't run to main
new FAIL: gdb.threads/next-while-other-thread-longjmps.exp: can't run to main
new FAIL: gdb.threads/non-ldr-exit.exp: can't run to main
new FAIL: gdb.threads/pending-step.exp: can't run to main
PASS -> FAIL: gdb.threads/print-threads.exp: all threads ran once
PASS -> FAIL: gdb.threads/print-threads.exp: set var slow = 0
PASS -> FAIL: gdb.threads/print-threads.exp: set var slow = 1
new FAIL: gdb.threads/print-threads.exp: setting breakpoint at kill
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: can't run to main
new FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: can't run to main
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: backtrace in blocked thread
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: run to break_me
new FAIL: gdb.threads/queue-signal.exp: can't run to main
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over no: can't run to main
new FAIL: gdb.threads/signal-command-handle-nopass.exp: step-over yes: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: can't run to main
new FAIL: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: continue: can't run to main
new FAIL: gdb.threads/signal-delivered-right-thread.exp: signal 0: can't run to main
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: can't run to thread_function
new FAIL: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: can't run to thread_function
new FAIL: gdb.threads/sigthread.exp: can't run to main
PASS -> FAIL: gdb.threads/staticthreads.exp: continue to main's call of sem_post
PASS -> FAIL: gdb.threads/staticthreads.exp: handle SIG32 helps
PASS -> KFAIL: gdb.threads/staticthreads.exp: info threads
PASS -> FAIL: gdb.threads/staticthreads.exp: rerun to main
PASS -> FAIL: gdb.threads/switch-threads.exp: continue to breakpoint: continue to thread_func
PASS -> FAIL: gdb.threads/switch-threads.exp: next
PASS -> FAIL: gdb.threads/thread-find.exp: continue to breakpoint: main thread's sleep
PASS -> FAIL: gdb.threads/thread-find.exp: find thread name 1
PASS -> FAIL: gdb.threads/thread-find.exp: find thread name 2
PASS -> FAIL: gdb.threads/thread-find.exp: find thread name 3
PASS -> FAIL: gdb.threads/thread-find.exp: find thread name 4
PASS -> FAIL: gdb.threads/thread-find.exp: find thread name 5
PASS -> FAIL: gdb.threads/thread-find.exp: find thread name 6
PASS -> FAIL: gdb.threads/thread-find.exp: info thread foo
PASS -> FAIL: gdb.threads/thread-find.exp: info thread foo -1
PASS -> FAIL: gdb.threads/thread-find.exp: info threads 2 4 6
PASS -> FAIL: gdb.threads/thread-find.exp: info threads 3-3
PASS -> FAIL: gdb.threads/thread-find.exp: info threads 3-5
PASS -> FAIL: gdb.threads/thread-find.exp: name thread 1
PASS -> FAIL: gdb.threads/thread-find.exp: name thread 2
PASS -> FAIL: gdb.threads/thread-find.exp: name thread 3
PASS -> FAIL: gdb.threads/thread-find.exp: name thread 4
PASS -> FAIL: gdb.threads/thread-find.exp: name thread 5
PASS -> FAIL: gdb.threads/thread-find.exp: name thread 6
PASS -> FAIL: gdb.threads/thread-find.exp: test inverted range
PASS -> FAIL: gdb.threads/thread-find.exp: test regular exp
PASS -> FAIL: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started
PASS -> FAIL: gdb.threads/thread-specific.exp: get threads list
new FAIL: gdb.threads/thread-unwindonsignal.exp: can't run to main
new FAIL: gdb.threads/thread_check.exp: can't run to main
new FAIL: gdb.threads/thread_events.exp: can't run to main with messages disabled
new FAIL: gdb.threads/thread_events.exp: can't run to main with messages enabled
new FAIL: gdb.threads/threadapply.exp: can't run to main
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: continue to thread start
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: get past the thread specific breakpoint
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: set thread specific breakpoint
new FAIL: gdb.threads/tid-reuse.exp: can't run to main
PASS -> FAIL: gdb.threads/tls-core.exp: gcore
new FAIL: gdb.threads/tls-nodebug.exp: can't run to main
new FAIL: gdb.threads/tls-shared.exp: can't run to main
new FAIL: gdb.threads/tls-so_extern.exp: can't run to main
new FAIL: gdb.threads/tls.exp: can't run to main
new FAIL: gdb.threads/watchthreads.exp: can't run to main
new FAIL: gdb.threads/watchthreads2.exp: can't run to main
new FAIL: gdb.threads/wp-replication.exp: failed to run to main
new FAIL: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/actions.exp: can't run to main
PASS -> FAIL: gdb.trace/ax.exp: maint agent
PASS -> FAIL: gdb.trace/ax.exp: maint agent 12
PASS -> FAIL: gdb.trace/ax.exp: maint agent-eval &gdb_long_test == &gdb_short_test
PASS -> FAIL: gdb.trace/ax.exp: maint agent-eval 12
new FAIL: gdb.trace/backtrace.exp: can't run to main to check for trace support
new FAIL: gdb.trace/change-loc.exp: can't run to main to check for trace support
new FAIL: gdb.trace/circ.exp: can't run to main to check for trace support
new FAIL: gdb.trace/entry-values.exp: can't run to main
new FAIL: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
new FAIL: gdb.trace/ftrace.exp: can't run to main to check for trace support
new FAIL: gdb.trace/infotrace.exp: can't run to main
new FAIL: gdb.trace/mi-trace-frame-collected.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tracepoint-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: can't run to main to check for trace support
new FAIL: gdb.trace/pending.exp: can't run to main to check for trace support
new FAIL: gdb.trace/pr16508.exp: can't run to main to check for trace support
new FAIL: gdb.trace/qtro.exp: can't run to main to check for trace support
new FAIL: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new FAIL: gdb.trace/read-memory.exp: can't run to main to check for trace support
new FAIL: gdb.trace/signal.exp: can't run to main to check for trace support
new FAIL: gdb.trace/status-stop.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-break.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-condition.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new FAIL: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tspeed.exp: can't run to main to check for trace support
new FAIL: gdb.trace/tstatus.exp: can't run to main to check for trace support
new FAIL: gdb.trace/while-stepping.exp: can't run to main
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 20:58 [binutils-gdb] Remove gdbtypes special case from init.c rule sergiodj+buildbot
@ 2018-12-28  3:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28  3:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4759>

Commit(s) tested:
	c88c222e3c01e3f936455dca59f486e310d12f69

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove gdbtypes special case from init.c rule

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c8/c88c222e3c01e3f936455dca59f486e310d12f69/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 20:47 [binutils-gdb] Remove empty nm-fbsd.h header for FreeBSD/i386 native target sergiodj+buildbot
@ 2018-12-28  1:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-28  1:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4758>

Commit(s) tested:
	47db57fd4ea9379c356c326458691f5cdc64c72b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Remove empty nm-fbsd.h header for FreeBSD/i386 native target.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/47/47db57fd4ea9379c356c326458691f5cdc64c72b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: target remote
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 20:08 [binutils-gdb] Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_reader sergiodj+buildbot
@ 2018-12-27 22:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 22:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4757>

Commit(s) tested:
	af9a216102c27e308e338f77b6f9ad78dd0d2c09

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_reader

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/af/af9a216102c27e308e338f77b6f9ad78dd0d2c09/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 11:24 [binutils-gdb] Fix gdb.ada/fun_renaming.exp by using more unique names sergiodj+buildbot
@ 2018-12-27 19:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 19:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4755>

Commit(s) tested:
	293bf1a719e88e063e75ae467c5aec101b59fbf6

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix gdb.ada/fun_renaming.exp by using more unique names.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/29/293bf1a719e88e063e75ae467c5aec101b59fbf6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 11:07 [binutils-gdb] Fix gdb.ada/assign_arr.exp by using more unique names sergiodj+buildbot
@ 2018-12-27 18:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 18:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4754>

Commit(s) tested:
	3cf139964eb2e2d3008174aa3d446797fce31240

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix gdb.ada/assign_arr.exp by using more unique names.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/3c/3cf139964eb2e2d3008174aa3d446797fce31240/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27 12:28 [binutils-gdb] Improve gdb.ada/rename_subscript_param.exp by using more unique names sergiodj+buildbot
@ 2018-12-27 14:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 14:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4753>

Commit(s) tested:
	afcfda091e15beb9580398709235c1866a4c79e1

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Improve gdb.ada/rename_subscript_param.exp by using more unique names.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/af/afcfda091e15beb9580398709235c1866a4c79e1/>

*** Diff to previous build ***
============================
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b after changing its value
new FAIL: gdb.ada/rename_subscript_param.exp: print rename_subscript_param_b before changing its value
============================


*** 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-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-27  2:10 [binutils-gdb] target.c: Remove struct keyword in range-based for sergiodj+buildbot
@ 2018-12-27 10:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 10:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4751>

Commit(s) tested:
	84b68c77e7f1c8c883ff94aaa2fce0df2eab0877

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	target.c: Remove struct keyword in range-based for

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/84/84b68c77e7f1c8c883ff94aaa2fce0df2eab0877/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
@ 2018-12-27  2:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-27  2:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4750>

Commit(s) tested:
	50794b45a2a7330fc32b118bff584a3a2e649ac5

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Improve "set debug separate-debug-file"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/50/50794b45a2a7330fc32b118bff584a3a2e649ac5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-24 18:21 [binutils-gdb] gdb: Add new parser rule for structure field names sergiodj+buildbot
@ 2018-12-26 17:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-26 17:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4748>

Commit(s) tested:
	0f5d3f636a606e307d8d8634415cc1e313a38273

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Add new parser rule for structure field names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/0f/0f5d3f636a606e307d8d8634415cc1e313a38273/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-24 17:54 [binutils-gdb] Simplify dwarf2_find_containing_comp_unit sergiodj+buildbot
@ 2018-12-24 20:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-24 20:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4746>

Commit(s) tested:
	45b8ae0c3348a6e6aa64ad5d114adabdc399c5ef

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify dwarf2_find_containing_comp_unit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/45/45b8ae0c3348a6e6aa64ad5d114adabdc399c5ef/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-23 18:40 [binutils-gdb] i386: Remove the unused bfd pointer argument sergiodj+buildbot
@ 2018-12-24 12:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-24 12:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4744>

Commit(s) tested:
	b366503e45a2b28271dd12a7ca923964154c2716

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	i386: Remove the unused bfd pointer argument

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b3/b366503e45a2b28271dd12a7ca923964154c2716/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=9c74224e>

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-m64/xfails/master/xfail.table?id=9c74224e>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-21 21:16 [binutils-gdb] Fix various tests to use -no-pie linker flag when needed sergiodj+buildbot
@ 2018-12-22 11:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-22 11:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4736>

Commit(s) tested:
	6e8b1ab2fd4c692146eb14295866920f83dc5403

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	Fix various tests to use -no-pie linker flag when needed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/6e/6e8b1ab2fd4c692146eb14295866920f83dc5403/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-21 18:37 [binutils-gdb] gdb: Fix "info os <unknown>" command sergiodj+buildbot
@ 2018-12-22  5:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-22  5:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4733>

Commit(s) tested:
	d00a27c5addfb6b7350a39215b48f4aaffa5960c

Author(s) (in the same order as the commits):
	Paul Marechal <paul.marechal@ericsson.com>

Subject:
	gdb: Fix "info os <unknown>" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d0/d00a27c5addfb6b7350a39215b48f4aaffa5960c/>

*** 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=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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-21 17:28 [binutils-gdb] Fix compile error with clang 3.8 sergiodj+buildbot
@ 2018-12-21 19:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 19:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4730>

Commit(s) tested:
	3dcfdc58656caa4a38e1fde73a07a19114347226

Author(s) (in the same order as the commits):
	Dave Murphy <davem@devkitpro.org>

Subject:
	Fix compile error with clang 3.8

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/3d/3dcfdc58656caa4a38e1fde73a07a19114347226/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-20 22:08 [binutils-gdb] x86: Call rtype_to_howto to get reloc_howto_type pointer sergiodj+buildbot
@ 2018-12-21 17:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 17:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4729>

Commit(s) tested:
	76268e027479f587b46b70b69760f1b96204bc28

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Call rtype_to_howto to get reloc_howto_type pointer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/76/76268e027479f587b46b70b69760f1b96204bc28/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/no-thread-db.exp: libthread-db is now unresolvable
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-20 21:43 [binutils-gdb] Ensure deterministic result order in gdb.ada/info_auto_lang.exp sergiodj+buildbot
@ 2018-12-21  0:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-21  0:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4728>

Commit(s) tested:
	161d081c56f12e7a00d8a07ccac445855d5d357b

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Ensure deterministic result order in gdb.ada/info_auto_lang.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/16/161d081c56f12e7a00d8a07ccac445855d5d357b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-19 22:20 [binutils-gdb] gdb: Add default frame methods to gdbarch sergiodj+buildbot
@ 2018-12-20 21:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-20 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4727>

Commit(s) tested:
	8bcb5208976448aab20df7dd50e9286ef1f7e22c

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Add default frame methods to gdbarch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/8b/8bcb5208976448aab20df7dd50e9286ef1f7e22c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-19 16:51 [binutils-gdb] Fix build with latest GCC 9.0 tree sergiodj+buildbot
@ 2018-12-20  3:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-20  3:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4726>

Commit(s) tested:
	7406a50077773e78282a495cb32ef5b8179f6a33

Author(s) (in the same order as the commits):
	Dimitar Dimitrov <dimitar@dinux.eu>

Subject:
	Fix build with latest GCC 9.0 tree

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/74/7406a50077773e78282a495cb32ef5b8179f6a33/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-18  0:51 [binutils-gdb] gdb/dwarf: Convert some predicates from int to bool sergiodj+buildbot
@ 2018-12-18  3:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-18  3:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4720>

Commit(s) tested:
	9068261f1c254a8051d1098b87ab1ff99d525b7b

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/dwarf: Convert some predicates from int to bool

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/90/9068261f1c254a8051d1098b87ab1ff99d525b7b/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-17 11:40 [binutils-gdb] AArch64: Fix the gdb build with musl libc sergiodj+buildbot
@ 2018-12-17 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-17 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4718>

Commit(s) tested:
	51b4f73a37c2e7eec31e932fc3c8dae879735f63

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	AArch64: Fix the gdb build with musl libc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/51/51b4f73a37c2e7eec31e932fc3c8dae879735f63/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-16 21:34 [binutils-gdb] Factorize killing the children in linux-ptrace.c, and fix a 'process leak' sergiodj+buildbot
@ 2018-12-17  3:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-17  3:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4715>

Commit(s) tested:
	a65f68357f644cae11536bbb8a1699936ccf1368

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Factorize killing the children in linux-ptrace.c, and fix a 'process leak'.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/a6/a65f68357f644cae11536bbb8a1699936ccf1368/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 6: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=7b650ed2>

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-m64/xfails/master/xfail.table?id=7b650ed2>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-15  2:55 [binutils-gdb] Minor gdb/Makefile.in cleanups sergiodj+buildbot
@ 2018-12-16 21:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-16 21:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4713>

Commit(s) tested:
	7ff6138b00d245b765266ccaa238e51f906f5356

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Minor gdb/Makefile.in cleanups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/7f/7ff6138b00d245b765266ccaa238e51f906f5356/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 18
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-13 20:49 [binutils-gdb] Add an optional "alias" attribute to syscall entries sergiodj+buildbot
@ 2018-12-14 13:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-14 13:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4710>

Commit(s) tested:
	e9076973c822e6df7f84bb8bc0b69aa42dd29eb3

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add an optional "alias" attribute to syscall entries.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/e9/e9076973c822e6df7f84bb8bc0b69aa42dd29eb3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-13 20:28 [binutils-gdb] Change get_syscalls_by_group to append to an existing vector of integers sergiodj+buildbot
@ 2018-12-13 23:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-13 23:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4709>

Commit(s) tested:
	4794efbfdc4b1497c1f47397b2a2c43382e3de78

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Change get_syscalls_by_group to append to an existing vector of integers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/47/4794efbfdc4b1497c1f47397b2a2c43382e3de78/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
============================


*** 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-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-13 19:51 [binutils-gdb] RISC-V: Correct printing of MSTATUS and MISA sergiodj+buildbot
@ 2018-12-13 22:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-13 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4708>

Commit(s) tested:
	b7c8601a7f2874de1bbe0dc38ef86ea053593ad8

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Correct printing of MSTATUS and MISA.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b7/b7c8601a7f2874de1bbe0dc38ef86ea053593ad8/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-12 21:31 [binutils-gdb] OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix ARI warning sergiodj+buildbot
@ 2018-12-13  4:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-13  4:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4706>

Commit(s) tested:
	c8749e5810115ad822ae22db8a8da4c92b0f285d

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix ARI warning.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c8/c8749e5810115ad822ae22db8a8da4c92b0f285d/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-12 18:45 [binutils-gdb] gdb: Update test pattern to deal with native-extended-gdbserver sergiodj+buildbot
@ 2018-12-12 22:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-12 22:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4705>

Commit(s) tested:
	b001de2320446ec803b4ee5e0b9710b025b84469

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Update test pattern to deal with native-extended-gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b0/b001de2320446ec803b4ee5e0b9710b025b84469/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-12 18:57 [binutils-gdb] gdb/infcall: Make infcall_suspend_state into a class sergiodj+buildbot
@ 2018-12-12 20:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-12 20:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4704>

Commit(s) tested:
	6bf78e29a1dea7121f050c6ee4990298eec679dd

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/infcall: Make infcall_suspend_state into a class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/6b/6bf78e29a1dea7121f050c6ee4990298eec679dd/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-11 22:38 [binutils-gdb] Fix leaks in all the linux osdata annex transfers + code factorization sergiodj+buildbot
@ 2018-12-12  2:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-12  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4701>

Commit(s) tested:
	750b258ef80992e76a3b03fe57dc9517e63de7f5

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leaks in all the linux osdata annex transfers + code factorization.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/75/750b258ef80992e76a3b03fe57dc9517e63de7f5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
PASS -> FAIL: gdb.server/wrapper.exp: print d
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
PASS -> UNRESOLVED: gdb.threads/watchthreads-reorder.exp: reorder1: set can-use-hw-watchpoints 1
============================


*** 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-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-11 14:32 [binutils-gdb] xc16x: Add elf32_xc16x_rtype_to_howto sergiodj+buildbot
@ 2018-12-11 22:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-11 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4699>

Commit(s) tested:
	209d1499de79eb23191f5761166180b80feb900a

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	xc16x: Add elf32_xc16x_rtype_to_howto

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/20/209d1499de79eb23191f5761166180b80feb900a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-10 11:31 [binutils-gdb] gdb/riscv: Remove whitespace before #include line sergiodj+buildbot
@ 2018-12-11 12:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-11 12:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4696>

Commit(s) tested:
	69cb29528eaf96ed82c25283586a8cc914130439

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Remove whitespace before #include line

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/69/69cb29528eaf96ed82c25283586a8cc914130439/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=28a5f2f3>

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-m64/xfails/master/xfail.table?id=28a5f2f3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-09  2:05 [binutils-gdb] Look for tgetent in libtinfow sergiodj+buildbot
@ 2018-12-09 14:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-09 14:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4693>

Commit(s) tested:
	2578ecb1b583408c7a75716edbd203995da373c7

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Look for tgetent in libtinfow

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/25/2578ecb1b583408c7a75716edbd203995da373c7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-08  0:24 [binutils-gdb] gdb/emacs/dir-locals: Update settings for c++-mode sergiodj+buildbot
@ 2018-12-08 15:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-08 15:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4689>

Commit(s) tested:
	d9c859da9fff9de47a33f52d75a6fef2495b3fc1

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/emacs/dir-locals: Update settings for c++-mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d9/d9c859da9fff9de47a33f52d75a6fef2495b3fc1/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-07 22:49 [binutils-gdb] gdb/or1k: Add linux debugging support sergiodj+buildbot
@ 2018-12-08  3:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-08  3:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4688>

Commit(s) tested:
	42e151bf4cc66b8781f2b139c6da320095f9a045

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	gdb/or1k: Add linux debugging support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/42/42e151bf4cc66b8781f2b139c6da320095f9a045/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 6
============================


*** 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-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-07 20:48 [binutils-gdb] Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfd sergiodj+buildbot
@ 2018-12-07 22:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-07 22:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4686>

Commit(s) tested:
	8bebfcda34f2ea883fa6b87e748ad8a5f72b352f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/8b/8bebfcda34f2ea883fa6b87e748ad8a5f72b352f/>

*** Diff to previous build ***
============================
FAIL -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 6
============================


*** 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-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-07 16:59 [binutils-gdb] elf: Report property change when merging properties sergiodj+buildbot
@ 2018-12-07 20:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-07 20:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4685>

Commit(s) tested:
	d2ef37ebd9f771d06edf1fdea37970f60b242b2d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	elf: Report property change when merging properties

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d2/d2ef37ebd9f771d06edf1fdea37970f60b242b2d/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-07 14:46 [binutils-gdb] PR23952, memory leak in _bfd_generic_read_minisymbols sergiodj+buildbot
@ 2018-12-07 16:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-07 16:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4683>

Commit(s) tested:
	c2f5dc30afa34696f2da0081c4ac50b958ecb0e9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23952, memory leak in _bfd_generic_read_minisymbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c2/c2f5dc30afa34696f2da0081c4ac50b958ecb0e9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 6
============================


*** 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-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-07 12:44 [binutils-gdb] Synchronize libiberty with gcc and add --no-recruse-limit option to tools that support name demangling sergiodj+buildbot
@ 2018-12-07 14:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-07 14:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4682>

Commit(s) tested:
	af03af8f55f2536b6e20928e6b1fa0324a5f3d6e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Synchronize libiberty with gcc and add --no-recruse-limit option to tools that support name demangling.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/af/af03af8f55f2536b6e20928e6b1fa0324a5f3d6e/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-06 12:57 [binutils-gdb] sim/opcodes: Allow use of out of tree cgen source directory sergiodj+buildbot
@ 2018-12-06 15:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-06 15:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4679>

Commit(s) tested:
	7fb45a689543be75809a0513900d82f5bd859338

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	sim/opcodes: Allow use of out of tree cgen source directory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/7f/7fb45a689543be75809a0513900d82f5bd859338/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-run.exp: get process list
PASS -> FAIL: gdb.server/ext-run.exp: load new file without any gdbserver inferior
PASS -> FAIL: gdb.server/ext-run.exp: monitor exit
============================


*** 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-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-06 10:52 [binutils-gdb] opcodes/riscv: Hide '.L0 ' fake symbols sergiodj+buildbot
@ 2018-12-06 12:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-06 12:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4678>

Commit(s) tested:
	884b49e3a91504b9c5528343823d67f4419b73bb

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	opcodes/riscv: Hide '.L0 ' fake symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/88/884b49e3a91504b9c5528343823d67f4419b73bb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-05 12:43 [binutils-gdb] gdb/testsuite/sim: Remove redundant setting of timeout sergiodj+buildbot
@ 2018-12-05 15:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-05 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4674>

Commit(s) tested:
	13f2ed32e14311bdcdb9d6efe263486d5d128cfd

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite/sim: Remove redundant setting of timeout

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/13/13f2ed32e14311bdcdb9d6efe263486d5d128cfd/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-05 12:07 [binutils-gdb] AArch64: Racy: Don't set empty set of hardware BPs/WPs on new thread sergiodj+buildbot
@ 2018-12-05 13:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-05 13:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4673>

Commit(s) tested:
	754e31689866524049b9cfc68053ed4e1293cfac

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Racy: Don't set empty set of hardware BPs/WPs on new thread

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/75/754e31689866524049b9cfc68053ed4e1293cfac/>

*** Diff to previous build ***
============================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.server/ext-attach.exp: attach to remote program 1
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace 1
PASS -> FAIL: gdb.server/ext-attach.exp: detach
PASS -> FAIL: gdb.server/ext-attach.exp: monitor exit
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 6
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-04 15:19 [binutils-gdb] x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties sergiodj+buildbot
@ 2018-12-05 11:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-05 11:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4672>

Commit(s) tested:
	fde51dd189a1f8a63896bcb845ef36ea5e1917d5

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/fd/fde51dd189a1f8a63896bcb845ef36ea5e1917d5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
============================


*** 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-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-03 23:16 [binutils-gdb] RISC-V: Accept version, supervisor ext and more than one NSE for -march sergiodj+buildbot
@ 2018-12-04 14:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-04 14:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4671>

Commit(s) tested:
	1080bf78c05b220f5f4bbc5c50d6a0ef6490d738

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Accept version, supervisor ext and more than one NSE for -march.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/10/1080bf78c05b220f5f4bbc5c50d6a0ef6490d738/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-12-03 18:28 [binutils-gdb] [aarch64] - Only use MOV for disassembly when shifter op is LSL #0 sergiodj+buildbot
@ 2018-12-03 22:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-03 22:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4670>

Commit(s) tested:
	57b64c4103ffeadd524eb80b4a7d61be8c8ec871

Author(s) (in the same order as the commits):
	Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>

Subject:
	[aarch64] - Only use MOV for disassembly when shifter op is LSL #0

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/57/57b64c4103ffeadd524eb80b4a7d61be8c8ec871/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=60187cc3>

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-m64/xfails/master/xfail.table?id=60187cc3>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-30 23:52 [binutils-gdb] Use kinfo_getfile to implement fdwalk on FreeBSD sergiodj+buildbot
@ 2018-12-03 14:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-03 14:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4666>

Commit(s) tested:
	93579f6f908fa6010b141fd5da2974d878869c80

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Use kinfo_getfile to implement fdwalk on FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/93/93579f6f908fa6010b141fd5da2974d878869c80/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> UNRESOLVED: gdb.threads/watchthreads-reorder.exp: reorder1: set can-use-hw-watchpoints 1
============================


*** 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-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-30 19:11 [binutils-gdb] gdb/riscv: Add read_description method for riscv_linux_nat_target sergiodj+buildbot
@ 2018-12-01 22:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 22:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4663>

Commit(s) tested:
	92528b6772a19dd671b52d954c14886b11fc0a8d

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Add read_description method for riscv_linux_nat_target

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/92/92528b6772a19dd671b52d954c14886b11fc0a8d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 10: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-30 19:00 [binutils-gdb] gdb/riscv: Create each unique target description only once sergiodj+buildbot
@ 2018-12-01 16:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 16:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4662>

Commit(s) tested:
	634494366c515a89c4747d8a68a8da9218bb4969

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Create each unique target description only once

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/63/634494366c515a89c4747d8a68a8da9218bb4969/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: stop with control-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 12
============================


*** 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-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-30 18:29 [binutils-gdb] gdb/riscv: Add equality operators to riscv_gdb_features sergiodj+buildbot
@ 2018-12-01 10:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 10:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4661>

Commit(s) tested:
	65a4b373267813ae5e47ac519da2e70d9c7e09d3

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Add equality operators to riscv_gdb_features

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/65/65a4b373267813ae5e47ac519da2e70d9c7e09d3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-30 12:21 [binutils-gdb] Fix a memory exhaustion bug when attempting to allocate room for an impossible number of program headers sergiodj+buildbot
@ 2018-11-30 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-30 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4654>

Commit(s) tested:
	5f60af5d24d181371d67534fa273dd221df20c07

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix a memory exhaustion bug when attempting to allocate room for an impossible number of program headers.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/5f/5f60af5d24d181371d67534fa273dd221df20c07/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=off: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=off: print pc again
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
============================


*** 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-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-30 12:13 [binutils-gdb] Remove an abort in the bfd library and add a check for an integer overflow when mapping sections to segments sergiodj+buildbot
@ 2018-11-30 14:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-30 14:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4653>

Commit(s) tested:
	beab453223769279cc1cef68a1622ab8978641f7

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Remove an abort in the bfd library and add a check for an integer overflow when mapping sections to segments.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/be/beab453223769279cc1cef68a1622ab8978641f7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-30  7:11 [binutils-gdb] PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong sergiodj+buildbot
@ 2018-11-30 10:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-30 10:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4652>

Commit(s) tested:
	ba85c15dabe144e4bcee5a1b388b32bee10729e1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ba/ba85c15dabe144e4bcee5a1b388b32bee10729e1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: stop with control-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
============================


*** 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-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-29 23:31 [binutils-gdb] Fix leak in forward-search sergiodj+buildbot
@ 2018-11-30  6:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-30  6:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4651>

Commit(s) tested:
	95b1f9ac6b7de84b09580bdf2456955bcff86da1

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leak in forward-search

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/95/95b1f9ac6b7de84b09580bdf2456955bcff86da1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-29 22:18 [binutils-gdb] Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD sergiodj+buildbot
@ 2018-11-30  6:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-30  6:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4650>

Commit(s) tested:
	e61667ef1413b9fba1bb9dc78744329f8215de74

Author(s) (in the same order as the commits):
	Rajendra SY <rajendra.sy@gmail.com>

Subject:
	Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/e6/e61667ef1413b9fba1bb9dc78744329f8215de74/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-29 21:41 [binutils-gdb] RISC-V: Add missing c.unimp instruction sergiodj+buildbot
@ 2018-11-30  0:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-30  0:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4649>

Commit(s) tested:
	12951a2f080abfd23d0aae0a9a5b2c322fd25c9e

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add missing c.unimp instruction.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/12/12951a2f080abfd23d0aae0a9a5b2c322fd25c9e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-29 18:55 [binutils-gdb] Avoid buffer overflow in value_x_unop sergiodj+buildbot
@ 2018-11-29 22:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-29 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4648>

Commit(s) tested:
	3d5500e9580ec0f3cffeb1f1373834cbc1d2101d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Avoid buffer overflow in value_x_unop

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/3d/3d5500e9580ec0f3cffeb1f1373834cbc1d2101d/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-27 13:47 [binutils-gdb] AArch64: Fix regression in Cortex A53 erratum when PIE. (PR ld/23904) sergiodj+buildbot
@ 2018-11-27 17:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-27 17:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4640>

Commit(s) tested:
	9fca35fc3486283562a7fcd9eb0ff845b0152d98

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	AArch64: Fix regression in Cortex A53 erratum when PIE. (PR ld/23904)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/9f/9fca35fc3486283562a7fcd9eb0ff845b0152d98/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-26 22:26 [binutils-gdb] Fix spurious semicolon in sparc-linux-nat.c sergiodj+buildbot
@ 2018-11-27 12:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-27 12:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4638>

Commit(s) tested:
	ed2df75c51551cf9b44f7d94179849565ab5bdda

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix spurious semicolon in sparc-linux-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ed/ed2df75c51551cf9b44f7d94179849565ab5bdda/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-26 14:27 [binutils-gdb] Fix Solaris build sergiodj+buildbot
@ 2018-11-26 22:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-26 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4635>

Commit(s) tested:
	24bce9bbe510c9efa36c0f85fb2f8a93ec8b623e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix Solaris build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/24/24bce9bbe510c9efa36c0f85fb2f8a93ec8b623e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-25 23:41 [binutils-gdb] Implement timestamp'ed output on "make check" sergiodj+buildbot
@ 2018-11-26 14:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-26 14:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4634>

Commit(s) tested:
	f63c03b470036353c8c6c657e15f5ebd62ab67dd

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Implement timestamp'ed output on "make check"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/f6/f63c03b470036353c8c6c657e15f5ebd62ab67dd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-25 23:04 [binutils-gdb] Remove obsolete comments from field_fmt sergiodj+buildbot
@ 2018-11-26 13:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-26 13:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4633>

Commit(s) tested:
	b5b12e1dbe0f2739624f91621828df73ef55e900

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove obsolete comments from field_fmt

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b5/b5b12e1dbe0f2739624f91621828df73ef55e900/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 10: run till end
============================


*** 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-m64/xfails/master/xfail?id=bd55e40b>

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-m64/xfails/master/xfail.table?id=bd55e40b>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
@ 2018-11-25 23:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 23:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4631>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-23 14:34 [binutils-gdb] gdbserver: AArch64: Remove cannot_fetch/store_register sergiodj+buildbot
@ 2018-11-24 12:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 12:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4630>

Commit(s) tested:
	5013824590f59374106007d4c9724d5767911d75

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	gdbserver: AArch64: Remove cannot_fetch/store_register

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/50/5013824590f59374106007d4c9724d5767911d75/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-23 14:22 [binutils-gdb] Remove declarations of is_running/is_stopped/is_exited sergiodj+buildbot
@ 2018-11-23 16:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-23 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4629>

Commit(s) tested:
	6af05e645ab7fbbb4e0b663f50febf052e6d09a0

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Remove declarations of is_running/is_stopped/is_exited

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/6a/6af05e645ab7fbbb4e0b663f50febf052e6d09a0/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-22 16:58 [binutils-gdb] Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc sergiodj+buildbot
@ 2018-11-23 14:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-23 14:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4628>

Commit(s) tested:
	080363310650c93ad8e93018bcb6760ba5d32d1c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/08/080363310650c93ad8e93018bcb6760ba5d32d1c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: stop with control-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: continue to main
PASS -> FAIL: gdb.threads/ia64-sigill.exp: continue for the pending signal
PASS -> FAIL: gdb.threads/watchthreads-reorder.exp: reorder0: continue to breakpoint: break-at-exit
PASS -> FAIL: gdb.threads/watchthreads-reorder.exp: reorder1: continue to breakpoint: break-at-exit
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-22 18:39 [binutils-gdb] Fix follow_exec latent problem sergiodj+buildbot
@ 2018-11-23 14:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-23 14:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4627>

Commit(s) tested:
	c4c17fb0f5879d3f58c733a4139fa59817e8155e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix follow_exec latent problem

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c4/c4c17fb0f5879d3f58c733a4139fa59817e8155e/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-21 21:16 [binutils-gdb] S12Z opcodes: Fix bug disassembling certain shift instructions sergiodj+buildbot
@ 2018-11-22 18:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-22 18:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4625>

Commit(s) tested:
	27f42a4ddb28514fde3d01083120674fc8c0c107

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z opcodes: Fix bug disassembling certain shift instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/27/27f42a4ddb28514fde3d01083120674fc8c0c107/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-21 17:41 [binutils-gdb] Make command-repeat work after gdb.execute sergiodj+buildbot
@ 2018-11-22 16:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-22 16:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4623>

Commit(s) tested:
	1c97054b87495b008c6028d697deff61c9fb0b6e

Author(s) (in the same order as the commits):
	Benno Fünfstück <benno.fuenfstueck@gmail.com>

Subject:
	Make command-repeat work after gdb.execute

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/1c/1c97054b87495b008c6028d697deff61c9fb0b6e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-attach.exp: attach to remote program 1
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace 1
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: step
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-21 17:24 [binutils-gdb] C++ify badness_vector, fix leaks sergiodj+buildbot
@ 2018-11-22  5:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-22  5:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4618>

Commit(s) tested:
	82ceee50146563a61ed19f4ad585d39636a6dfa8

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	C++ify badness_vector, fix leaks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/82/82ceee50146563a61ed19f4ad585d39636a6dfa8/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-21 13:48 [binutils-gdb] Eliminate make_symbol_overload_list-related globals & cleanup sergiodj+buildbot
@ 2018-11-22  2:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-22  2:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4617>

Commit(s) tested:
	0891c3cc132495ad7b323896efae4f91eca87c6c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Eliminate make_symbol_overload_list-related globals & cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/08/0891c3cc132495ad7b323896efae4f91eca87c6c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: continue
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=tty: inf2_how=attach: stop with control-c
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-21 13:38 [binutils-gdb] invoke_xmethod & array_view sergiodj+buildbot
@ 2018-11-21 23:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-21 23:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4616>

Commit(s) tested:
	6b1747cd135ff9859fceb6043179b1ef94363996

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	invoke_xmethod & array_view

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/6b/6b1747cd135ff9859fceb6043179b1ef94363996/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.cp/userdef.exp: print ++one
PASS -> FAIL: gdb.cp/userdef.exp: print one++
PASS -> FAIL: gdb.cp/userdef.exp: print one--
PASS -> FAIL: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> FAIL: gdb.server/no-thread-db.exp: print foo
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: stop with control-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-21  5:05 [binutils-gdb] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak' sergiodj+buildbot
@ 2018-11-21 15:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-21 15:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4612>

Commit(s) tested:
	604c4ca9f33d13813312b2f127f6599a5c5de038

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/60/604c4ca9f33d13813312b2f127f6599a5c5de038/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 10
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-20 23:25 [binutils-gdb] Add a test to verify info [functions|variables|types]|rbreak respect language_mode sergiodj+buildbot
@ 2018-11-21 13:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-21 13:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4611>

Commit(s) tested:
	fb5e1ed910730334c713c0834d3d66503511ef92

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Add a test to verify info [functions|variables|types]|rbreak respect language_mode.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/fb/fb5e1ed910730334c713c0834d3d66503511ef92/>

*** Diff to previous build ***
============================
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=0, frame_lang=c: info functions proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=0, frame_lang=c: info types some_type
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=0, frame_lang=c: info variables some_struct
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=0, frame_lang=c: rbreak proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=1, frame_lang=ada: info functions proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=1, frame_lang=ada: info types some_type
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=1, frame_lang=ada: info variables some_struct
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=ada: frame=1, frame_lang=ada: rbreak proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=0, frame_lang=c: info functions proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=0, frame_lang=c: info types some_type
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=0, frame_lang=c: info variables some_struct
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=0, frame_lang=c: rbreak proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=1, frame_lang=ada: info functions proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=1, frame_lang=ada: info types some_type
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=1, frame_lang=ada: info variables some_struct
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=auto: frame=1, frame_lang=ada: rbreak proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=0, frame_lang=c: info functions proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=0, frame_lang=c: info types some_type
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=0, frame_lang=c: info variables some_struct
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=0, frame_lang=c: rbreak proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=1, frame_lang=ada: info functions proc_in_
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=1, frame_lang=ada: info types some_type
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=1, frame_lang=ada: info variables some_struct
new FAIL: gdb.ada/info_auto_lang.exp: language_choice=c: frame=1, frame_lang=ada: rbreak proc_in_
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-20 22:56 [binutils-gdb] Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language sergiodj+buildbot
@ 2018-11-21 12:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-21 12:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4610>

Commit(s) tested:
	43d397ca8f097e8f0ab0c245afeaa22b8da7ac52

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/43/43d397ca8f097e8f0ab0c245afeaa22b8da7ac52/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-unload: auto-solib-add on
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-unload: catch unload
new FAIL: gdb.mi/mi-catch-load.exp: catch-unload: continue
PASS -> FAIL: gdb.mi/mi-catch-load.exp: catch-unload: solib-event stop
PASS -> FAIL: gdb.mi/mi-catch-load.exp: mi runto main
PASS -> FAIL: gdb.mi/mi-nonstop-exit.exp: mi runto main
PASS -> FAIL: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: go to line 63
new FAIL: gdb.mi/mi-var-rtti.exp: use_rtti_for_ref: step over 63
new FAIL: gdb.mi/mi-var-rtti.exp: wait for stop
PASS -> FAIL: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> FAIL: gdb.server/no-thread-db.exp: print foo
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: stop with control-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-20 22:43 [binutils-gdb] Add class scoped_switch_to_sym_language_if_auto sergiodj+buildbot
@ 2018-11-21 10:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-21 10:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4609>

Commit(s) tested:
	9e6a1ab6652e8461f786d5c308f632a7c0acc53f

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Add class scoped_switch_to_sym_language_if_auto.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/9e/9e6a1ab6652e8461f786d5c308f632a7c0acc53f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-20 18:17 [binutils-gdb] Fix previous change in filestuff.c sergiodj+buildbot
@ 2018-11-20 20:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-20 20:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4605>

Commit(s) tested:
	2fa1b3191e449f1efca31a654920a6bd3a1f4f28

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Fix previous change in filestuff.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/2f/2fa1b3191e449f1efca31a654920a6bd3a1f4f28/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-19 16:20 [binutils-gdb] gdb.base/warning.exp tweaks sergiodj+buildbot
@ 2018-11-19 18:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-19 18:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4594>

Commit(s) tested:
	6769f2765db0d94eeb8437b41a925e2bd871f514

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb.base/warning.exp tweaks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/67/6769f2765db0d94eeb8437b41a925e2bd871f514/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-16 15:13 [binutils-gdb] Aarch64: Fix segfault when casting dummy calls sergiodj+buildbot
@ 2018-11-18 17:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-18 17:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4591>

Commit(s) tested:
	38a72da0f1d968432ae6a2a9697ba55932dc075e

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Aarch64: Fix segfault when casting dummy calls

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/38/38a72da0f1d968432ae6a2a9697ba55932dc075e/>

*** Diff to previous build ***
============================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-16 14:25 [binutils-gdb] Pass return_method to _push_dummy_call sergiodj+buildbot
@ 2018-11-18 17:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-18 17:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4590>

Commit(s) tested:
	cf84fa6bcf514157df8343d32885050bafc396f7

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Pass return_method to _push_dummy_call

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/cf/cf84fa6bcf514157df8343d32885050bafc396f7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-16 14:16 [binutils-gdb] Use enum for return method for dummy calls sergiodj+buildbot
@ 2018-11-16 16:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-16 16:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4589>

Commit(s) tested:
	c5ac5cbb5be91d43bd31ac0068917bdb7ab9b439

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Use enum for return method for dummy calls

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/c5/c5ac5cbb5be91d43bd31ac0068917bdb7ab9b439/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-14 23:56 [binutils-gdb] delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead sergiodj+buildbot
@ 2018-11-15 16:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-15 16:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4587>

Commit(s) tested:
	a99bc3d23c133fe80f7ccac44246a471fb075bc3

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/a9/a99bc3d23c133fe80f7ccac44246a471fb075bc3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 10
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-15  1:08 [binutils-gdb] RISC-V: Handle vector type alignment sergiodj+buildbot
@ 2018-11-15  3:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-15  3:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4585>

Commit(s) tested:
	ef2de9e7eb19cf6f56c8378df82cab30ff741fe0

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Handle vector type alignment.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ef/ef2de9e7eb19cf6f56c8378df82cab30ff741fe0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-14 23:34 [binutils-gdb] RISC-V: Give stack slots same align as XLEN sergiodj+buildbot
@ 2018-11-15  1:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-15  1:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4584>

Commit(s) tested:
	174f8ac8d49021137f98884fc22a7d233e2f89b2

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Give stack slots same align as XLEN.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/17/174f8ac8d49021137f98884fc22a7d233e2f89b2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 10: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-14  0:45 [binutils-gdb] RISC-V: Improve linker error for FP mismatch sergiodj+buildbot
@ 2018-11-14 23:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-14 23:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4583>

Commit(s) tested:
	0242af401093907f6f2bf49d90c1e5d1e23b4453

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Improve linker error for FP mismatch.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/02/0242af401093907f6f2bf49d90c1e5d1e23b4453/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-13 13:15 [binutils-gdb] [ARM] Improve indentation of ARM architecture declarations sergiodj+buildbot
@ 2018-11-13 14:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-13 14:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4581>

Commit(s) tested:
	497d849d28d933016ae0ad388c86b08bb16dd504

Author(s) (in the same order as the commits):
	Thomas Preud'homme <thomas.preudhomme@linaro.org>

Subject:
	[ARM] Improve indentation of ARM architecture declarations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/49/497d849d28d933016ae0ad388c86b08bb16dd504/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-12 16:40 [binutils-gdb] Add completer for skip numbers sergiodj+buildbot
@ 2018-11-13 13:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-13 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4580>

Commit(s) tested:
	53a89d6e5861d23b2b9ad0c82247daddc117701a

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Add completer for skip numbers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/53/53a89d6e5861d23b2b9ad0c82247daddc117701a/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-12 13:38 [binutils-gdb] [BINUTILS, AARCH64, 5/8] Add Tag getting instruction in Memory Tagging Extension sergiodj+buildbot
@ 2018-11-13  0:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-13  0:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4576>

Commit(s) tested:
	e6025b546c21b280ef05201b065f07335ee10e2e

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BINUTILS, AARCH64, 5/8] Add Tag getting instruction in Memory Tagging Extension

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/e6/e6025b546c21b280ef05201b065f07335ee10e2e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 10: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-12 13:37 [binutils-gdb] [BINUTILS, AARCH64, 3/8] Add Pointer Arithmetic instructions in Memory Tagging Extension sergiodj+buildbot
@ 2018-11-12 20:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-12 20:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4574>

Commit(s) tested:
	b731bc3b1bd122872a6aff68aafba1eda64a98d1

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BINUTILS, AARCH64, 3/8] Add Pointer Arithmetic instructions in Memory Tagging Extension

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b7/b731bc3b1bd122872a6aff68aafba1eda64a98d1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-12 13:35 [binutils-gdb] [BINUTILS, AARCH64, 1/8] Add support for Memory Tagging Extension for ARMv8.5-A sergiodj+buildbot
@ 2018-11-12 16:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-12 16:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4572>

Commit(s) tested:
	73b605ec3f546ff5a1c343ae02e6322aaa451bcf

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BINUTILS, AARCH64, 1/8] Add support for Memory Tagging Extension for ARMv8.5-A

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/73/73b605ec3f546ff5a1c343ae02e6322aaa451bcf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: continue to main
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
============================


*** 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-m64/xfails/master/xfail?id=5399459a>

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-m64/xfails/master/xfail.table?id=5399459a>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-10  1:05 [binutils-gdb] Remove a VEC from remote.c sergiodj+buildbot
@ 2018-11-12 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-12 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4570>

Commit(s) tested:
	eefce37f62d87a65f63e12e421a3f727b2685e9d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a VEC from remote.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/ee/eefce37f62d87a65f63e12e421a3f727b2685e9d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09 23:41 [binutils-gdb] Return scoped_fd from open_source_file and find_and_open_source sergiodj+buildbot
@ 2018-11-11 23:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-11 23:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4569>

Commit(s) tested:
	2179fbc36d23f29a83fb3dfcac0fc7d1fb31b8e8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Return scoped_fd from open_source_file and find_and_open_source

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/21/2179fbc36d23f29a83fb3dfcac0fc7d1fb31b8e8/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09 20:51 [binutils-gdb] Fix unsigned overflow in minsyms reader sergiodj+buildbot
@ 2018-11-10 20:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4568>

Commit(s) tested:
	9c122c7f9c8260d2cceb1e8f29d69607531f43ba

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Fix unsigned overflow in minsyms reader.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/9c/9c122c7f9c8260d2cceb1e8f29d69607531f43ba/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 8: run till end
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09 17:09 [binutils-gdb] Fix a typo in iconv.m4 sergiodj+buildbot
@ 2018-11-10 19:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10 19:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4567>

Commit(s) tested:
	5d762de01cc537cec47d3c7bbae0424a33b33b04

Author(s) (in the same order as the commits):
	Hafiz Abid Qadeer <abidh@codesourcery.com>

Subject:
	Fix a typo in iconv.m4.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/5d/5d762de01cc537cec47d3c7bbae0424a33b33b04/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09 16:53 [binutils-gdb] Correct comment concerning PE timestamp insertion sergiodj+buildbot
@ 2018-11-10 17:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4566>

Commit(s) tested:
	dfbfec241aa0ec5359906dd9cdf89ff90750d7c5

Author(s) (in the same order as the commits):
	Bernhard M. Wiedemann <bwiedemann@suse.de>

Subject:
	Correct comment concerning PE timestamp insertion.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/df/dfbfec241aa0ec5359906dd9cdf89ff90750d7c5/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09 16:51 [binutils-gdb] Fixed warning from previous patch. Added Changelog sergiodj+buildbot
@ 2018-11-10 13:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10 13:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4565>

Commit(s) tested:
	20b233dc4872717a845066b0362582ea4f483df7

Author(s) (in the same order as the commits):
	Cupertino Miranda <cmiranda@synopsys.com>

Subject:
	Fixed warning from previous patch. Added Changelog.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/20/20b233dc4872717a845066b0362582ea4f483df7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 8: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09 14:55 [binutils-gdb] Stop corruption of ihex output shen addresses are sign extended sergiodj+buildbot
@ 2018-11-10 10:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10 10:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4563>

Commit(s) tested:
	d2eb0fb5a04e2e2ad374f56c7107f2421cdd93c9

Author(s) (in the same order as the commits):
	rhn <sowaac.rhn@porcupinefactory.org>

Subject:
	Stop corruption of ihex output shen addresses are sign extended.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d2/d2eb0fb5a04e2e2ad374f56c7107f2421cdd93c9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09 11:37 [binutils-gdb] [gdb/symtab] Fix language of duplicate static minimal symbol sergiodj+buildbot
@ 2018-11-10  7:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10  7:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4561>

Commit(s) tested:
	9325300dc283ece6bf6305b912f53114c0895114

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/symtab] Fix language of duplicate static minimal symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/93/9325300dc283ece6bf6305b912f53114c0895114/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09  2:36 [binutils-gdb] Capitalize "<TAB>" in require_record_target error sergiodj+buildbot
@ 2018-11-10  4:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10  4:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4560>

Commit(s) tested:
	9c710e1157caf7a2c3e4c816c72f88360f3e859c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Capitalize "<TAB>" in require_record_target error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/9c/9c710e1157caf7a2c3e4c816c72f88360f3e859c/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 8: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09  0:10 [binutils-gdb] Fix output indentation for "info pretty-printers" sergiodj+buildbot
@ 2018-11-10  2:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-10  2:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4559>

Commit(s) tested:
	3c6618cd22d7f188b7c1a3c87edc8ed2b93fbe41

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix output indentation for "info pretty-printers"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/3c/3c6618cd22d7f188b7c1a3c87edc8ed2b93fbe41/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-09  0:05 [binutils-gdb] Avoid crash when calling warning too early sergiodj+buildbot
@ 2018-11-09 23:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 23:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4558>

Commit(s) tested:
	20f0d60db4fb5083779c4c9182bbc692f7d2bac5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Avoid crash when calling warning too early

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/20/20f0d60db4fb5083779c4c9182bbc692f7d2bac5/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-08 16:30 [binutils-gdb] (AArch64) wrong value returned by "finish" for HFA sergiodj+buildbot
@ 2018-11-09 22:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 22:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4557>

Commit(s) tested:
	d4718d5c9f9b5c41d88254429c61010c63139130

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(AArch64) wrong value returned by "finish" for HFA

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/d4/d4718d5c9f9b5c41d88254429c61010c63139130/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-08 11:50 [binutils-gdb] x86-64: fix ZMM register state tracking sergiodj+buildbot
@ 2018-11-09 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4556>

Commit(s) tested:
	b5420128da08dc81d94b265e88083d172909ea25

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86-64: fix ZMM register state tracking

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b5/b5420128da08dc81d94b265e88083d172909ea25/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-08 10:32 [binutils-gdb] gdb/riscv: Update test to support targets without FP hardware sergiodj+buildbot
@ 2018-11-09 18:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 18:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4555>

Commit(s) tested:
	cd115d615c6558175a56c3d0896b6f1c62864cd1

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Update test to support targets without FP hardware

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/cd/cd115d615c6558175a56c3d0896b6f1c62864cd1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-08 10:31 [binutils-gdb] gdb/riscv: Handle errors while setting the frame id sergiodj+buildbot
@ 2018-11-09 15:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 15:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4554>

Commit(s) tested:
	17cf2897848e893d49b69eb65e00bbf71eb503ba

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Handle errors while setting the frame id

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/17/17cf2897848e893d49b69eb65e00bbf71eb503ba/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> FAIL: gdb.server/no-thread-db.exp: print foo
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: stop with control-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 8: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-08  1:36 [binutils-gdb] (Ada/tasking) fix array or string index out of range warning sergiodj+buildbot
@ 2018-11-09 13:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 13:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4553>

Commit(s) tested:
	76136aeda5ca3f23ba2f86fb6a6938b381d37f61

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada/tasking) fix array or string index out of range warning

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/76/76136aeda5ca3f23ba2f86fb6a6938b381d37f61/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 10
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07 19:25 [binutils-gdb] Add updated French and Portuguese translations sergiodj+buildbot
@ 2018-11-09 10:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 10:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4551>

Commit(s) tested:
	0661ae2e5324719f7850e81fc1da9f6505361ae4

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add updated French and Portuguese translations.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/06/0661ae2e5324719f7850e81fc1da9f6505361ae4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07 17:23 [binutils-gdb] Add support for new load commands added by Apple to the MACH-O file format sergiodj+buildbot
@ 2018-11-09  8:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09  8:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4550>

Commit(s) tested:
	fc7b364aba41819a5d74ae0ac69f050af282d057

Author(s) (in the same order as the commits):
	Roman Bolshakov <r.bolshakov@yadro.com>

Subject:
	Add support for new load commands added by Apple to the MACH-O file format.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/fc/fc7b364aba41819a5d74ae0ac69f050af282d057/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07 16:23 [binutils-gdb] gdb: Guard against NULL dereference in dwarf2_init_integer_type sergiodj+buildbot
@ 2018-11-09  5:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09  5:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4549>

Commit(s) tested:
	35ee2dc2e4de8b1ae73f420d5db3375f92300b70

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Guard against NULL dereference in dwarf2_init_integer_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/35/35ee2dc2e4de8b1ae73f420d5db3375f92300b70/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 8: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07 13:32 [binutils-gdb] Regen bfd/configure sergiodj+buildbot
@ 2018-11-09  2:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-09  2:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4548>

Commit(s) tested:
	42d4c301c45df41d1c724b7b86f8683a875c010a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Regen bfd/configure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/42/42d4c301c45df41d1c724b7b86f8683a875c010a/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 10
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07 11:08 [binutils-gdb] rx: Add target rx-*-linux sergiodj+buildbot
@ 2018-11-08 22:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4546>

Commit(s) tested:
	8d3c78e473c2af54c8117808f2459a408f9f6327

Author(s) (in the same order as the commits):
	Yoshinori Sato <ysato@users.sourceforge.jp>

Subject:
	rx: Add target rx-*-linux.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/8d/8d3c78e473c2af54c8117808f2459a408f9f6327/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create-ns-info-thr.exp: continue to breakpoint 30
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07  5:39 [binutils-gdb] RISC-V: Force variables to .data for code_elim sergiodj+buildbot
@ 2018-11-08 15:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 15:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4544>

Commit(s) tested:
	109be305bb6acf7604f95411f333549f33a673bb

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Force variables to .data for code_elim.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/10/109be305bb6acf7604f95411f333549f33a673bb/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07  5:04 [binutils-gdb] gdb: xtensa: use linux ABI code for uclinux sergiodj+buildbot
@ 2018-11-08 12:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 12:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4543>

Commit(s) tested:
	f11acc5ec0b9cd35e3582b8f9eef6be5d3c59ad7

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa: use linux ABI code for uclinux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/f1/f11acc5ec0b9cd35e3582b8f9eef6be5d3c59ad7/>

*** 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07  2:34 [binutils-gdb] Note that PT_GETREGS supplies SSTATUS for FreeBSD/riscv sergiodj+buildbot
@ 2018-11-08 10:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4541>

Commit(s) tested:
	bcecc11da243fe5c333f9d2d914663d09f4b868d

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Note that PT_GETREGS supplies SSTATUS for FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/bc/bcecc11da243fe5c333f9d2d914663d09f4b868d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-07  1:22 [binutils-gdb] Add support for a couple of new Mach-O commands sergiodj+buildbot
@ 2018-11-08  8:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-08  8:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4540>

Commit(s) tested:
	ddea148b3da27eb681504bf341f45abb7a74580b

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add support for a couple of new Mach-O commands.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/dd/ddea148b3da27eb681504bf341f45abb7a74580b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create-ns-info-thr.exp: continue to breakpoint 30
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-06 23:52 [binutils-gdb] [BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros sergiodj+buildbot
@ 2018-11-07 22:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 22:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4537>

Commit(s) tested:
	0632eeea6eb1096fe7ddbd7f81bd74b360d1f511

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/06/0632eeea6eb1096fe7ddbd7f81bd74b360d1f511/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 10: run till end
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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-06 22:50 [binutils-gdb] PowerPC instruction mask checks sergiodj+buildbot
@ 2018-11-07 16:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 16:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4534>

Commit(s) tested:
	715537181e9ba6ab371265fc4455d89533202fc5

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC instruction mask checks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/71/715537181e9ba6ab371265fc4455d89533202fc5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 10
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 18
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-06 21:18 [binutils-gdb] x86: correctly handle VPBROADCASTD with EVEX.W set outside of 64-bit mode sergiodj+buildbot
@ 2018-11-07 13:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 13:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4532>

Commit(s) tested:
	4dd4e6394509d58685daea52cc6947c45fd7ee9d

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: correctly handle VPBROADCASTD with EVEX.W set outside of 64-bit mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/4d/4dd4e6394509d58685daea52cc6947c45fd7ee9d/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/ext-attach.exp: monitor exit
PASS -> FAIL: gdb.server/ext-attach.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-run.exp: load new file without any gdbserver inferior
PASS -> FAIL: gdb.server/ext-run.exp: monitor exit
PASS -> FAIL: gdb.server/ext-run.exp: set remote exec-file
new FAIL: gdb.server/ext-run.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-wrapper.exp: print d
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: print d
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
PASS -> FAIL: gdb.threads/create-fail.exp: iteration 8: run till end
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 20
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-06 20:23 [binutils-gdb] x86: correctly handle VMOVD with EVEX.W set outside of 64-bit mode sergiodj+buildbot
@ 2018-11-07 12:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 12:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4531>

Commit(s) tested:
	9819647a63bfca45a879650ac23fe80f51b89edb

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: correctly handle VMOVD with EVEX.W set outside of 64-bit mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/98/9819647a63bfca45a879650ac23fe80f51b89edb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-06 17:28 [binutils-gdb] x86: adjust {,E}VEX.W handling for PEXTR* / PINSR* sergiodj+buildbot
@ 2018-11-07  7:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-07  7:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4529>

Commit(s) tested:
	b50c9f31661be05bcd73fb1158e02f606e696948

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: adjust {,E}VEX.W handling for PEXTR* / PINSR*

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/b5/b50c9f31661be05bcd73fb1158e02f606e696948/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-06 16:26 [binutils-gdb] x86: adjust {,E}VEX.W handling outside of 64-bit mode sergiodj+buildbot
@ 2018-11-06 22:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 2915+ messages in thread
From: sergiodj+buildbot @ 2018-11-06 22:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4528>

Commit(s) tested:
	931d03b75aa934abc10a70f1aa3ca1192f32ed3d

Author(s) (in the same order as the commits):
	Jan Beulich <jbeulich@novell.com>

Subject:
	x86: adjust {,E}VEX.W handling outside of 64-bit mode

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/93/931d03b75aa934abc10a70f1aa3ca1192f32ed3d/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> FAIL: gdb.server/run-without-local-binary.exp: connect to gdbserver
PASS -> FAIL: gdb.server/run-without-local-binary.exp: run test program until the end
============================


*** 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-m64/xfails/master/xfail?id=a78cdb4f>

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-m64/xfails/master/xfail.table?id=a78cdb4f>




^ permalink raw reply	[flat|nested] 2915+ messages in thread

end of thread, other threads:[~2020-07-18  3:30 UTC | newest]

Thread overview: 2915+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18 23:11 [binutils-gdb] Don't write to inferior_ptid in linux_get_siginfo_data gdb-buildbot
2020-06-18 23:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-18 23:35 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " gdb-buildbot
2020-07-18  1:29 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2020-07-18  2:04 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2020-07-18  2:42 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2020-07-18  2:49 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2020-07-18  3:18 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2020-07-18  3:30 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  -- strict thread matches above, loose matches on Subject: below --
2020-06-23 22:49 [binutils-gdb] Fix "maint selftest" regression, add struct scoped_mock_context gdb-buildbot
2020-06-23 22:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-22 20:51 [binutils-gdb] Add tests for new alias default-args related commands and arguments gdb-buildbot
2020-06-22 20:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-22 19:54 [binutils-gdb] default-args: allow to define default arguments for aliases gdb-buildbot
2020-06-22 19:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-21 11:47 [binutils-gdb] Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' check gdb-buildbot
2020-06-21 11:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-20  0:04 [binutils-gdb] [gdb/testsuite] Limit default_target_compile override gdb-buildbot
2020-06-20  0:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-19 22:13 [binutils-gdb] Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR 25412) gdb-buildbot
2020-06-19 22:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-19 17:33 [binutils-gdb] Don't write to inferior_ptid in go32-nat.c gdb-buildbot
2020-06-19 17:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-19  3:50 [binutils-gdb] Don't write to inferior_ptid in infrun.c gdb-buildbot
2020-06-19  3:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-18  0:49 [binutils-gdb] Fix TCL error in gdb.python/py-format-string.exp gdb-buildbot
2020-06-18  0:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-17 18:09 [binutils-gdb] [gdb/testsuite] Remove dependence on tcl_unknown gdb-buildbot
2020-06-17 18:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-15  7:33 [binutils-gdb] gdb/testsuite: fix minor things in jit tests gdb-buildbot
2020-06-15  7:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-14 16:01 [binutils-gdb] Handle Windows drives in rbreak paths gdb-buildbot
2020-06-14 16:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-14 12:51 [binutils-gdb] x86: Correct xsusldtrk mnemonic gdb-buildbot
2020-06-14 12:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-13  0:15 [binutils-gdb] gdbserver: remove support for CRIS gdb-buildbot
2020-06-13  0:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-12 23:20 [binutils-gdb] gdbserver: remove support for Blackfin gdb-buildbot
2020-06-12 23:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-12 20:32 [binutils-gdb] gdbserver: small cleanup of README file gdb-buildbot
2020-06-12 20:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-09 13:53 [binutils-gdb] i386-dis.c: Fix a typo in comments gdb-buildbot
2020-06-09 13:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-08 23:05 [binutils-gdb] gdb: remove FIELD_TYPE macro gdb-buildbot
2020-06-08 23:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-08 22:10 [binutils-gdb] gdb: add field::type / field::set_type gdb-buildbot
2020-06-08 22:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-07 17:04 [binutils-gdb] elf64-hppa: Replace plt_sec/plt_rel_sec with root.splt/root.srelplt gdb-buildbot
2020-06-07 17:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-06 14:12 [binutils-gdb] ELF: Add target_os to elf_link_hash_table/elf_backend_data gdb-buildbot
2020-06-06 14:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-05 18:46 [binutils-gdb] gdb/python: Avoid use after free in py-tui.c gdb-buildbot
2020-06-05 18:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-05  7:23 [binutils-gdb] [gdb/testsuite] Remove path names from error messages in gdb_file_cmd gdb-buildbot
2020-06-05  7:23 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-05  6:28 [binutils-gdb] [gdb/testsuite] Fix error handling in gdb_file_cmd gdb-buildbot
2020-06-05  6:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-03 20:31 [binutils-gdb] arc: Don't generate dynamic relocation for non SEC_ALLOC sections gdb-buildbot
2020-06-03 20:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-03 17:46 [binutils-gdb] This patch set for the generic BFD a.out backend removes a dead #define and makes aoutx.h self-contained: [PATCH 1/2]: bfd: remove unused NO_WRITE_HEADER_KLUDGE #define [PATCH 2/2]: bfd: make aoutx.h self-contained gdb-buildbot
2020-06-03 17:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-02 21:16 [binutils-gdb] gdb: Convert language la_search_name_hash field to a method gdb-buildbot
2020-06-02 21:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-02  1:47 [binutils-gdb] ELF: Move dyn_relocs to struct elf_link_hash_entry gdb-buildbot
2020-06-02  1:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-06-01  9:25 [binutils-gdb] gdb: Preserve is-stmt lines when switch between files gdb-buildbot
2020-06-01  9:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-30  9:14 [binutils-gdb] gdb: rename dwarf2_per_objfile variables/fields to per_objfile gdb-buildbot
2020-05-30  9:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-29 11:16 [binutils-gdb] Use errno value of first openp failure gdb-buildbot
2020-05-29 11:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-29  9:27 [binutils-gdb] Don't close thread handles provided by WaitForDebugEvent gdb-buildbot
2020-05-29  9:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-28 16:37 [binutils-gdb] Add dwarf2_per_objfile parameter to allocate_piece_closure gdb-buildbot
2020-05-28 16:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-26 11:15 [binutils-gdb] ELF: Updated comments for ET_EXEC and ET_DYN gdb-buildbot
2020-05-26 11:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-26  3:55 [binutils-gdb] nto_process_target::create_inferior: Pass args as char ** gdb-buildbot
2020-05-26  3:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-25 22:19 [binutils-gdb] [gdb/testsuite] Fix var use in compile_and_download_n_jit_so gdb-buildbot
2020-05-25 22:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-25 21:24 [binutils-gdb] [gdb/testsuite] Fix exec_is_pie with gold linker gdb-buildbot
2020-05-25 21:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-23 23:04 [binutils-gdb] Add completion styling gdb-buildbot
2020-05-23 23:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-19 17:42 [binutils-gdb] Fix thinko in recent update to bfd_section_from_shdr gdb-buildbot
2020-05-19 20:23 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-19  1:45 [binutils-gdb] win32 typo fix gdb-buildbot
2020-05-19  1:45 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-11 23:30 [binutils-gdb] Fix array pretty formatter gdb-buildbot
2020-05-18 11:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-11 11:40 [binutils-gdb] gdb: use gdb:hash_enum as hash function in offset_map_type gdb-buildbot
2020-05-17 21:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-10 16:17 [binutils-gdb] gdbsupport: include cstdlib in common-defs.h gdb-buildbot
2020-05-16 21:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-09 20:25 [binutils-gdb] [gdb/testsuite] Add target board debug-types gdb-buildbot
2020-05-16  4:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-09  6:26 [binutils-gdb] Introduce new add_psymbol_to_list overload gdb-buildbot
2020-05-15 10:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-08 17:35 [binutils-gdb] Update test cases that work with minimal encodings gdb-buildbot
2020-05-14 20:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-08 13:32 [binutils-gdb] Add tests for Ada changes gdb-buildbot
2020-05-14 15:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-06 15:25 [binutils-gdb] [gdb/symtab] Prefer def over decl (inter-CU case) gdb-buildbot
2020-05-12 16:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-06 12:26 [binutils-gdb] Fix Ada crash with .debug_names gdb-buildbot
2020-05-12 13:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-06  1:50 [binutils-gdb] [gdb/symtab] Fix disassembly of non-contiguous functions gdb-buildbot
2020-05-12  4:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-05 22:49 [binutils-gdb] xtensa: fix PR ld/25861 gdb-buildbot
2020-05-12  2:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-05  0:46 [binutils-gdb] gdb, btrace: make record-btrace per-inferior gdb-buildbot
2020-05-11  0:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-04 22:50 [binutils-gdb] gdb, btrace: diagnose double and failed enable gdb-buildbot
2020-05-10 22:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-04 17:56 [binutils-gdb] [gdb] Fix hang after ext sigkill gdb-buildbot
2020-05-10 17:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-02  9:50 [binutils-gdb] Replace most calls to help_list and cmd_show_list gdb-buildbot
2020-05-07 13:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-02  7:51 [binutils-gdb] [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs gdb-buildbot
2020-05-07 11:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-05-01  3:29 [binutils-gdb] PowerPC64 GOT reloc optimisation gdb-buildbot
2020-05-06  0:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-30 23:27 [binutils-gdb] Fix OpenBSD build error gdb-buildbot
2020-05-05 20:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-29 23:28 [binutils-gdb] gdb/testsuite: Move helper function into lib/dwarf.exp gdb-buildbot
2020-05-04 15:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-29 20:57 [binutils-gdb] Remove gdb_fildes_t gdb-buildbot
2020-05-04 13:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-29 12:50 [binutils-gdb] Introduce async-event.[ch] gdb-buildbot
2020-05-04  4:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-29 10:11 [binutils-gdb] Introduce and use flush_streams gdb-buildbot
2020-05-04  0:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-28 23:06 [binutils-gdb] Move event-loop configury to common.m4 gdb-buildbot
2020-05-03 14:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-27  9:09 [binutils-gdb] [gdb/cli] Don't let python colorize strip leading newlines gdb-buildbot
2020-05-01 19:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-26 23:48 [binutils-gdb] Implement stopped_by_sw_breakpoint for Windows gdbserver gdb-buildbot
2020-05-01  7:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-26 15:55 [binutils-gdb] Move wait_for_debug_event to nat/windows-nat.c gdb-buildbot
2020-04-30 22:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-26 14:13 [binutils-gdb] Introduce fetch_pending_stop gdb-buildbot
2020-04-30 20:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-25 23:59 [binutils-gdb] Share some Windows-related globals gdb-buildbot
2020-04-30  4:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-25  9:14 [binutils-gdb] Handle pending stops from the Windows kernel gdb-buildbot
2020-04-29 16:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-24 13:55 [binutils-gdb] Share windows_thread_info between gdb and gdbserver gdb-buildbot
2020-05-18  6:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-23 15:59 [binutils-gdb] Define NetBSD specific skip_solib_resolver gdb-buildbot
2020-04-27 23:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-23 13:05 [binutils-gdb] DWARFv5: Info address command error in gdb with DWARFfv5 gdb-buildbot
2020-04-27 21:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-23  0:34 [binutils-gdb] ld: Fix several 32-bit SPARC plugin tests gdb-buildbot
2020-04-27 10:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-22 21:47 [binutils-gdb] [gdb/symtab] Fix check-psymtab failure for inline function gdb-buildbot
2020-04-27  7:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-22 18:57 [binutils-gdb] Add support for intel TSXLDTRK instructions$ gdb-buildbot
2020-04-27  5:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-21 18:26 [binutils-gdb] Fix attributes of typed enums of typedefs gdb-buildbot
2020-04-26  7:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-21 15:38 [binutils-gdb] Fix DWARF disassembly of DW_OP_const_type gdb-buildbot
2020-04-26  4:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-21  2:02 [binutils-gdb] gdb: Don't remove duplicate entries from the line table gdb-buildbot
2020-04-25 12:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-20 22:47 [binutils-gdb] gdb/testsuite: Add support for DW_LNS_set_file to DWARF compiler gdb-buildbot
2020-04-25  9:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-20 13:48 [binutils-gdb] coff-go32-exe: support variable-length stubs gdb-buildbot
2020-04-25  2:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-20  5:05 [binutils-gdb] gdbserver/linux-low: turn 'supports_hardware_single_step' into a method gdb-buildbot
2020-04-24 17:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-20  2:05 [binutils-gdb] gdbserver/linux-low: turn 'supports_range_stepping' into a method gdb-buildbot
2020-04-24 15:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-20  0:00 [binutils-gdb] gdbserver/linux-low: turn 'emit_ops' into a method gdb-buildbot
2020-04-24 13:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-19 19:18 [binutils-gdb] gdbserver/linux-low: turn 'get_thread_area' into a method gdb-buildbot
2020-04-24  8:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-19 14:22 [binutils-gdb] gdbserver/linux-low: turn 'process_qsupported' into a method gdb-buildbot
2020-04-24  3:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-19  8:57 [binutils-gdb] gdbserver/linux-low: turn process/thread addition/deletion ops into methods gdb-buildbot
2020-04-23 23:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-19  4:30 [binutils-gdb] gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods gdb-buildbot
2020-04-23 18:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-18 11:35 [binutils-gdb] gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' into methods gdb-buildbot
2020-04-23  4:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-17 15:28 [binutils-gdb] gdbserver/linux-low: turn 'regs_info' into a method gdb-buildbot
2020-04-22 12:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-17 12:38 [binutils-gdb] gdbserver/linux-low: turn 'arch_setup' into a method gdb-buildbot
2020-04-22  9:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-16  8:49 [binutils-gdb] Fix an undefined behavior in record_line gdb-buildbot
2020-04-21 10:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-16  0:15 [binutils-gdb] Fix value_literal_complex comment gdb-buildbot
2020-04-21  3:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-15  9:52 [binutils-gdb] Add accessors for members of complex numbers gdb-buildbot
2020-04-20 16:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-14 14:15 [binutils-gdb] gdb/remote: do not check for null_ptid in stop reply gdb-buildbot
2020-04-19 23:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-13 11:14 [binutils-gdb] alpha-coff: unitialised read gdb-buildbot
2020-04-19  0:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-13  8:46 [binutils-gdb] alpha-vms: sanity checks for image_write gdb-buildbot
2020-04-18 22:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-13  4:06 [binutils-gdb] RISC-V: Update CSR to privileged spec 1.11 gdb-buildbot
2020-04-18 15:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-12 19:51 [binutils-gdb] [PowerPC] Fix debug register issues in ppc-linux-nat gdb-buildbot
2020-04-18  8:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-12 17:13 [binutils-gdb] [PowerPC] Move up some register access routines gdb-buildbot
2020-04-18  6:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-12 14:39 [binutils-gdb] Add low_new_clone method to linux_nat_target gdb-buildbot
2020-04-18  4:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-12  9:56 [binutils-gdb] PR25745, powerpc64-ld overflows string buffer in --stats mode gdb-buildbot
2020-04-17 23:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-12  4:35 [binutils-gdb] gdb: rename partial_symtab::read_dependencies to expand_dependencies gdb-buildbot
2020-04-17 18:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-11 10:01 [binutils-gdb] Always fix system DLL paths for 32bit programs gdb-buildbot
2020-04-16 23:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-11  5:22 [binutils-gdb] Support AT_BSDFLAGS on FreeBSD gdb-buildbot
2020-04-16 18:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-11  2:49 [binutils-gdb] Change two functions to be methods on struct attribute gdb-buildbot
2020-04-16 16:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-11  0:00 [binutils-gdb] Move DWARF-constant stringifying code to new file gdb-buildbot
2020-04-16 14:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-10 21:07 [binutils-gdb] Rewrite new die_info methods gdb-buildbot
2020-04-16 11:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-10  5:55 [binutils-gdb] Move more code to line-header.c gdb-buildbot
2020-04-15 22:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-10  1:19 [binutils-gdb] Convert read_indirect_line_string to a method gdb-buildbot
2020-04-15 19:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-08 23:51 [binutils-gdb] Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function gdb-buildbot
2020-04-14 13:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-08  6:42 [binutils-gdb] [gdb] Print user/includes fields for maint commands gdb-buildbot
2020-04-13 19:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-08  0:44 [binutils-gdb] PR25662, invalid sh_offset for first section in segment with phdrs gdb-buildbot
2020-04-13 12:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-07  8:07 [binutils-gdb] bfd: Display symbol version for nm -D gdb-buildbot
2020-04-12 18:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-04  9:04 [binutils-gdb] Disable get_ptrace_pid for NetBSD gdb-buildbot
2020-04-09  6:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-04  7:16 [binutils-gdb] Fix discrepancies in nm's --line-number output by adding support for the DW_AT_specification DWARF Attttribute gdb-buildbot
2020-04-09  4:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-03 18:52 [binutils-gdb] gdb/testsuite/fortran: Add mixed language stack test gdb-buildbot
2020-04-08 14:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-03 14:34 [binutils-gdb] gdb: Restructure the completion_tracker class gdb-buildbot
2020-04-08  9:26 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-03 12:47 [binutils-gdb] [gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILs gdb-buildbot
2020-04-08  7:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-03  2:49 [binutils-gdb] Namespace the reg class to avoid clashes with OS headers gdb-buildbot
2020-04-07 19:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-02 22:55 [binutils-gdb] Add support for NetBSD threads in i386-bsd-nat.c gdb-buildbot
2020-04-07 17:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-02 11:48 [binutils-gdb] Replace a couple of assertions in the BFD library that can be triggered by attempts to parse corrupt input files gdb-buildbot
2020-04-07  5:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-04-01  9:01 [binutils-gdb] gdb: select "Cygwin" OS ABI for Cygwin binaries gdb-buildbot
2020-04-05 23:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-31  1:34 [binutils-gdb] Add C parser support for "restrict" and "_Atomic" gdb-buildbot
2020-04-04 12:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-30 11:04 [binutils-gdb] Remove unused code from alpha-bsd-nat.c gdb-buildbot
2020-04-03 20:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-29 21:03 [binutils-gdb] Add support for threads in vax_bsd_nat_target gdb-buildbot
2020-04-03  4:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-29  0:35 [binutils-gdb] Remove val_print gdb-buildbot
2020-04-02  2:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-28 16:05 [binutils-gdb] Introduce ada_value_print_array gdb-buildbot
2020-04-01 19:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-28 11:56 [binutils-gdb] Convert ada_val_print_ref to value-based API gdb-buildbot
2020-04-01 14:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-28  2:53 [binutils-gdb] Rewrite ada_value_print_inner gdb-buildbot
2020-04-01  5:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27 23:31 [binutils-gdb] Introduce cp_print_value gdb-buildbot
2020-04-01  3:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27 19:29 [binutils-gdb] Introduce c_value_print_array gdb-buildbot
2020-03-31 20:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27 11:02 [binutils-gdb] Rewrite c_value_print_inner gdb-buildbot
2020-03-31 11:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27  9:12 [binutils-gdb] Introduce generic_value_print_complex gdb-buildbot
2020-03-31  9:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27  6:54 [binutils-gdb] Simplify generic_val_print_float gdb-buildbot
2020-03-31  6:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27  4:59 [binutils-gdb] Introduce generic_value_print_char gdb-buildbot
2020-03-31  4:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27  2:43 [binutils-gdb] Introduce generic_value_print_int gdb-buildbot
2020-03-31  2:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-27  0:56 [binutils-gdb] Introduce generic_value_print_bool gdb-buildbot
2020-03-30 23:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-26 22:46 [binutils-gdb] Simplify generic_val_print_func gdb-buildbot
2020-03-30 21:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-25 21:06 [binutils-gdb] Introduce ada_value_print_inner gdb-buildbot
2020-03-29 18:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-25 18:31 [binutils-gdb] Introduce f_value_print_innner gdb-buildbot
2020-03-29 13:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-24 20:04 [binutils-gdb] Use common_val_print in c-valprint.c gdb-buildbot
2020-03-28  9:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-24 17:03 [binutils-gdb] Use common_val_print in cp-valprint.c gdb-buildbot
2020-03-28  7:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-24 14:16 [binutils-gdb] Use common_val_print in f-valprint.c gdb-buildbot
2020-03-28  5:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-24 12:24 [binutils-gdb] Use common_val_print in riscv-tdep.c gdb-buildbot
2020-03-28  1:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-24 10:09 [binutils-gdb] Use common_val_print in mi-main.c gdb-buildbot
2020-03-27 22:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-24  0:20 [binutils-gdb] gdb/testsuite: Remove paths and make test names unique gdb-buildbot
2020-03-27 10:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-22 17:57 [binutils-gdb] Change gdbserver to use existing gdbsupport gdb-buildbot
2020-03-26  0:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-22 13:43 [binutils-gdb] Fix gdbserver build when intl already built gdb-buildbot
2020-03-25 17:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-22 11:51 [binutils-gdb] Cast to bfd_vma in arm-tdep.c gdb-buildbot
2020-03-25 15:26 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-22  6:26 [binutils-gdb] gdb: use foreach_with_prefix in gdb.base/break-interp.exp gdb-buildbot
2020-03-25  8:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-21 20:54 [binutils-gdb] gdb/selftest.m4: ensure $development is set gdb-buildbot
2020-03-24 21:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-21 17:14 [binutils-gdb] sim: ppc: netbsd: Sync signal names with NetBSD 9.99.49 gdb-buildbot
2020-03-24 14:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-21  1:32 [binutils-gdb] [gdb/testsuite] Fix core file load FAIL in tls-core.exp gdb-buildbot
2020-03-23 19:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-20  7:30 [binutils-gdb] Mark discriminants as artificial in gdb.dwarf2/variant.exp gdb-buildbot
2020-03-23  1:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-19  2:47 [binutils-gdb] ubsan: som: left shift of 1 by 31 places gdb-buildbot
2020-03-21 21:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-18 14:40 [binutils-gdb] x86: use template for AVX/AVX512 floating point comparison insns gdb-buildbot
2020-03-21  7:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-18  8:37 [binutils-gdb] asan: wasm: Out-of-memory gdb-buildbot
2020-03-21  1:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-18  6:15 [binutils-gdb] Fix two typos in gdb_binary_search.h gdb-buildbot
2020-03-20 22:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-17 19:25 [binutils-gdb] [gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dups gdb-buildbot
2020-03-20  6:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-17  7:08 [binutils-gdb] [gdb] Remove trailing "done" after "Reading symbols from" message gdb-buildbot
2020-03-19 11:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-16 16:33 [binutils-gdb] x86: drop Rex64 attribute gdb-buildbot
2020-03-18 19:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-16  0:44 [binutils-gdb] gdb, gdbserver, gdbsupport: add .gitattributes files gdb-buildbot
2020-03-18  1:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-15 18:34 [binutils-gdb] Introduce objfile::intern gdb-buildbot
2020-03-17 18:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-15  5:38 [binutils-gdb] Call cleanup on bfd_check_format_matches error exit gdb-buildbot
2020-03-17  2:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-15  3:17 [binutils-gdb] Find tailcall frames before inline frames gdb-buildbot
2020-03-16 23:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-14  0:55 [binutils-gdb] Small clean up of use_displaced_stepping gdb-buildbot
2020-03-15 14:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-13 22:01 [binutils-gdb] gdb: Allow GDB to _not_ load a previous command history gdb-buildbot
2020-03-15 12:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-13  5:52 [binutils-gdb] trad_unix_core_file_p: Return bfd_cleanup gdb-buildbot
2020-03-14 17:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-13  3:40 [binutils-gdb] Import latest fixes to libiberty from GCC gdb-buildbot
2020-03-14 15:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-12 12:45 [binutils-gdb] alpha-vms: error paths not freeing memory and malloc result checks gdb-buildbot
2020-03-13 23:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-11 21:36 [binutils-gdb] Fix SVE-related failure in gdb.arch/aarch64-fp.exp gdb-buildbot
2020-03-13  5:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-11  5:38 [binutils-gdb] gdb: Check for nullptr when computing srcpath gdb-buildbot
2020-03-12  9:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-10 21:30 [binutils-gdb] gdb: Use std::abs instead of abs on LONGEST types gdb-buildbot
2020-03-11 21:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-10 19:54 [binutils-gdb] [gdb/testsuite] Remove unused globals gdb-buildbot
2020-03-11 19:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-10 17:14 [binutils-gdb] [gdb/testsuite] Fix spawn in tuiterm.exp gdb-buildbot
2020-03-11 17:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-10  9:35 [binutils-gdb] Specialize partial_symtab for DWARF include files gdb-buildbot
2020-03-11  7:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-10  7:05 [binutils-gdb] Add debuginfod support to GDB gdb-buildbot
2020-03-11  5:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-10  1:29 [binutils-gdb] [gdb] Don't set initial language if set manually gdb-buildbot
2020-03-10 22:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-09  7:07 [binutils-gdb] gdb/fortran: Support negative array stride in one limited case gdb-buildbot
2020-03-10  1:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-08 10:45 [binutils-gdb] [gdb] Ensure listing of unused static var in info locals gdb-buildbot
2020-03-08 23:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-08  8:47 [binutils-gdb] [gdb/testsuite] Fix layout next/prev/regs help message gdb-buildbot
2020-03-08 21:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-07 23:21 [binutils-gdb] Fix cast in TUI_DISASM_WIN gdb-buildbot
2020-03-08  9:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-07 19:22 [binutils-gdb] Use error_no_arg in TUI gdb-buildbot
2020-03-08  5:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-07 12:15 [binutils-gdb] TUI windows do not need to store their type gdb-buildbot
2020-03-07 21:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-06 12:45 [binutils-gdb] Reimplement TUI "C-x 1" binding gdb-buildbot
2020-03-06 18:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-06  1:02 [binutils-gdb] Style field names in "print" gdb-buildbot
2020-03-06  4:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-03-02 22:23 [binutils-gdb] gdbserver: turn target op 'supports_disable_randomization' into a method gdb-buildbot
2020-03-02 22:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-21 15:32 [binutils-gdb] Fix kill of processes created by win32_create_inferior gdb-buildbot
2020-02-21 15:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-21  7:11 [binutils-gdb] GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failure gdb-buildbot
2020-02-21  6:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-19 11:55 [binutils-gdb] Don't declare die_info in dwarf2read.h gdb-buildbot
2020-02-19 16:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-18 22:18 [binutils-gdb] Remove die_info_ptr typedef gdb-buildbot
2020-02-18 22:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-11 12:51 [binutils-gdb] Make fputs_unfiltered use fputs_maybe_filtered gdb-buildbot
2020-02-11  8:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-06 14:16 [binutils-gdb] V850/BFD: Fix uninitialized `insn[4]' with R_V850_LONGJUMP warning gdb-buildbot
2020-02-06 14:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-06  2:38 [binutils-gdb] Disambiguate info_print_options gdb-buildbot
2020-02-06  2:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-05 18:15 [binutils-gdb] RISC-V/Linux/native: Factor out target description determination gdb-buildbot
2020-02-05 18:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-04 18:25 [binutils-gdb] [gdb/testsuite] Add note to 'Race detection' entry in README gdb-buildbot
2020-02-04 20:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-02-04  6:24 [binutils-gdb] ubsan: d30v: negation of -2147483648 gdb-buildbot
2020-02-04  6:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-31  3:38 [binutils-gdb] Tidy bfd.pot gdb-buildbot
2020-01-31  7:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-30  0:11 [binutils-gdb] Fix -Werror-stringop error on infcmd.c:construct_inferior_arguments gdb-buildbot
2020-01-30  4:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-29 16:39 [binutils-gdb] Test handling of additional brk instruction patterns gdb-buildbot
2020-01-29 17:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-29 15:16 [binutils-gdb] Recognize more program breakpoint patterns gdb-buildbot
2020-01-29 15:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-29  8:24 [binutils-gdb] [gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp race gdb-buildbot
2020-01-29  8:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-28 19:48 [binutils-gdb] Fix library segment-address for 64bit values gdb-buildbot
2020-01-28 22:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-28 10:20 [binutils-gdb] Harden gdb.base/step-over-syscall.exp gdb-buildbot
2020-01-28 16:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-28  8:32 [binutils-gdb] Remove cpu-plugin.c gdb-buildbot
2020-01-28 13:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-28  5:10 [binutils-gdb] AArch64: Fix cfinv disassembly issues gdb-buildbot
2020-01-28  8:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-27 21:03 [binutils-gdb] Consolidate partial symtab dependency reading gdb-buildbot
2020-01-27 23:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-27 19:48 [binutils-gdb] Introduce partial_symtab::expand_psymtab method gdb-buildbot
2020-01-27 20:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-27 14:31 [binutils-gdb] Consolidate psymtab "Reading" messages gdb-buildbot
2020-01-27 18:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24 18:28 [binutils-gdb] Make the class name in the definition match the declaration gdb-buildbot
2020-01-24 18:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24 17:50 [binutils-gdb] Define _KERNTYPES in arm-nbsd-nat.c gdb-buildbot
2020-01-24 17:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24 16:00 [binutils-gdb] Fix an illegal call to free() when copying a PE format file gdb-buildbot
2020-01-24 16:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24 13:41 [binutils-gdb] gdbserver: Make `make TAGS' actually work gdb-buildbot
2020-01-24 13:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24 13:32 [binutils-gdb] gdbserver: Remove a stale TAGS recipe for config files gdb-buildbot
2020-01-24 13:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24  3:19 [binutils-gdb] gdb: Enable stdin on exception in execute_gdb_command gdb-buildbot
2020-01-24  3:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24  2:36 [binutils-gdb] gdb: Re-enable stdin for all UIs from start_event_loop gdb-buildbot
2020-01-24  2:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24  1:36 [binutils-gdb] gdb/tui: asm window handles invalid memory and scrolls better gdb-buildbot
2020-01-24  1:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-24  0:26 [binutils-gdb] gdb: introduce objfile text_section_offset and data_section_offset methods gdb-buildbot
2020-01-24  0:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-22 22:31 [binutils-gdb] MSP430: Fix simulator execution of RRUX instruction gdb-buildbot
2020-01-22 22:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-21 23:55 [binutils-gdb] gdb: add declaration for _initialize_gdbarch in gdbarch.sh gdb-buildbot
2020-01-21 23:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-21 14:43 [binutils-gdb] Add more debugging output to aarch64_displaced_step_fixup gdb-buildbot
2020-01-21 14:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-21  8:57 [binutils-gdb] x86: improve handling of insns with ambiguous operand sizes gdb-buildbot
2020-01-21  8:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-20 12:44 [binutils-gdb] PowerPC64 ppc_elf_hash_entry, defined_sym_val, is_tls_get_addr gdb-buildbot
2020-01-20 12:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-20 11:55 [binutils-gdb] ubsan: hppa: negation of -2147483648 gdb-buildbot
2020-01-20 12:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-20 11:21 [binutils-gdb] ubsan: arm: out of bounds array access gdb-buildbot
2020-01-20 11:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-20 10:53 [binutils-gdb] sim: don't rely on inferior_ptid in gdbsim_target::wait gdb-buildbot
2020-01-20  6:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-20  5:14 [binutils-gdb] sim: add some stdlib.h includes gdb-buildbot
2020-01-20  5:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-18 14:20 [binutils-gdb] Update top level config files with copies from the official repository gdb-buildbot
2020-01-18 14:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-17 19:43 [binutils-gdb] x86: Add {vex} pseudo prefix gdb-buildbot
2020-01-17 19:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-17 16:16 [binutils-gdb] gdb: remove use of iterate_over_inferiors in py-inferior.c gdb-buildbot
2020-01-17 16:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-17 14:39 [binutils-gdb] Update libiberty sources with changes in the gcc mainline gdb-buildbot
2020-01-17 15:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-16 15:14 [binutils-gdb] [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature gdb-buildbot
2020-01-16 15:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-15 19:14 [binutils-gdb] texi2pod.pl: import support for @t{...} from gcc gdb-buildbot
2020-01-15 19:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-15 15:44 [binutils-gdb] Set the default page size of the PDP11 target to 8192 bytes gdb-buildbot
2020-01-15 15:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-15 14:49 [binutils-gdb] tic4x disassembly static variables gdb-buildbot
2020-01-15 14:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-15 14:07 [binutils-gdb] MSP430: Fix relocation overflow when using #lo(EXP) macro gdb-buildbot
2020-01-15 14:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-15  5:13 [binutils-gdb] PR25384, PowerPC64 ELFv1 copy relocs against function symbols gdb-buildbot
2020-01-15  5:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-15  0:07 [binutils-gdb] Fix indentation in common.m4 gdb-buildbot
2020-01-15  0:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-14 13:50 [binutils-gdb] Fix various assembler testsuite failures for the Z80 target gdb-buildbot
2020-01-14 13:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-14 10:51 [binutils-gdb] som: Don't loop forever reading symbol chains gdb-buildbot
2020-01-14 10:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-14  4:51 [binutils-gdb] gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_core_register_section gdb-buildbot
2020-01-14  5:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-14  4:21 [binutils-gdb] gdb/tui: Place window titles in the center of the border gdb-buildbot
2020-01-14  4:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-14  3:13 [binutils-gdb] gdb: use std::vector instead of alloca in core_target::get_core_register_section gdb-buildbot
2020-01-14  3:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13 22:38 [binutils-gdb] gdbserver: include hostio.h in hostio-errno.c gdb-buildbot
2020-01-13 22:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13 21:12 [binutils-gdb] gdb: add back declarations for _initialize functions gdb-buildbot
2020-01-13 21:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13 20:11 [binutils-gdb] gdb: make regformats output a declaration for the init function gdb-buildbot
2020-01-13 20:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13 13:50 [binutils-gdb] Add an option to objdump's disassembler to generate ascii art diagrams showing the destinations of flow control instructions gdb-buildbot
2020-01-13 13:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13 10:12 [binutils-gdb] [ARC][committed] Update ARC cpu list gdb-buildbot
2020-01-13 10:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13  9:42 [binutils-gdb] [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic gdb-buildbot
2020-01-13  9:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-13  4:04 [binutils-gdb] tic4x: sign extension using shifts gdb-buildbot
2020-01-13  3:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-12 21:46 [binutils-gdb] gdb: include gdb_wait.h in gdb_wait.c gdb-buildbot
2020-01-12 22:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-12 21:04 [binutils-gdb] gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.c gdb-buildbot
2020-01-12 21:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-12  1:45 [binutils-gdb] Remove last traces of discard_all_inferiors gdb-buildbot
2020-01-12  1:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11 20:17 [binutils-gdb] Make TUI borders respect "set style enabled" gdb-buildbot
2020-01-11 20:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11 14:03 [binutils-gdb] Add "info connections" command, "info inferiors" connection number/string gdb-buildbot
2020-01-11 14:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11 13:14 [binutils-gdb] Revert 'Remove unused struct serial::name field' gdb-buildbot
2020-01-11 13:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11 11:37 [binutils-gdb] Add multi-target tests gdb-buildbot
2020-01-11 11:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11 10:51 [binutils-gdb] Multi-target support gdb-buildbot
2020-01-11 10:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11  7:38 [binutils-gdb] Tweak handling of remote errors in response to resumption packet gdb-buildbot
2020-01-11  7:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11  6:04 [binutils-gdb] tfile_target::close: trace_fd can't be -1 gdb-buildbot
2020-01-11  6:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11  4:36 [binutils-gdb] switch inferior/thread before calling target methods gdb-buildbot
2020-01-11  4:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11  3:46 [binutils-gdb] Introduce switch_to_inferior_no_thread gdb-buildbot
2020-01-11  3:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-11  1:17 [binutils-gdb] Make target_ops::has_execution take an 'inferior *' instead of a ptid_t gdb-buildbot
2020-01-11  1:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 23:40 [binutils-gdb] Make "show remote exec-file" inferior-aware gdb-buildbot
2020-01-10 23:40 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 22:50 [binutils-gdb] Don't rely on inferior_ptid in record_full_wait gdb-buildbot
2020-01-10 22:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 22:03 [binutils-gdb] Preserve selected thread in all-stop w/ background execution gdb-buildbot
2020-01-10 22:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 21:12 [binutils-gdb] Fix handling of null stap semaphores gdb-buildbot
2020-01-10 21:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 20:29 [binutils-gdb] gdb/testsuite/gdb.base/stap-probe: Minor clean-up gdb-buildbot
2020-01-10 20:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 13:49 [binutils-gdb] ubsan: tilepro: signed integer overflow gdb-buildbot
2020-01-10 13:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 13:00 [binutils-gdb] ubsan: m10300: shift exponent -4 gdb-buildbot
2020-01-10 13:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 12:14 [binutils-gdb] ubsan: spu: left shift of negative value gdb-buildbot
2020-01-10 12:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10 11:28 [binutils-gdb] ubsan: alpha-coff: signed integer overflow gdb-buildbot
2020-01-10 11:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10  4:03 [binutils-gdb] gdb: Fix scrolling in TUI gdb-buildbot
2020-01-10  4:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10  3:17 [binutils-gdb] gdb/tui: Fix 'layout asm' before the inferior has started gdb-buildbot
2020-01-10  3:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10  2:27 [binutils-gdb] gdb/testsuite/tui: Introduce check_box_contents gdb-buildbot
2020-01-10  2:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-10  1:41 [binutils-gdb] gdb/testsuite/tui: Split enter_tui into two procs gdb-buildbot
2020-01-10  1:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-09 23:56 [binutils-gdb] gdb/testsuite: Fix race condition in gdb.base/skip.exp gdb-buildbot
2020-01-09 23:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-09 19:30 [binutils-gdb] Fix memory leak of the demangled symbol name gdb-buildbot
2020-01-09 19:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-09 14:59 [binutils-gdb] Fix the cast used to prevent compile time warning about an always false test gdb-buildbot
2020-01-09 14:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-02 12:27 [binutils-gdb] Enable building the s12z target on Solaris hosts where REG_Y is defined in system header files gdb-buildbot
2020-01-02 12:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-01 10:39 [binutils-gdb] Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex gdb-buildbot
2020-01-01 10:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-01  9:06 [binutils-gdb] gdb/copyright.py: Convert to Python 3 gdb-buildbot
2020-01-01  9:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-01  8:20 [binutils-gdb] gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel gdb-buildbot
2020-01-01  8:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2020-01-01  6:43 [binutils-gdb] update copyright year in version output of gdb, gdbserver and gdbreplay gdb-buildbot
2020-01-01  7:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-30 16:47 [binutils-gdb] Use "bool" in more spots in TUI gdb-buildbot
2019-12-30 16:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-30 14:29 [binutils-gdb] vms-alpha.c object_p memory leaks gdb-buildbot
2019-12-30 14:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-30 13:41 [binutils-gdb] coff object_p memory leaks gdb-buildbot
2019-12-30 13:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-29 15:59 [binutils-gdb] ubsan: sparc: left shift cannot be represented in type 'int' gdb-buildbot
2019-12-29 16:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-29 15:17 [binutils-gdb] Usage of unitialized heap in tic4x_print_cond gdb-buildbot
2019-12-29 15:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-29 14:29 [binutils-gdb] ubsan: alpha-vms: shift exponent is too large gdb-buildbot
2019-12-29 14:26 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-29 12:48 [binutils-gdb] coff_close_and_cleanup gdb-buildbot
2019-12-29 12:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-27 19:40 [binutils-gdb] Remove dead code from TUI gdb-buildbot
2019-12-27 19:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-27 18:10 [binutils-gdb] Change tui_active to bool gdb-buildbot
2019-12-27 17:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-27 17:13 [binutils-gdb] Remove tui_gen_win_info::viewport_height gdb-buildbot
2019-12-27 17:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-26 22:45 [binutils-gdb] Add a NEWS entry for multithreaded symbol loading gdb-buildbot
2019-12-26 23:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-26  8:02 [binutils-gdb] asan: som: heap-buffer-overflow gdb-buildbot
2019-12-26  7:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-26  6:53 [binutils-gdb] Add profiling outputs to .gitignore gdb-buildbot
2019-12-26  6:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-25 21:44 [binutils-gdb] Fix printing ULONGEST variables on x86-32 gdb-buildbot
2019-12-25 21:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-24  3:55 [binutils-gdb] ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int' gdb-buildbot
2019-12-24  4:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-23 12:00 [binutils-gdb] ppc: misc minor build corrections gdb-buildbot
2019-12-23 11:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-23  9:34 [binutils-gdb] ubsan: iq2000: left shift of negative value gdb-buildbot
2019-12-23  9:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-23  8:00 [binutils-gdb] ubsan: wasm: shift is too large for 64-bit type 'bfd_vma' gdb-buildbot
2019-12-23  8:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21 21:56 [binutils-gdb] Fix disabling of solib probes when LD_AUDITing gdb-buildbot
2019-12-21 22:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21 20:13 [binutils-gdb] Include xxHash support status in GDB configuration report gdb-buildbot
2019-12-21 20:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21 19:28 [binutils-gdb] Address Tom Tromey's comments on the CTF reader gdb-buildbot
2019-12-21 19:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21 17:35 [binutils-gdb] sym-info-cmds.exp: add missing quote in test name gdb-buildbot
2019-12-21 17:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21 14:25 [binutils-gdb] infcall, c++: collect more pass-by-reference information gdb-buildbot
2019-12-21 14:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21 13:01 [binutils-gdb] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv gdb-buildbot
2019-12-21 12:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  7:51 [binutils-gdb] Don't call set_current_source_symtab_and_line from TUI gdb-buildbot
2019-12-21  7:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  6:49 [binutils-gdb] Change set_locator_info to take a symtab_and_line gdb-buildbot
2019-12-21  6:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  5:58 [binutils-gdb] Remove a call to update_exec_info gdb-buildbot
2019-12-21  6:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  5:08 [binutils-gdb] Display "main" on initial TUI startup gdb-buildbot
2019-12-21  5:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  4:17 [binutils-gdb] Reimplement tui_get_begin_asm_address gdb-buildbot
2019-12-21  4:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  2:42 [binutils-gdb] Simplify tui_update_source_windows_with_addr gdb-buildbot
2019-12-21  2:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  1:05 [binutils-gdb] Use start_line_or_addr in TUI windows gdb-buildbot
2019-12-21  1:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-21  0:16 [binutils-gdb] Change tui_source_window_base::set_contents to return bool gdb-buildbot
2019-12-21  0:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-20 19:13 [binutils-gdb] Remove tui_show_disassem_and_update_source gdb-buildbot
2019-12-20 19:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-20 16:57 [binutils-gdb] Make isearch change readline prompt in TUI gdb-buildbot
2019-12-20 16:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-20 15:44 [binutils-gdb] PR25281, sh disassembler abort gdb-buildbot
2019-12-20 15:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-20 14:30 [binutils-gdb] ubsan: or1k: left shift of negative value gdb-buildbot
2019-12-20 14:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-20 13:35 [binutils-gdb] ubsan: xtensa: left shift cannot be represented in type 'int' gdb-buildbot
2019-12-20 13:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-20 11:56 [binutils-gdb] ubsan: m68hc1x: left shift of negative value gdb-buildbot
2019-12-20 11:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-19 21:51 [binutils-gdb] Make the literal argument to pow a double, not an integer gdb-buildbot
2019-12-19 21:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-19 18:32 [binutils-gdb] Fix comment in field_kind gdb-buildbot
2019-12-19 18:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-19 17:28 [binutils-gdb] Handle CRLF when reading XML on Windows gdb-buildbot
2019-12-19 17:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-19 12:11 [binutils-gdb] PowerPC, use size_t rather than long for indices gdb-buildbot
2019-12-19 12:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-19  0:42 [binutils-gdb] PR25277, microblaze opcode enumeration vs ISO/IEC TS 18661-3:2015 gdb-buildbot
2019-12-19  0:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-18 19:36 [binutils-gdb] Fix indentation (and clang warning) in c-lang.c gdb-buildbot
2019-12-18 19:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17 15:28 [binutils-gdb] ubsan: visium: left shift cannot be represented in type 'int' gdb-buildbot
2019-12-17 15:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17 14:06 [binutils-gdb] ubsan: aarch64: left shift cannot be represented in type 'int64_t' gdb-buildbot
2019-12-17 14:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17 12:11 [binutils-gdb] ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long') gdb-buildbot
2019-12-17 12:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17 11:28 [binutils-gdb] Add a test case for skip with inlined functions gdb-buildbot
2019-12-17 11:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17 10:51 [binutils-gdb] Check all inline frames if they are marked for skip gdb-buildbot
2019-12-17 10:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17  9:45 [binutils-gdb] jit: make gdb_symtab::blocks an std::forward_list gdb-buildbot
2019-12-17  9:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17  7:13 [binutils-gdb] jit: c++-ify gdb_symtab gdb-buildbot
2019-12-17  7:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17  5:35 [binutils-gdb] Constify get_exec_file gdb-buildbot
2019-12-17  5:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17  4:54 [binutils-gdb] Update Gnulib to the latest git version gdb-buildbot
2019-12-17  4:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17  2:13 [binutils-gdb] ubsan: nios2: left shift cannot be represented in type 'int' gdb-buildbot
2019-12-17  2:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-17  1:22 [binutils-gdb] ubsan: xstormy16: left shift of negative value gdb-buildbot
2019-12-17  1:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16 23:42 [binutils-gdb] ubsan: crx: left shift cannot be represented in type 'int' gdb-buildbot
2019-12-16 23:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16 19:58 [binutils-gdb] Use an accessor function for general_symbol_info::language gdb-buildbot
2019-12-16 19:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16 12:32 [binutils-gdb] Remove ARI check for multiple calls to warning or error gdb-buildbot
2019-12-16 13:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16 11:39 [binutils-gdb] Remove "fix" call for "long long" from ARI gdb-buildbot
2019-12-16 11:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16  9:08 [binutils-gdb] Suppress ARI warnings for vsprintf gdb-buildbot
2019-12-16 10:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16  7:44 [binutils-gdb] Silence ARI for valid calls to abort gdb-buildbot
2019-12-16  7:26 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16  5:46 [binutils-gdb] Remove ATTRIBUTE_UNUSED check from ARI gdb-buildbot
2019-12-16  6:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16  5:16 [binutils-gdb] Remove "boolean" and "var_boolean" checks from ARI gdb-buildbot
2019-12-16  4:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16  4:06 [binutils-gdb] Fix the gdb build with GCC 7 gdb-buildbot
2019-12-16  4:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16  1:31 [binutils-gdb] Set no file contents PT_LOAD p_offset to first page gdb-buildbot
2019-12-16  1:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-16  0:59 [binutils-gdb] Change objfile::partial_symtabs to be a unique_ptr gdb-buildbot
2019-12-16  0:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-15 23:55 [binutils-gdb] Manage objfiles with shared_ptr gdb-buildbot
2019-12-16  0:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-13  8:10 [binutils-gdb] Introduce program_space::add_objfile gdb-buildbot
2019-12-13  8:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-13  2:09 [binutils-gdb] Make the objfile destructor private gdb-buildbot
2019-12-13  1:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-13  0:12 [binutils-gdb] Make the objfile constructor private gdb-buildbot
2019-12-13  0:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-12 20:49 [binutils-gdb] Replace xmalloc/xfree with vector in jit.c gdb-buildbot
2019-12-12 20:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-12 20:34 [binutils-gdb] Remove some calls to malloc_failure gdb-buildbot
2019-12-12 20:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-12  5:08 [binutils-gdb] Re-apply the current layout when resizing gdb-buildbot
2019-12-12  5:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-12  3:32 [binutils-gdb] Introduce new layout code gdb-buildbot
2019-12-12  3:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-12  2:31 [binutils-gdb] Remove struct tui_point gdb-buildbot
2019-12-12  2:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-12  1:44 [binutils-gdb] Introduce the tui_gen_win_info::min_height method gdb-buildbot
2019-12-12  1:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-12  0:09 [binutils-gdb] Move max_height method to tui_gen_win_info gdb-buildbot
2019-12-11 23:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11 23:05 [binutils-gdb] Update NEWS post GDB 9 branch creation gdb-buildbot
2019-12-11 23:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11 22:13 [binutils-gdb] Bump version to 10.0.50.DATE-git gdb-buildbot
2019-12-11 22:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11 19:24 [binutils-gdb] Implement 'print -raw-values' and 'set print raw-values on|off' gdb-buildbot
2019-12-11 19:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11 17:05 [binutils-gdb] ubsan: v850: left shift cannot be represented in type 'long' gdb-buildbot
2019-12-11 16:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11 14:22 [binutils-gdb] ubsan: s12z: left shift cannot be represented in type 'int' gdb-buildbot
2019-12-11 14:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11 12:45 [binutils-gdb] ubsan: nios2: left shift cannot be represented in type 'int' gdb-buildbot
2019-12-11 12:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11 11:58 [binutils-gdb] ubsan: moxie: left shift of negative value gdb-buildbot
2019-12-11 12:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11  9:31 [binutils-gdb] ussan: d30v: index out of bounds gdb-buildbot
2019-12-11  9:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11  7:52 [binutils-gdb] ubsan: cris: signed integer overflow gdb-buildbot
2019-12-11  7:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11  4:13 [binutils-gdb] ubsan: left shift of cannot be represented in type 'int' gdb-buildbot
2019-12-11  3:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-11  1:34 [binutils-gdb] ubsan: ia64: left shift of negative value gdb-buildbot
2019-12-11  1:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-10 20:07 [binutils-gdb] Suppress the "unused function" warning for select_strerror_r gdb-buildbot
2019-12-10 20:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-10 16:39 [binutils-gdb] Normalize Ada ptype to use a single "?" gdb-buildbot
2019-12-10 16:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-10  2:07 [binutils-gdb] PR24960, Memory leak from disassembler gdb-buildbot
2019-12-10  1:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-09 15:50 [binutils-gdb] gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-modules.exp gdb-buildbot
2019-12-09 15:45 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-09 15:16 [binutils-gdb] gdb/testsuite: kfail some tests if using broken gcc gdb-buildbot
2019-12-09 14:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-09 14:21 [binutils-gdb] gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+ gdb-buildbot
2019-12-09 14:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-09 13:33 [binutils-gdb] gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl gdb-buildbot
2019-12-09 13:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-08 12:22 [binutils-gdb] S12Z disassembler memory leak gdb-buildbot
2019-12-08 12:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-08 11:05 [binutils-gdb] Fix inter-CU references using intra-CU form in imported-unit gdb-buildbot
2019-12-08 10:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-06 21:47 [binutils-gdb] [ARM, sim] Fix build error and warnings gdb-buildbot
2019-12-06 21:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-06 19:54 [binutils-gdb] Put bcache inside "namespace gdb" gdb-buildbot
2019-12-06 19:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-06  7:54 [binutils-gdb] gdb: fix overload resolution for see-through references gdb-buildbot
2019-12-06  7:45 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-05 20:37 [binutils-gdb] Remove gdbarch parameter of lookup_typename gdb-buildbot
2019-12-05 20:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-05  8:21 [binutils-gdb] Arm64: simplify Crypto arch extension handling gdb-buildbot
2019-12-05  8:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-05  4:13 [binutils-gdb] Fix (most) OpenBSD link errors gdb-buildbot
2019-12-05  4:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-05  3:21 [binutils-gdb] Use metadata style in a few more places gdb-buildbot
2019-12-05  3:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-05  1:46 [binutils-gdb] gdb/fortran: Support for single/double type modifiers gdb-buildbot
2019-12-05  1:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-05  0:06 [binutils-gdb] Fix regcache::cooked_read_test selftest for mep gdb-buildbot
2019-12-05  0:23 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-04 21:54 [binutils-gdb] Compare iterators, not values, in filtered_iterator::operator{==,!=} gdb-buildbot
2019-12-04 21:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-04 21:13 [binutils-gdb] sim-utils.c: prevent buffer overflow gdb-buildbot
2019-12-04 20:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-04 20:10 [binutils-gdb] Add bit-field test for scalar_storage_order gdb-buildbot
2019-12-04 20:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-04 18:40 [binutils-gdb] Remove gdbarch_bits_big_endian gdb-buildbot
2019-12-04 18:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-04 17:42 [binutils-gdb] Move type_byte_order earlier gdb-buildbot
2019-12-04 17:45 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-04 11:31 [binutils-gdb] x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or operand size specifier gdb-buildbot
2019-12-04 11:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-03 10:53 [binutils-gdb] PR25230, addr2line fails on dwz output gdb-buildbot
2019-12-03 10:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-03  7:55 [binutils-gdb] _bfd_dwarf2_find_nearest_line comment fix gdb-buildbot
2019-12-03  7:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-01 22:18 [binutils-gdb] Treat inactive TUI specially in "info win" gdb-buildbot
2019-12-01 22:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-01 20:50 [binutils-gdb] Re-highlight windows when needed during TUI startup gdb-buildbot
2019-12-01 20:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-01 19:22 [binutils-gdb] Allow using less horizontal space in TUI source window gdb-buildbot
2019-12-01 19:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-12-01  4:03 [binutils-gdb] Correctly compute length of DW_TAG_variant_part union gdb-buildbot
2019-12-01  4:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-29 11:39 [binutils-gdb] gdb: fix segfault in overload resolution debug output gdb-buildbot
2019-11-29 11:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-28 16:40 [binutils-gdb] Fix creal_internal_fn comment gdb-buildbot
2019-11-28 16:40 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-28  9:26 [binutils-gdb] jit: minor improvement to debug logging gdb-buildbot
2019-11-28  9:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-28  5:17 [binutils-gdb] gdb/testsuite: Fix minor bug in skip_btrace*tests procs gdb-buildbot
2019-11-28  5:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-28  3:51 [binutils-gdb] Turn off threaded minsym demangling by default gdb-buildbot
2019-11-28  3:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-28  3:06 [binutils-gdb] Compute msymbol hash codes in parallel gdb-buildbot
2019-11-28  3:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-28  2:17 [binutils-gdb] Precompute hash value for symbol_set_names gdb-buildbot
2019-11-28  2:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-28  1:30 [binutils-gdb] gdb/testsuite: Fix race condition compiling fortran test gdb-buildbot
2019-11-28  1:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 23:15 [binutils-gdb] Remove some unnecessary backslashes gdb-buildbot
2019-11-27 23:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 22:30 [binutils-gdb] Replace SYMBOL_SET_LINKAGE_NAME with a member function gdb-buildbot
2019-11-27 22:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 19:31 [binutils-gdb] gdb: Introduce global_symbol_searcher gdb-buildbot
2019-11-27 19:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 18:02 [binutils-gdb] PR23652, Use symbols from debug bfd for _bfd_elf_find_function gdb-buildbot
2019-11-27 18:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 17:15 [binutils-gdb] Correct R_SH_IND12W handling gdb-buildbot
2019-11-27 17:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 15:49 [binutils-gdb] Let commands free "name" gdb-buildbot
2019-11-27 15:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 14:34 [binutils-gdb] Add add_internal_function overload gdb-buildbot
2019-11-27 14:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27 12:05 [binutils-gdb] Add maint set/show worker-threads gdb-buildbot
2019-11-27 12:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27  5:33 [binutils-gdb] Fix crashes due to python GIL released too early gdb-buildbot
2019-11-27  5:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27  2:37 [binutils-gdb] Remove declaration of tui_set_var_cmd, make definition static gdb-buildbot
2019-11-27  2:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27  1:07 [binutils-gdb] Remove info_terminal_command declaration, make definition static gdb-buildbot
2019-11-27  1:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-27  0:17 [binutils-gdb] Remove unused overload of exit_inferior_silent gdb-buildbot
2019-11-27  0:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-26 18:24 [binutils-gdb] Use safe_strerror instead of strerror where possible gdb-buildbot
2019-11-26 18:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-25  5:02 [binutils-gdb] Introduce new section flag: SEC_ELF_OCTETS gdb-buildbot
2019-11-25  5:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-24 18:46 [binutils-gdb] Use bool in require_partial_symbols gdb-buildbot
2019-11-24 18:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-22 23:11 [binutils-gdb] Restore parameter names in observable.h gdb-buildbot
2019-11-22 23:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-22 22:45 [binutils-gdb] Avoid crash in print_ada_task_info gdb-buildbot
2019-11-22 22:45 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-22 18:57 [binutils-gdb] Replace SYMBOL_*_NAME accessors with member functions gdb-buildbot
2019-11-22 18:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-22 18:41 [binutils-gdb] Replace the MSYMBOL_*_NAME macros with member functions gdb-buildbot
2019-11-22 18:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-22 18:02 [binutils-gdb] Create a correctly-sized demangled names hashtable gdb-buildbot
2019-11-22 18:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-22 15:55 [binutils-gdb] [gdb/contrib] Combine sed invocations in words.sh script gdb-buildbot
2019-11-22 15:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-21 10:22 [binutils-gdb] [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode gdb-buildbot
2019-11-21 10:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-20 22:05 [binutils-gdb] Add missing parentheses on 'print' (gdb.python/py-progspace.exp) gdb-buildbot
2019-11-20 22:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-19  2:41 [binutils-gdb] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp gdb-buildbot
2019-11-19  2:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-19  1:21 [binutils-gdb] gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp gdb-buildbot
2019-11-19  1:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-15 23:42 [binutils-gdb] Use gnulib's strerror_r on MinGW gdb-buildbot
2019-11-15 23:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-15 22:25 [binutils-gdb] Add no-dist to gnulib configure gdb-buildbot
2019-11-15 22:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-15 21:01 [binutils-gdb] Use ctime_r and localtime_r for threadsafety gdb-buildbot
2019-11-15 21:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-15 19:34 [binutils-gdb] Generate gnulib's toplevel Makefile.in using automake gdb-buildbot
2019-11-15 19:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-14 19:30 [binutils-gdb] Allow re-assigning to convenience variables gdb-buildbot
2019-11-14 19:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-14 10:15 [binutils-gdb] x86: drop redundant SYSCALL/SYSRET templates gdb-buildbot
2019-11-14 10:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-13  0:55 [binutils-gdb] RISC-V: Fix ld relax failure with calls and align directives gdb-buildbot
2019-11-13  0:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-12 22:14 [binutils-gdb] Make struct symbol inherit from general_symbol_info gdb-buildbot
2019-11-12 22:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-12 21:30 [binutils-gdb] Consolidate setting of current_layout gdb-buildbot
2019-11-12 21:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-12 20:17 [binutils-gdb] Move _initialize_tui_layout to end of file gdb-buildbot
2019-11-12 20:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-12  9:56 [binutils-gdb] x86: fold EsSeg into IsString gdb-buildbot
2019-11-12  9:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-12  9:13 [binutils-gdb] x86: eliminate ImmExt abuse gdb-buildbot
2019-11-12  9:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-10 21:22 [binutils-gdb] gdb: Convert frame_show_address to return a bool gdb-buildbot
2019-11-10 21:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-08 17:48 [binutils-gdb] i386: Only check suffix in instruction mnemonic gdb-buildbot
2019-11-08 17:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-08  9:05 [binutils-gdb] x86: convert SReg from bitfield to enumerator gdb-buildbot
2019-11-08  9:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-07 21:05 [binutils-gdb] [gas][aarch64] Add the v8.6 Data Gathering Hint mnemonic [10/X] gdb-buildbot
2019-11-07 21:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-07 20:24 [binutils-gdb] [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10] gdb-buildbot
2019-11-07 20:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-07 10:22 [binutils-gdb] x86: support further AMD Zen2 instructions gdb-buildbot
2019-11-07 10:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-07  9:35 [binutils-gdb] x86: adjust register names printed for MONITOR/MWAIT gdb-buildbot
2019-11-07  9:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-06  2:10 [binutils-gdb] Fix regression from TUI disassembly style patch gdb-buildbot
2019-11-06  2:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-06  0:18 [binutils-gdb] Remove la_get_string member gdb-buildbot
2019-11-06  0:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-05 22:51 [binutils-gdb] Change tui_source_element::line to have type std::string gdb-buildbot
2019-11-05 23:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-05 16:19 [binutils-gdb] Fix memory allocation and release problems in the bfd documentation processor gdb-buildbot
2019-11-05 16:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-01 17:42 [binutils-gdb] Simplify print_sys_errmsg gdb-buildbot
2019-11-01 17:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-01  5:53 [binutils-gdb] gdb: Don't print a newline in language la_print_typedef methods gdb-buildbot
2019-11-01  5:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-01  2:59 [binutils-gdb] Test the convenience functions $_gdb_setting and $_gdb_setting_str gdb-buildbot
2019-11-01  2:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-01  1:46 [binutils-gdb] Implement convenience functions to examine GDB settings gdb-buildbot
2019-11-01  1:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-11-01  0:50 [binutils-gdb] Also check for strerror_r in gdbserver gdb-buildbot
2019-11-01  0:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-31 22:39 [binutils-gdb] Regenerate config.in gdb-buildbot
2019-10-31 22:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-31 20:14 [binutils-gdb] [ARM] Store exception handling information per-bfd instead of per-objfile gdb-buildbot
2019-10-31 20:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-31 18:46 [binutils-gdb] Convert int to bool in agent.c gdb-buildbot
2019-10-31 18:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-30 16:19 [binutils-gdb] Only clear the minsym array when necessary gdb-buildbot
2019-10-30 16:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-30  9:50 [binutils-gdb] x86: re-do "shorthand" handling gdb-buildbot
2019-10-30  9:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-30  8:36 [binutils-gdb] x86: slightly rearrange struct insn_template gdb-buildbot
2019-10-30  8:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-30  0:25 [binutils-gdb] Remove unused includes in infcmd.c and infrun.c gdb-buildbot
2019-10-30  0:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-29 20:44 [binutils-gdb] Change some arguments to gdb::string_view instead of name+len gdb-buildbot
2019-10-29 20:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-29 19:23 [binutils-gdb] Load system gdbinit files from a directory gdb-buildbot
2019-10-29 19:23 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-29 10:16 [binutils-gdb] Prevent a left shift by a negative value when disassembling IA64 binaries gdb-buildbot
2019-10-29 10:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-29  9:37 [binutils-gdb] Fix array overruns in the S12Z disassembler gdb-buildbot
2019-10-29  9:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-26  8:09 [binutils-gdb] [gdb] Fix more typos in comments (2) gdb-buildbot
2019-10-26  8:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-25 21:16 [binutils-gdb] Fix find_charset_names gdb-buildbot
2019-10-25 21:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-25 19:38 [binutils-gdb] Don't make an extra copy + allocation of the demangled name gdb-buildbot
2019-10-25 19:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-25 15:25 [binutils-gdb] Allow out-of-order reads of CIEs gdb-buildbot
2019-10-25 15:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-25  5:07 [binutils-gdb] PR4499, assign file positions assumes segment offsets increasing gdb-buildbot
2019-10-25  5:20 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24 19:05 [binutils-gdb] Simplify Python checks in configure.ac gdb-buildbot
2019-10-24 19:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24 15:42 [binutils-gdb] gdb/python: Return None from Progspace.block_for_pc on error gdb-buildbot
2019-10-24 15:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24  8:22 [binutils-gdb] Fix opcodes includes gdb-buildbot
2019-10-24  8:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24  8:07 [binutils-gdb] Move readline to the readline/readline subdirectory gdb-buildbot
2019-10-24  8:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24  7:22 [binutils-gdb] infcall: refactor 'call_function_by_hand_dummy' gdb-buildbot
2019-10-24  7:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24  5:57 [binutils-gdb] infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot gdb-buildbot
2019-10-24  5:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24  4:32 [binutils-gdb] Check for sigprocmask in common.m4 gdb-buildbot
2019-10-24  4:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24  3:51 [binutils-gdb] Use m4_include, not sinclude in .m4 files gdb-buildbot
2019-10-24  3:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-24  1:37 [binutils-gdb] Make demangled_name_entry::language not a bitfield gdb-buildbot
2019-10-24  1:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23 22:54 [binutils-gdb] Add a fast_hash function in common-utils gdb-buildbot
2019-10-23 22:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23 21:12 [binutils-gdb] DWARF 5 support: Handle line table and file indexes gdb-buildbot
2019-10-23 21:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23 17:33 [binutils-gdb] contrib: Update dg-extract-results.* from gcc gdb-buildbot
2019-10-23 17:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23 15:54 [binutils-gdb] Fix creation of nm.h when configure is changed gdb-buildbot
2019-10-23 15:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23 14:16 [binutils-gdb] [gdb/testsuite] Compile infcall-nested-structs.exp with -O2 gdb-buildbot
2019-10-23 14:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23 12:37 [binutils-gdb] ar P support gdb-buildbot
2019-10-23 12:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23  9:52 [binutils-gdb] Make unlink_objfile and put_objfile_before static gdb-buildbot
2019-10-23  9:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23  5:14 [binutils-gdb] gdb: Make startswith return a bool gdb-buildbot
2019-10-23  5:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-23  3:34 [binutils-gdb] Replace some more qsort calls with std::sort gdb-buildbot
2019-10-23  3:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 23:32 [binutils-gdb] Fix creation of stamp-h by gdb's configure script gdb-buildbot
2019-10-22 23:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 21:48 [binutils-gdb] [gdb] Fix typos in comments gdb-buildbot
2019-10-22 21:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 20:52 [binutils-gdb] [gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other files gdb-buildbot
2019-10-22 20:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 20:04 [binutils-gdb] PR29, Coreutils POSIX2_VERSION as 200112L gdb-buildbot
2019-10-22 20:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 18:05 [binutils-gdb] gdb/fortran: Add test for module variables in 'info variables' output gdb-buildbot
2019-10-22 18:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 17:52 [binutils-gdb] gdb/testsuite: Allow cc-with-tweaks board file to be used with Fortran gdb-buildbot
2019-10-22 17:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 16:25 [binutils-gdb] DWARF reader: Reject sections with invalid sizes gdb-buildbot
2019-10-22 16:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 15:36 [binutils-gdb] Add initial compile command support to RISC-V port gdb-buildbot
2019-10-22 15:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 13:39 [binutils-gdb] Create xml-builtin.h to declare xml_builtins gdb-buildbot
2019-10-22 13:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22 10:38 [binutils-gdb] libctf: mark swap.h inline functions as static gdb-buildbot
2019-10-22 10:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22  7:13 [binutils-gdb] [gdb/tdep] Fix inferior call arg passing for amd64 gdb-buildbot
2019-10-22  7:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-22  4:05 [binutils-gdb] [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_arguments gdb-buildbot
2019-10-22  4:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21 22:52 [binutils-gdb] Fix potential illegal memory access when disassembling corrupt RX binaries gdb-buildbot
2019-10-21 22:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21 20:13 [binutils-gdb] gdb/gdbserver: Remove reference to vec-ipa.o gdb-buildbot
2019-10-21 20:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21 16:09 [binutils-gdb] gdb: Remove use of VEC from dwarf2read.c gdb-buildbot
2019-10-21 16:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21 13:08 [binutils-gdb] Use %x when printing the TID gdb-buildbot
2019-10-21 13:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21 10:00 [binutils-gdb] Rename pid -> tid in windows-nat.c gdb-buildbot
2019-10-21 10:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21  7:16 [binutils-gdb] Change gcc_target_options to return std::string gdb-buildbot
2019-10-21  7:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21  2:03 [binutils-gdb] Make tui-winsource not use breakpoint_chain gdb-buildbot
2019-10-21  2:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-21  1:33 [binutils-gdb] Change iterate_over_breakpoints to take a function_view gdb-buildbot
2019-10-21  1:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-20 18:53 [binutils-gdb] s390: Fix infcalls passing a single-field struct with static members gdb-buildbot
2019-10-20 18:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-20 15:53 [binutils-gdb] remove more xmalloc in bfd gdb-buildbot
2019-10-20 15:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-20 12:48 [binutils-gdb] PR25100, Compile fails in elf64-ppc.c because of single equal sign instead of double equal for comparison gdb-buildbot
2019-10-20 12:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-20  9:09 [binutils-gdb] Simplify power of two test gdb-buildbot
2019-10-20  9:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-20  6:06 [binutils-gdb] [gdb/testsuite] Fix gdb.ada/mi_task_arg.exp gdb-buildbot
2019-10-20  6:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-20  3:13 [binutils-gdb] gdb.mi/list-thread-groups-available.exp: read entries one by one instead of increasing timeout gdb-buildbot
2019-10-20  3:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-20  0:10 [binutils-gdb] gdb: remove unused includes from dwarf2read.c gdb-buildbot
2019-10-20  0:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-19 19:55 [binutils-gdb] qsort: syms.c stab sorting gdb-buildbot
2019-10-19 19:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-19 17:00 [binutils-gdb] qsort: dwarf2.c gdb-buildbot
2019-10-19 17:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-19 14:07 [binutils-gdb] qsort: elf_link_add_object_symbols weak aliases gdb-buildbot
2019-10-19 14:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-19 11:09 [binutils-gdb] qsort: elf_sort_sections use of target_index gdb-buildbot
2019-10-19 11:09 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-19  8:14 [binutils-gdb] qsort: SHF_LINK_ORDER section sort gdb-buildbot
2019-10-19  8:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-19  5:18 [binutils-gdb] qsort issues gdb-buildbot
2019-10-19  5:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-19  2:13 [binutils-gdb] PR24955, libbfd terminating program on out of memory (part2) gdb-buildbot
2019-10-19  2:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-18 23:15 [binutils-gdb] gdb: Silence -Wformat-nonliteral warning with clang gdb-buildbot
2019-10-18 23:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-18  5:41 [binutils-gdb] gdb: small cleanup in breakpoint.c's includes gdb-buildbot
2019-10-18  5:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-18  0:30 [binutils-gdb] [gdb/testsuite] Add KFAIL for missing support of reverse-debugging xsave gdb-buildbot
2019-10-18  0:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-17 20:29 [binutils-gdb] Remove unnecessary declaration of trace_regblock_size gdb-buildbot
2019-10-17 20:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-17 17:24 [binutils-gdb] Move declaration of max_user_call_depth to header gdb-buildbot
2019-10-17 17:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-17 14:11 [binutils-gdb] Improve comments in print-utils.h gdb-buildbot
2019-10-17 14:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-17 11:15 [binutils-gdb] RISC-V: Fix two ARI warnings gdb-buildbot
2019-10-17 11:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-17  8:18 [binutils-gdb] bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info gdb-buildbot
2019-10-17  8:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-17  5:39 [binutils-gdb] Include gdbtk.h to avoid declarations gdb-buildbot
2019-10-17  5:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-17  2:35 [binutils-gdb] Move declaration of varobjdebug to header gdb-buildbot
2019-10-17  2:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16 23:26 [binutils-gdb] gdb/testsuite: Fix typos in infcall-nested-structs.c gdb-buildbot
2019-10-16 23:26 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16 20:19 [binutils-gdb] [gdb/testsuite] Fix ada tests with -fPIE/-pie gdb-buildbot
2019-10-16 20:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16 17:19 [binutils-gdb] Don't call erase_data_content from tui_data_window::show_registers gdb-buildbot
2019-10-16 17:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16 14:35 [binutils-gdb] Make TUI window handle a unique_ptr gdb-buildbot
2019-10-16 14:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16 11:43 [binutils-gdb] Remove declaration from tui-wingeneral.h gdb-buildbot
2019-10-16 11:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16  8:48 [binutils-gdb] Remove tui_win_is_auxiliary gdb-buildbot
2019-10-16  8:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16  5:51 [binutils-gdb] Remove tui_default_win_viewport_height gdb-buildbot
2019-10-16  5:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-16  2:58 [binutils-gdb] Remove two TUI comments gdb-buildbot
2019-10-16  2:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15 23:51 [binutils-gdb] [gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorrect DWARF gdb-buildbot
2019-10-15 23:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15 20:43 [binutils-gdb] [gdb/target] Fix pretty-printer for MPX bnd registers gdb-buildbot
2019-10-15 20:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15 17:34 [binutils-gdb] Mark guile_{extension_,}script_ops as static gdb-buildbot
2019-10-15 17:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15 14:31 [binutils-gdb] Fix the disassembly of the LDS and STS instructions of the AVR architecture gdb-buildbot
2019-10-15 14:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15 11:36 [binutils-gdb] s390: Add record/replay support for arch13 instructions gdb-buildbot
2019-10-15 11:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15  7:56 [binutils-gdb] PR25070, SEGV in function _bfd_dwarf2_find_nearest_line gdb-buildbot
2019-10-15  7:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15  4:49 [binutils-gdb] Remove two unused items from windows-nat.c gdb-buildbot
2019-10-15  4:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-15  1:29 [binutils-gdb] Don't include buildsym-legacy.h in windows-nat.c gdb-buildbot
2019-10-15  1:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-14 22:32 [binutils-gdb] Let ARI allow gdb %p printf extensions gdb-buildbot
2019-10-14 22:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-14 19:47 [binutils-gdb] Move declaration of overload_debug to header gdb-buildbot
2019-10-14 19:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-14 16:38 [binutils-gdb] Move declaration of lang_frame_mismatch_warn to header gdb-buildbot
2019-10-14 16:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-14 13:42 [binutils-gdb] PR25078, stack overflow in function find_abstract_instance gdb-buildbot
2019-10-14 13:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-14 10:39 [binutils-gdb] S/390: Add support for z15 as CPU name gdb-buildbot
2019-10-14 10:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-14  4:47 [binutils-gdb] Use gdb_static_assert in charset.c gdb-buildbot
2019-10-14  4:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-14  1:47 [binutils-gdb] Add support for new functionality in the msp430 backend of GCC gdb-buildbot
2019-10-14  1:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13 22:44 [binutils-gdb] Re: PowerPC PIC vs. DLL TLS issues gdb-buildbot
2019-10-13 22:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13 19:44 [binutils-gdb] gdb/testsuite/ada: Handle missing debug info case gdb-buildbot
2019-10-13 19:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13 16:48 [binutils-gdb] gdb: Rename structures within ctfread.c gdb-buildbot
2019-10-13 16:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13 13:44 [binutils-gdb] [gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.exp gdb-buildbot
2019-10-13 13:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13 10:50 [binutils-gdb] gdb/testsuite: Add gdb_test_name variable gdb-buildbot
2019-10-13 10:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13  7:52 [binutils-gdb] x86/Intel: correct MOVSD and CMPSD handling gdb-buildbot
2019-10-13  7:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13  4:56 [binutils-gdb] Bogus "final link failed" messages gdb-buildbot
2019-10-13  4:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-13  1:26 [binutils-gdb] PowerPC TLS miscounting PLT for __tls_get_addr gdb-buildbot
2019-10-13  1:26 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-12 22:25 [binutils-gdb] PowerPC section flag tidy gdb-buildbot
2019-10-12 22:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-12 19:21 [binutils-gdb] gdb: CTF support gdb-buildbot
2019-10-12 19:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-12 16:07 [binutils-gdb] Renaming of ctf (the trace format) files gdb-buildbot
2019-10-12 16:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-12 13:04 [binutils-gdb] Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme) gdb-buildbot
2019-10-12 13:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-11 19:28 [binutils-gdb] [gdb/testsuite] Fix local-static.exp with gcc-4.8 gdb-buildbot
2019-10-11 19:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-11 16:19 [binutils-gdb] PowerPC PIC vs. DLL TLS issues gdb-buildbot
2019-10-11 16:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-11 10:59 [binutils-gdb] [PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIE gdb-buildbot
2019-10-11 10:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-11  1:58 [binutils-gdb] gdb/fortran: Allow for matching symbols with missing scope gdb-buildbot
2019-10-11  1:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-11  1:15 [binutils-gdb] gdb/fortran: Nested subroutine support gdb-buildbot
2019-10-11  1:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10 21:46 [binutils-gdb] gdb/testsuite: Reduce test name duplication in gdb.python tests gdb-buildbot
2019-10-10 21:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10 18:34 [binutils-gdb] gdb/testsuite: Reduce test name duplication in gdb.base tests gdb-buildbot
2019-10-10 18:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10 13:33 [binutils-gdb] gdb/testsuite: Make test names unique in gdb.linespec tests gdb-buildbot
2019-10-10 13:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10 12:39 [binutils-gdb] gdb/testsuite: Make test names unique in gdb.reverse tests gdb-buildbot
2019-10-10 12:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10 10:02 [binutils-gdb] libctf: fix tabdamage gdb-buildbot
2019-10-10 10:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10  7:01 [binutils-gdb] libctf: fix refcount leak in ctf_import gdb-buildbot
2019-10-10  7:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10  4:03 [binutils-gdb] libctf: make ctf_dump not crash on OOM gdb-buildbot
2019-10-10  4:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-10  0:54 [binutils-gdb] libctf: remove ctf_malloc, ctf_free and ctf_strdup gdb-buildbot
2019-10-10  0:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-09 21:47 [binutils-gdb] libctf: get the encoding of non-ints/fps in the dynamic space right gdb-buildbot
2019-10-09 21:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-09 18:25 [binutils-gdb] libctf: allow ctf_type_lname of a null pointer gdb-buildbot
2019-10-09 18:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-09 15:25 [binutils-gdb] libctf: properly handle ctf_add_type of forwards and self-reffing structs gdb-buildbot
2019-10-09 15:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-09 12:23 [binutils-gdb] libctf: avoid the need to ever use ctf_update gdb-buildbot
2019-10-09 12:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-09  9:11 [binutils-gdb] libctf: handle nonrepresentable types at link time gdb-buildbot
2019-10-09  9:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-09  6:16 [binutils-gdb] libctf: installable libctf as a shared library gdb-buildbot
2019-10-09  6:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-08 18:57 [binutils-gdb] bfd: new functions for getting strings out of a strtab gdb-buildbot
2019-10-08 18:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-08 15:52 [binutils-gdb] libctf: actually close bfds we have opened gdb-buildbot
2019-10-08 15:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-08 12:35 [binutils-gdb] libctf: bfd-open: mark the bfd as cacheable gdb-buildbot
2019-10-08 12:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-08  9:28 [binutils-gdb] libctf: get rid of a disruptive public include of <sys/param.h> gdb-buildbot
2019-10-08  9:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-08  6:23 [binutils-gdb] libctf: eschew C99 for loop initial declarations gdb-buildbot
2019-10-08  6:23 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-08  3:14 [binutils-gdb] libctf: don't leak hash keys or values on value replacement gdb-buildbot
2019-10-08  3:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-08  0:06 [binutils-gdb] libctf: teach ctf_add_type how forwards work gdb-buildbot
2019-10-08  0:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07 20:56 [binutils-gdb] libctf: add CU-mapping machinery gdb-buildbot
2019-10-07 20:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07 17:44 [binutils-gdb] libctf: add linking of the variable section gdb-buildbot
2019-10-07 17:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07 16:27 [binutils-gdb] Avoid crash on single-field union in Rust gdb-buildbot
2019-10-11  7:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07 14:34 [binutils-gdb] libctf: map from old to corresponding newly-added types in ctf_add_type gdb-buildbot
2019-10-07 14:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07 11:02 [binutils-gdb] libctf: add the ctf_link machinery gdb-buildbot
2019-10-07 11:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07  7:31 [binutils-gdb] libctf: dump: check the right error values when dumping functions gdb-buildbot
2019-10-07  7:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07  4:59 [binutils-gdb] libctf: dump: support non-root type dumping gdb-buildbot
2019-10-07  4:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-07  1:50 [binutils-gdb] libctf: fix double-free on ctf_compress_write error path gdb-buildbot
2019-10-07  1:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-06 18:27 [binutils-gdb] libctf: write CTF files to memory, and CTF archives to fds gdb-buildbot
2019-10-06 18:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-06 15:28 [binutils-gdb] libctf: support getting strings from the ELF strtab gdb-buildbot
2019-10-06 15:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-06 12:32 [binutils-gdb] libctf: Add iteration over non-root types gdb-buildbot
2019-10-06 12:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-06  9:33 [binutils-gdb] libctf: add the object index and function index sections gdb-buildbot
2019-10-06  9:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-06  6:43 [binutils-gdb] libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sections gdb-buildbot
2019-10-06  6:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-06  3:48 [binutils-gdb] libctf, binutils: dump the CTF header gdb-buildbot
2019-10-06  3:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-06  1:06 [binutils-gdb] libctf: allow the header to change between versions gdb-buildbot
2019-10-06  1:06 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-05  9:13 [binutils-gdb] gdb: Remove whitespace in 'std::vector <...>' gdb-buildbot
2019-10-05  9:13 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-05  5:59 [binutils-gdb] [gdb] Fix set/show style metadata help text gdb-buildbot
2019-10-05  5:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-05  2:55 [binutils-gdb] Convert boolean globals in server.c to bool gdb-buildbot
2019-10-05  2:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04 23:50 [binutils-gdb] Fix type of startup_with_shell in gdbserver gdb-buildbot
2019-10-04 23:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04 20:46 [binutils-gdb] Add missing includes to gdb_assert.h and gdb_string_view.h gdb-buildbot
2019-10-04 20:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04 17:32 [binutils-gdb] gdb/testsuite: Fix py-format-string.exp on big-endian platforms gdb-buildbot
2019-10-04 17:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04 14:17 [binutils-gdb] Add $_ada_exception convenience variable gdb-buildbot
2019-10-04 14:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04 11:04 [binutils-gdb] Back out earlier Ada exception change gdb-buildbot
2019-10-04 11:04 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04  7:49 [binutils-gdb] Make print-file-var.exp test attribute visibility hidden, dlopen, and main symbol gdb-buildbot
2019-10-04  7:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04  4:58 [binutils-gdb] Handle copy relocations gdb-buildbot
2019-10-04  4:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-04  1:46 [binutils-gdb] Make current_source_* per-program-space gdb-buildbot
2019-10-04  1:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-03 20:01 [binutils-gdb] Search global block from basic_lookup_symbol_nonlocal gdb-buildbot
2019-10-03 20:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-03 16:44 [binutils-gdb] Change SYMBOL_VALUE_ADDRESS to be an rvalue gdb-buildbot
2019-10-03 16:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-03 13:07 [binutils-gdb] Update my email address in gdb/MAINTAINERS gdb-buildbot
2019-10-03 13:07 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-03 10:15 [binutils-gdb] gdb: Remove a use of VEC from dwarf2read.{c,h} gdb-buildbot
2019-10-03 10:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-03  7:12 [binutils-gdb] gdb: Change a VEC to std::vector in btrace.{c,h} gdb-buildbot
2019-10-03  7:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-03  4:12 [binutils-gdb] gdb: Remove a VEC from gdbsupport/btrace-common.h gdb-buildbot
2019-10-03  4:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-03  1:15 [binutils-gdb] Use styled_string for "show logging filename" gdb-buildbot
2019-10-03  1:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02 22:10 [binutils-gdb] Use styled_string in more places gdb-buildbot
2019-10-02 22:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02 19:12 [binutils-gdb] Introduce metadata style gdb-buildbot
2019-10-02 19:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02 15:44 [binutils-gdb] Style "pwd" output gdb-buildbot
2019-10-02 15:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02 12:51 [binutils-gdb] Use new %p format suffixes in gdb gdb-buildbot
2019-10-02 12:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02  9:43 [binutils-gdb] Introduce gdb-specific %p format suffixes gdb-buildbot
2019-10-02  9:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02  6:43 [binutils-gdb] Don't create empty literal pieces gdb-buildbot
2019-10-02  6:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02  3:37 [binutils-gdb] Remove the ui_out_style_kind enum gdb-buildbot
2019-10-02  3:37 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-02  0:31 [binutils-gdb] gdb/testsuite: Fix pretty-print.exp on big-endian platforms gdb-buildbot
2019-10-02  0:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-01 21:17 [binutils-gdb] Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir gdb-buildbot
2019-10-01 21:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-01 18:10 [binutils-gdb] [PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx gdb-buildbot
2019-10-01 18:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-01 15:00 [binutils-gdb] Remove extra whitespaces at the end of lines gdb-buildbot
2019-10-01 15:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-01 11:52 [binutils-gdb] Use std::sort instead of qsort in minsyms.c gdb-buildbot
2019-10-01 11:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-10-01  5:24 [binutils-gdb] Improve some comments about msymbol handling gdb-buildbot
2019-10-01  5:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-30 17:53 [binutils-gdb] [gdb/contrib] cc-with-tweaks.sh: Create .dwz file in .tmp subdir gdb-buildbot
2019-09-30 21:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-30  8:17 [binutils-gdb] [gdb/testsuite] Make pass message unique in gdb-index.exp for cc-with-dwz-m gdb-buildbot
2019-09-30  8:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-30  2:41 [binutils-gdb] gdb: include gdbarch.h in hppa-linux-nat.c gdb-buildbot
2019-09-30  3:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
     [not found] <@gdb-build>
2019-09-28 19:29 ` gdb-buildbot
2019-09-27  9:30 [binutils-gdb] [gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovd gdb-buildbot
2019-09-27 16:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-26 17:41 [binutils-gdb] Convert symtab.h function signatures to use bool instead of int gdb-buildbot
2019-09-26 18:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-26 15:42 [binutils-gdb] Remove gdb_usleep.c gdb-buildbot
2019-09-26 16:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-26 15:01 [binutils-gdb] Do not expose stub types to Python gdb-buildbot
2019-09-26 15:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-26 11:09 [binutils-gdb] PR24262, plugin search dir doesn't respect --libdir gdb-buildbot
2019-09-26 11:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-25 16:37 [binutils-gdb] Remove make_hex_string gdb-buildbot
2019-09-25 16:39 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-24 22:13 [binutils-gdb] [gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUs gdb-buildbot
2019-09-24 22:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23 22:26 [binutils-gdb] gdb/readline: fix use of an undefined variable gdb-buildbot
2019-09-23 23:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23 21:49 [binutils-gdb] Add testsuite for the PRU simulator port gdb-buildbot
2019-09-23 22:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23 15:16 [binutils-gdb] PowerPC64 dynamic symbol tweaks gdb-buildbot
2019-09-23 15:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  4:36 [binutils-gdb] ecoff bfd.h tidy gdb-buildbot
2019-09-23 11:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  4:36 [binutils-gdb] elf bfd.h tidy gdb-buildbot
2019-09-23 10:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  4:13 [binutils-gdb] m68k bfd.h tidy gdb-buildbot
2019-09-23  9:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  3:51 [binutils-gdb] cr16 bfd.h tidy gdb-buildbot
2019-09-23  9:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  3:37 [binutils-gdb] obsoleted bfd.h tidy gdb-buildbot
2019-09-23  8:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  3:27 [binutils-gdb] xcoff bfd.h tidy gdb-buildbot
2019-09-23  7:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  2:37 [binutils-gdb] aarch64 bfd.h tidy gdb-buildbot
2019-09-23  5:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  2:13 [binutils-gdb] h8300 bfd.h tidy gdb-buildbot
2019-09-23  3:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-23  2:01 [binutils-gdb] ia64 bfd.h tidy gdb-buildbot
2019-09-23  3:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-22  2:47 [binutils-gdb] gdb: fix formatting in solib-svr4.c gdb-buildbot
2019-09-22  2:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-21  2:32 [binutils-gdb] Move declarations of debug_threads and using_threads to header gdb-buildbot
2019-09-21 12:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-21  1:04 [binutils-gdb] Remove Cell Broadband Engine debugging support gdb-buildbot
2019-09-21  8:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-21  0:53 [binutils-gdb] Change TUI window commands to be case-sensitive gdb-buildbot
2019-09-21  8:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-21  0:43 [binutils-gdb] Use make_unique_xstrdup in TUI gdb-buildbot
2019-09-21  7:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-21  0:26 [binutils-gdb] Remove separator comments from TUI gdb-buildbot
2019-09-21  6:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 23:58 [binutils-gdb] Rename a private data member in tui_source_window gdb-buildbot
2019-09-21  5:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 23:46 [binutils-gdb] Rename private data members of tui_data_window gdb-buildbot
2019-09-21  4:47 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 23:08 [binutils-gdb] Don't call refresh in tui_resize_all gdb-buildbot
2019-09-21  3:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 22:59 [binutils-gdb] Set TUI locator height to 1 gdb-buildbot
2019-09-21  2:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 22:45 [binutils-gdb] Change "win_resized" to bool gdb-buildbot
2019-09-21  1:40 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 22:33 [binutils-gdb] Use "bool" in tui_data_window::show_register_group gdb-buildbot
2019-09-21  1:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 22:25 [binutils-gdb] Simplify TUI disassembly gdb-buildbot
2019-09-21  0:40 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 22:05 [binutils-gdb] Simplify tui_source_window_base::show_source_content gdb-buildbot
2019-09-20 23:58 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 21:56 [binutils-gdb] Remove some explicit re-rendering from the TUI gdb-buildbot
2019-09-20 23:23 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 21:27 [binutils-gdb] Change tui_make_status_line to return std::string gdb-buildbot
2019-09-20 22:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20 19:53 [binutils-gdb] Fix crash in Ada "catch exception" gdb-buildbot
2019-09-20 20:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20  9:43 [binutils-gdb] bfd macro conversion to inline functions, section gdb-buildbot
2019-09-20 10:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20  9:27 [binutils-gdb] bfd macro conversion to inline functions, asymbol gdb-buildbot
2019-09-20 10:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20  7:59 [binutils-gdb] PowerPC64, error on unsupported dynamic relocation gdb-buildbot
2019-09-20  8:08 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20  0:53 [binutils-gdb] Move arm_apcs_32 extern declaration to header gdb-buildbot
2019-09-20  1:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-20  0:39 [binutils-gdb] Declare dwarf_always_disassemble in dwarf2read.h gdb-buildbot
2019-09-20  0:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-19 18:42 [binutils-gdb] [gdb/testsuite] Don't use FOOBAR pattern in gdb_test gdb-buildbot
2019-09-19 19:43 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-19 18:20 [binutils-gdb] [gdb] Catch exception when constructing the highlighter gdb-buildbot
2019-09-19 18:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-19  1:02 [binutils-gdb] bfd_section_* macros gdb-buildbot
2019-09-19  0:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 23:45 [binutils-gdb] [gdb/testsuite] Fix gdb_target_cmd gdb-buildbot
2019-09-19  0:33 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 23:21 [binutils-gdb] [gdb/testsuite] Handle unreachable network in server-connect.exp gdb-buildbot
2019-09-18 23:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 21:35 [binutils-gdb] Give a name to the TUI SingleKey keymap gdb-buildbot
2019-09-18 21:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 19:50 [binutils-gdb] gdb: Fix native build on Linux/Alpha gdb-buildbot
2019-09-18 19:48 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 18:13 [binutils-gdb] gdb: remove local extern declaration of cli_styling gdb-buildbot
2019-09-18 18:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 14:30 [binutils-gdb] bfd_asymbol_* macros gdb-buildbot
2019-09-18 16:52 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 13:54 [binutils-gdb] Constify bfd_octets_per_byte and related functions gdb-buildbot
2019-09-18 15:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 13:42 [binutils-gdb] Constify target name, reloc name, and carsym name gdb-buildbot
2019-09-18 14:29 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 13:33 [binutils-gdb] Use bfd_set_filename more gdb-buildbot
2019-09-18 13:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18 13:19 [binutils-gdb] PowerPC64, support medium model access to common symbols gdb-buildbot
2019-09-18 13:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-18  0:59 [binutils-gdb] Change boolean options to bool instead of int gdb-buildbot
2019-09-18  0:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-17 21:49 [binutils-gdb] gdb: Look for compilation directory relative to directory search path gdb-buildbot
2019-09-17 21:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-17 20:17 [binutils-gdb] gdb: Catch exceptions when accessing source cache gdb-buildbot
2019-09-17 20:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-17 19:09 [binutils-gdb] (Ada) do not print Ada task names in quotes in "info tasks" output gdb-buildbot
2019-09-17 19:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-16 10:47 [binutils-gdb] Update version to 2.33.50 and regenerate configure scripts gdb-buildbot
2019-09-16 10:41 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-13  1:12 [binutils-gdb] gdb: Have 'maint info sections' print all sections again gdb-buildbot
2019-09-13  1:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-11 22:11 [binutils-gdb] Refactor get_init_files to use std::string gdb-buildbot
2019-09-11 22:11 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-11 19:49 [binutils-gdb] Fix float to LONGEST conversion gdb-buildbot
2019-09-11 20:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-10 16:50 [binutils-gdb] Add Ada support to cc-with-tweaks.exp gdb-buildbot
2019-09-10 19:34 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-10 16:33 [binutils-gdb] Add Ada support for .debug_names gdb-buildbot
2019-09-10 18:50 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-10 16:09 [binutils-gdb] Change map_matching_symbols to take a lookup_name_info gdb-buildbot
2019-09-10 17:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-10 15:52 [binutils-gdb] Simplify psym_map_matching_symbols gdb-buildbot
2019-09-10 16:40 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-10 15:39 [binutils-gdb] Change iterate_over_symbols to return bool gdb-buildbot
2019-09-10 16:05 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-10 15:02 [binutils-gdb] Enhance the disassembler so that it will reliably determine whether a reloc applies to the middle of the next insn gdb-buildbot
2019-09-10 14:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-10  2:15 [binutils-gdb] DWARF 5 support: Handle dwo_id gdb-buildbot
2019-09-10  2:19 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-09 10:14 [binutils-gdb] Add markers for 2.33 branch to NEWS and ChangeLog files gdb-buildbot
2019-09-09 10:10 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-08 20:44 [binutils-gdb] Truncate long TUI window titles gdb-buildbot
2019-09-08 20:44 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-06 21:56 [binutils-gdb] un-XFAIL under Clang tests using labels gdb-buildbot
2019-09-06 21:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-06 20:12 [binutils-gdb] Change int to bool for the relocate_* functions gdb-buildbot
2019-09-06 20:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-05 13:10 [binutils-gdb] [gdb/testsuite] Restore breakpoint command in ui-redirect.exp gdb-buildbot
2019-09-05 13:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-05  7:02 [binutils-gdb] PowerPC64 GOT_PCREL relocs gdb-buildbot
2019-09-05  7:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-05  4:49 [binutils-gdb] PR24955, libbfd terminating program on out of memory gdb-buildbot
2019-09-05  4:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-04 21:19 [binutils-gdb] Avoid expect's buffer overflow in info-var.exp test gdb-buildbot
2019-09-04 21:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-03 17:01 [binutils-gdb] Handle biased types gdb-buildbot
2019-09-03 16:56 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-03 15:14 [binutils-gdb] Fix buffer underrun bug in the TI C30 disassembler gdb-buildbot
2019-09-03 15:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-03  9:35 [binutils-gdb] Fix a potential buffer overrun in the MMIX disassembler when processing a corrupt input file gdb-buildbot
2019-09-03  9:32 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-02 15:29 [binutils-gdb] Check arguments for all probes before using them gdb-buildbot
2019-09-02 15:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-02  8:27 [binutils-gdb] Re: Memory leak in dwarf2.c gdb-buildbot
2019-09-02  8:35 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-09-01  6:49 [binutils-gdb] RISC-V: Fix linker problems with tls copy relocs gdb-buildbot
2019-09-01  7:59 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-31  4:56 [binutils-gdb] Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning message gdb-buildbot
2019-08-31  4:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-31  2:53 [binutils-gdb] Minor rearrangement of tui-stack.c gdb-buildbot
2019-08-31  2:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-31  0:20 [binutils-gdb] Don't call tui_refresh_all from show_layout gdb-buildbot
2019-08-31  0:24 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-30 23:43 [binutils-gdb] Don't call touchwin in tui_gen_win_info::refresh_window gdb-buildbot
2019-08-30 23:51 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-30 22:32 [binutils-gdb] Simplify register display gdb-buildbot
2019-08-30 22:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-30 22:10 [binutils-gdb] Private data members in tui_data_window gdb-buildbot
2019-08-30 22:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-30 21:05 [binutils-gdb] Remove some checks of .empty() gdb-buildbot
2019-08-30 21:03 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-30 15:17 [binutils-gdb] Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archive gdb-buildbot
2019-08-30 15:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-29 12:16 [binutils-gdb] PR24697, R_PPC_EMB_SDA21 cannot be used when making a shared object gdb-buildbot
2019-08-29 12:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-28 17:56 [binutils-gdb] [gdb/testsuite] Fix info-var.exp for debug info from other files gdb-buildbot
2019-08-28 17:54 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-28 13:33 [binutils-gdb] gdb/fortran: Implement la_print_typedef for Fortran gdb-buildbot
2019-08-28 13:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-27 19:31 [binutils-gdb] Fix compiler warning in linux-namespaces.c gdb-buildbot
2019-08-27 19:21 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-27 16:22 [binutils-gdb] gdb: Add new -n flag to some info commands gdb-buildbot
2019-08-27 16:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-27 11:48 [binutils-gdb] Add support for the MVE VMOV instruction to the ARM assembler. This instruction copies the value of one vector register to another vector register. The patch also modifies the decoding of VORR instruction which is effecting decoding of VMOV instruction gdb-buildbot
2019-08-27 11:46 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-26 22:05 [binutils-gdb] Factor out the common code in lookup_{static,global}_symbol gdb-buildbot
2019-08-26 22:02 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-26 18:01 [binutils-gdb] [gdb, c++] Improve error message when using libstdcxx without SDT probes gdb-buildbot
2019-08-26 18:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-26 13:56 [binutils-gdb] Use raw strings on gdb.python/py-xmethods.exp (and fix Python 3.8's "SyntaxWarning: invalid escape sequence") gdb-buildbot
2019-08-26 13:55 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-25 11:38 [binutils-gdb] Convert the RX target to make use of target descriptions gdb-buildbot
2019-08-25 11:38 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-24  1:17 [binutils-gdb] PowerPC64 segfault in ppc64_elf_edit_toc gdb-buildbot
2019-08-24  1:15 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-23 16:00 [binutils-gdb] Fix bug in nios2 prologue analysis gdb-buildbot
2019-08-23 16:01 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-23 14:14 [binutils-gdb] or1k: Fix incorrect value in PLT GOT entries, causing infinite loop gdb-buildbot
2019-08-23 14:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-22 23:24 [binutils-gdb] Make GDB compile with Python 3 on MinGW gdb-buildbot
2019-08-22 23:23 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-22 15:14 [binutils-gdb] Arm: Add support for missing CPUs gdb-buildbot
2019-08-22 15:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-22 14:33 [binutils-gdb] Fix an illegal memory access when dumping corrupt x86_64 PE unwind data gdb-buildbot
2019-08-22 14:25 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-21 18:06 [binutils-gdb] [gdb/testsuite] Stabilize gdb-caching-proc.exp test order gdb-buildbot
2019-08-21 18:16 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-21  6:33 [binutils-gdb] Remove some defines from tui-data.h gdb-buildbot
2019-08-21  6:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-21  0:24 [binutils-gdb] Remove NULL check from tui_reg_command gdb-buildbot
2019-08-21  0:26 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-20 17:10 [binutils-gdb] Arm: Fix performance issue with thumb-2 tailcalls gdb-buildbot
2019-08-20 16:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-19 18:49 [binutils-gdb] Fix Fortran regression with variables in nested functions gdb-buildbot
2019-08-19 18:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-19 17:47 [binutils-gdb] Add --with-static-standard-libraries to the top level gdb-buildbot
2019-08-19 17:27 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-17  0:22 [binutils-gdb] [gdb/testsuite] Fix compare-sections.exp with -fPIE/-pie gdb-buildbot
2019-08-17  0:17 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-16 23:31 [binutils-gdb] Remove the TUI execution info window gdb-buildbot
2019-08-16 23:14 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-16 11:40 [binutils-gdb] Fix detection of missing plugin for LTO objects gdb-buildbot
2019-08-16 11:30 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-16 10:01 [binutils-gdb] Move [PAC] into a new MI field addr_flags gdb-buildbot
2019-08-16 10:00 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-16  6:03 [binutils-gdb] Fix bug with character enumeration literal gdb-buildbot
2019-08-16  5:57 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-16  5:25 [binutils-gdb] Rename internal Python functions to start with an underscore gdb-buildbot
2019-08-16  5:18 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-16  4:51 [binutils-gdb] RISC-V: Fix lui relaxation issue with code at address 0 gdb-buildbot
2019-08-16  4:42 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-14 16:03 [binutils-gdb] AArch64: Allow additional sizes in prologue gdb-buildbot
2019-08-14 15:49 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-14  1:27 [binutils-gdb] Simplify tui_show_disassem gdb-buildbot
2019-08-14  1:31 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-14  1:01 [binutils-gdb] Make tui_default_win_height static gdb-buildbot
2019-08-14  1:12 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-12 21:00 [binutils-gdb] Remove readline hack from gdb_select gdb-buildbot
2019-08-12 20:53 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-12 18:25 [binutils-gdb] Remove gdb workaround from readline/emacs_keymap.c gdb-buildbot
2019-08-12 18:28 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-12 17:38 [binutils-gdb] Import readline 7.0 (patch 5) gdb-buildbot
2019-08-12 17:36 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-08-09 21:22 [binutils-gdb] Fix access to uninitialized variable in fill_in_stop_func gdb-buildbot
2019-08-09 21:22 ` Failures on Ubuntu-Aarch64-m64, branch master gdb-buildbot
2019-01-16 22:52 [binutils-gdb] RISC-V: Support ELF attribute for gas and readelf sergiodj+buildbot
2019-01-19 18:29 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-16 21:46 [binutils-gdb] Do not expand macros to 'defined' sergiodj+buildbot
2019-01-19 16:32 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-16 13:55 [binutils-gdb] S12Z: Emit RELOC_S12Z_OPR instead of RELOC_EXT24 where appropriate sergiodj+buildbot
2019-01-19  9:15 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-15 23:04 [binutils-gdb] sim: Fix definition of SIM_ARANGE_INLINE sergiodj+buildbot
2019-01-19  5:35 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-15  1:15 [binutils-gdb] Constify some remote-notif functions sergiodj+buildbot
2019-01-18 22:19 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-15  0:51 [binutils-gdb] Constify target_pass_signals and target_program_signals sergiodj+buildbot
2019-01-18 14:59 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-14 23:32 [binutils-gdb] Fix placement of output in TUI mode sergiodj+buildbot
2019-01-18 11:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-14 21:59 [binutils-gdb] Include <string.h> to dis-asm.h to get strchr declaration sergiodj+buildbot
2019-01-18  7:43 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-14 21:11 [binutils-gdb] [PowerPC] Aliases for vector registers sergiodj+buildbot
2019-01-18  4:08 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-14 19:46 [binutils-gdb] [PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.exp sergiodj+buildbot
2019-01-18  0:29 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-14 15:04 [binutils-gdb] Sync config.guess, config.sub from GCC sergiodj+buildbot
2019-01-17 17:16 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-12 21:26 [binutils-gdb] Implement help/show values for 'set|show style' sergiodj+buildbot
2019-01-16 23:42 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-12 16:44 [binutils-gdb] Add RXv3 instructions sergiodj+buildbot
2019-01-16 20:03 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-12 15:21 [binutils-gdb] expand a bit the in-GDB help for the "catch exception" help text sergiodj+buildbot
2019-01-16 16:21 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-12 11:31 [binutils-gdb] gdb/testsuite: Don't allow paths to appear in test name sergiodj+buildbot
2019-01-16 12:49 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-12  9:25 [binutils-gdb] gdb/23712: Test case for multidictionary sergiodj+buildbot
2019-01-16  1:54 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-12  1:32 [binutils-gdb] gdb/23712: Cleanup/Remove temporary dictionary functions sergiodj+buildbot
2019-01-15 18:35 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-11 17:34 [binutils-gdb] gdb: Fix incorrect variable name in scoped_switch_fork_info sergiodj+buildbot
2019-01-14 20:38 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-11 14:49 [binutils-gdb] Make psymtab_storage::free_psymtabs private sergiodj+buildbot
2019-01-14 13:01 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 23:27 [binutils-gdb] Replace inf_threads_iterator with next_iterator sergiodj+buildbot
2019-01-16  5:32 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 23:02 [binutils-gdb] gdb/23712: Remove dw2_add_symbol_to_list sergiodj+buildbot
2019-01-15 22:14 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 22:39 [binutils-gdb] gdb/23712: Use new multidictionary API sergiodj+buildbot
2019-01-15 14:58 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 22:27 [binutils-gdb] gdb/23712: Introduce multidictionary's sergiodj+buildbot
2019-01-15 11:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 18:20 [binutils-gdb] Fix leak in mdebugread.c sergiodj+buildbot
2019-01-15  0:19 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 17:09 [binutils-gdb] Move psymtabs to their own obstack sergiodj+buildbot
2019-01-14 16:40 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 16:31 [binutils-gdb] Move more allocations to psymtab obstack sergiodj+buildbot
2019-01-14  5:47 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 16:18 [binutils-gdb] Allocate the address map on the psymtab obstack sergiodj+buildbot
2019-01-14  2:11 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 16:06 [binutils-gdb] Introduce objfile::reset_psymtabs sergiodj+buildbot
2019-01-13 22:33 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 15:41 [binutils-gdb] Change symbol_set_names to take an objfile_per_bfd_storage sergiodj+buildbot
2019-01-13 15:21 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 15:30 [binutils-gdb] Change create_demangled_names_hash to take an objfile_per_bfd_storage sergiodj+buildbot
2019-01-13 11:42 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 14:53 [binutils-gdb] Remove parameters from start_psymtab_common sergiodj+buildbot
2019-01-13  0:45 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 14:26 [binutils-gdb] Move some declarations to mdebugread.h sergiodj+buildbot
2019-01-12 17:29 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10 10:21 [binutils-gdb] Sync libiberty sources with gcc master versions sergiodj+buildbot
2019-01-12 13:49 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10  6:23 [binutils-gdb] Remove ALL_OBJFILES_SAFE sergiodj+buildbot
2019-01-11  6:05 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10  4:42 [binutils-gdb] Remove ALL_OBJFILE_PSYMTABS sergiodj+buildbot
2019-01-12  9:47 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10  3:56 [binutils-gdb] Remove ALL_COMPUNIT_FILETABS sergiodj+buildbot
2019-01-11 19:09 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10  2:59 [binutils-gdb] Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS sergiodj+buildbot
2019-01-11  8:07 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10  2:24 [binutils-gdb] Remove ALL_PSPACE_OBJFILES sergiodj+buildbot
2019-01-10 22:55 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-10  1:52 [binutils-gdb] Introduce all_objfiles and next_iterator sergiodj+buildbot
2019-01-10 19:15 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-09 23:01 [binutils-gdb] NEWS: Move changed commands description to Changed commands section sergiodj+buildbot
2019-01-10 12:00 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-09 20:05 [binutils-gdb] S12Z: Don't crash when disassembling invalid instructions sergiodj+buildbot
2019-01-10  8:19 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-09  4:59 [binutils-gdb] Fix leak in linespec.c sergiodj+buildbot
2019-01-09 13:16 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-08 18:21 [binutils-gdb] Fix build failure with macOS bison sergiodj+buildbot
2019-01-09 17:43 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-12 10:10 ` sergiodj+buildbot
2019-01-08 13:01 [binutils-gdb] gdb: Move declarations from symtab.h to source.h sergiodj+buildbot
2019-01-09  2:38 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-08 12:34 [binutils-gdb] gdb: Fix skip of `\r` before `\n` in source output sergiodj+buildbot
2019-01-08 19:25 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-08 12:32 [binutils-gdb] PR24065, 32-bit objcopy fails with 64-bit address ... out of range sergiodj+buildbot
2019-01-08 15:44 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-07  4:49 [binutils-gdb] s12z regen sergiodj+buildbot
2019-01-08  6:44 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-06 21:39 [binutils-gdb] Remove remaining cleanups from c-exp.y sergiodj+buildbot
2019-01-08  3:04 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-06 20:15 [binutils-gdb] Remove string-related cleanup from c-exp.y sergiodj+buildbot
2019-01-07 23:25 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-06 17:00 [binutils-gdb] Use std::vector in type stacks sergiodj+buildbot
2019-01-07 19:46 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-05 17:03 [binutils-gdb] Remove the exception and cleanup checkers sergiodj+buildbot
2019-01-07  2:37 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-05 14:07 [binutils-gdb] RX: include - Add RXv3 support sergiodj+buildbot
2019-01-06 19:17 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-05  8:10 [binutils-gdb] GDB crash re-running program on Windows (native) sergiodj+buildbot
2019-01-06 15:35 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-04 11:20 [binutils-gdb] Use xstrdup in tui_set_source_content sergiodj+buildbot
2019-01-06  0:59 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-04 10:32 [binutils-gdb] Avoid questionable casts in py-symtab.c sergiodj+buildbot
2019-01-05 21:16 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03 23:30 [binutils-gdb] Improve reference counting in py-type.c sergiodj+buildbot
2019-01-05 17:35 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03 22:53 [binutils-gdb] Use a wrapper for PyErr_Fetch sergiodj+buildbot
2019-01-05  6:42 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03 22:06 [binutils-gdb] gdb: Remove final cleanup from find_overload_match sergiodj+buildbot
2019-01-04 19:43 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03 21:54 [binutils-gdb] gdb: Remove a cleanup from find_overload_match sergiodj+buildbot
2019-01-04 15:59 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03 21:41 [binutils-gdb] gdb/remote: Remove a cleanup in remote_check_symbols sergiodj+buildbot
2019-01-04 12:17 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03 19:31 [binutils-gdb] RISC-V: Fix wrong use of s0 register name sergiodj+buildbot
2019-01-04  8:40 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03 14:58 [binutils-gdb] Add 'extern C' if simulator is written in C++ sergiodj+buildbot
2019-01-04  1:27 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03  5:39 [binutils-gdb] Don't build readline/libreadline.a, when --with-system-readline is supplied sergiodj+buildbot
2019-01-03 21:44 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-03  0:11 [binutils-gdb] Remove a cleanup from target-descriptions.c sergiodj+buildbot
2019-01-03 18:03 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-02 23:59 [binutils-gdb] Remove cleanups from linespec.c sergiodj+buildbot
2019-01-03 14:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-02 23:46 [binutils-gdb] Change inferior_to_inferior_object to return a gdbpy_ref sergiodj+buildbot
2019-01-03 10:39 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-02 20:08 [binutils-gdb] Fix search of debug files for remote debuggee sergiodj+buildbot
2019-01-02 23:41 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-01 21:06 [binutils-gdb] Fix leak in record-full.c sergiodj+buildbot
2019-01-01 23:31 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-01 20:25 [binutils-gdb] Fix 'Invalid read of size 4' in search_command_helper sergiodj+buildbot
2019-01-02  1:42 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-01  6:54 [binutils-gdb] rotate gdb/ChangeLog sergiodj+buildbot
2019-01-01  8:50 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-01  6:54 [binutils-gdb] update copyright year printed by gdb, gdbserver and gdbreplay sergiodj+buildbot
2019-01-01 13:00 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2019-01-01  6:42 [binutils-gdb] Update copyright year range in all GDB files sergiodj+buildbot
2019-01-01 10:56 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-30 16:40 [binutils-gdb] Change input_handler to take a unique_xmalloc_ptr sergiodj+buildbot
2018-12-31  6:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-30  9:50 [binutils-gdb] Fix 'help set/show style' strange layouts/results sergiodj+buildbot
2018-12-31  5:54 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-29  4:53 [binutils-gdb] Fix the build when GNU Source Highlight is not available sergiodj+buildbot
2018-12-30 16:07 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-29  0:31 [binutils-gdb] Introduce ui_file_style sergiodj+buildbot
2018-12-29  5:27 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 23:58 [binutils-gdb] Use wclrtoeol in tui_show_source_line sergiodj+buildbot
2018-12-30 10:06 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 23:25 [binutils-gdb] Style the "Reading symbols" message sergiodj+buildbot
2018-12-30  7:01 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 23:02 [binutils-gdb] Style print_address_symbolic sergiodj+buildbot
2018-12-30  3:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 22:50 [binutils-gdb] Style locations when setting a breakpoint sergiodj+buildbot
2018-12-29 21:47 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 22:26 [binutils-gdb] Reset terminal styles sergiodj+buildbot
2018-12-29 12:35 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 22:24 [binutils-gdb] Add output styles to gdb sergiodj+buildbot
2018-12-29  9:50 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 22:14 [binutils-gdb] Change gdb test suite's TERM setting sergiodj+buildbot
2018-12-29  8:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 21:45 [binutils-gdb] Add a "context" argument to add_setshow_enum_cmd sergiodj+buildbot
2018-12-29  3:34 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 21:27 [binutils-gdb] Change wrap buffering to use a std::string sergiodj+buildbot
2018-12-29  1:49 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28 18:09 [binutils-gdb] Fix leak of set/show verbose doc, avoid xfree of static string sergiodj+buildbot
2018-12-28 23:13 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28  7:52 [binutils-gdb] Avoid internal errors when stepping outside 'main' on MinGW sergiodj+buildbot
2018-12-28 21:17 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-28  5:38 [binutils-gdb] PR23966, mingw failure due to 32-bit long sergiodj+buildbot
2018-12-28 17:49 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 22:36 [binutils-gdb] Translate PyExc_KeyboardInterrupt to gdb "quit" sergiodj+buildbot
2018-12-28 13:41 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 21:27 [binutils-gdb] Build gdb "nat" files in subdirectory sergiodj+buildbot
2018-12-28  7:03 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 21:10 [binutils-gdb] Make init.c depend on source files sergiodj+buildbot
2018-12-28  5:00 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 20:58 [binutils-gdb] Remove gdbtypes special case from init.c rule sergiodj+buildbot
2018-12-28  3:00 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 20:47 [binutils-gdb] Remove empty nm-fbsd.h header for FreeBSD/i386 native target sergiodj+buildbot
2018-12-28  1:03 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 20:08 [binutils-gdb] Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_reader sergiodj+buildbot
2018-12-27 22:57 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 12:28 [binutils-gdb] Improve gdb.ada/rename_subscript_param.exp by using more unique names sergiodj+buildbot
2018-12-27 14:59 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 11:24 [binutils-gdb] Fix gdb.ada/fun_renaming.exp by using more unique names sergiodj+buildbot
2018-12-27 19:08 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27 11:07 [binutils-gdb] Fix gdb.ada/assign_arr.exp by using more unique names sergiodj+buildbot
2018-12-27 18:11 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-27  2:10 [binutils-gdb] target.c: Remove struct keyword in range-based for sergiodj+buildbot
2018-12-27 10:39 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-26 17:58 [binutils-gdb] Improve "set debug separate-debug-file" sergiodj+buildbot
2018-12-27  2:08 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-24 18:21 [binutils-gdb] gdb: Add new parser rule for structure field names sergiodj+buildbot
2018-12-26 17:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-24 17:54 [binutils-gdb] Simplify dwarf2_find_containing_comp_unit sergiodj+buildbot
2018-12-24 20:09 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-23 18:40 [binutils-gdb] i386: Remove the unused bfd pointer argument sergiodj+buildbot
2018-12-24 12:41 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-21 21:16 [binutils-gdb] Fix various tests to use -no-pie linker flag when needed sergiodj+buildbot
2018-12-22 11:11 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-21 18:37 [binutils-gdb] gdb: Fix "info os <unknown>" command sergiodj+buildbot
2018-12-22  5:29 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-21 17:28 [binutils-gdb] Fix compile error with clang 3.8 sergiodj+buildbot
2018-12-21 19:41 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-20 22:08 [binutils-gdb] x86: Call rtype_to_howto to get reloc_howto_type pointer sergiodj+buildbot
2018-12-21 17:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-20 21:43 [binutils-gdb] Ensure deterministic result order in gdb.ada/info_auto_lang.exp sergiodj+buildbot
2018-12-21  0:15 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-19 22:20 [binutils-gdb] gdb: Add default frame methods to gdbarch sergiodj+buildbot
2018-12-20 21:41 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-19 16:51 [binutils-gdb] Fix build with latest GCC 9.0 tree sergiodj+buildbot
2018-12-20  3:28 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-18  0:51 [binutils-gdb] gdb/dwarf: Convert some predicates from int to bool sergiodj+buildbot
2018-12-18  3:13 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-17 11:40 [binutils-gdb] AArch64: Fix the gdb build with musl libc sergiodj+buildbot
2018-12-17 13:46 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-16 21:34 [binutils-gdb] Factorize killing the children in linux-ptrace.c, and fix a 'process leak' sergiodj+buildbot
2018-12-17  3:01 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-15  2:55 [binutils-gdb] Minor gdb/Makefile.in cleanups sergiodj+buildbot
2018-12-16 21:19 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-13 20:49 [binutils-gdb] Add an optional "alias" attribute to syscall entries sergiodj+buildbot
2018-12-14 13:12 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-13 20:28 [binutils-gdb] Change get_syscalls_by_group to append to an existing vector of integers sergiodj+buildbot
2018-12-13 23:18 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-13 19:51 [binutils-gdb] RISC-V: Correct printing of MSTATUS and MISA sergiodj+buildbot
2018-12-13 22:18 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-12 21:31 [binutils-gdb] OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix ARI warning sergiodj+buildbot
2018-12-13  4:44 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-12 18:57 [binutils-gdb] gdb/infcall: Make infcall_suspend_state into a class sergiodj+buildbot
2018-12-12 20:32 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-12 18:45 [binutils-gdb] gdb: Update test pattern to deal with native-extended-gdbserver sergiodj+buildbot
2018-12-12 22:46 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-11 22:38 [binutils-gdb] Fix leaks in all the linux osdata annex transfers + code factorization sergiodj+buildbot
2018-12-12  2:17 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-11 14:32 [binutils-gdb] xc16x: Add elf32_xc16x_rtype_to_howto sergiodj+buildbot
2018-12-11 22:25 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-10 11:31 [binutils-gdb] gdb/riscv: Remove whitespace before #include line sergiodj+buildbot
2018-12-11 12:07 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-09  2:05 [binutils-gdb] Look for tgetent in libtinfow sergiodj+buildbot
2018-12-09 14:56 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-08  0:24 [binutils-gdb] gdb/emacs/dir-locals: Update settings for c++-mode sergiodj+buildbot
2018-12-08 15:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-07 22:49 [binutils-gdb] gdb/or1k: Add linux debugging support sergiodj+buildbot
2018-12-08  3:18 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-07 20:48 [binutils-gdb] Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfd sergiodj+buildbot
2018-12-07 22:38 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-07 16:59 [binutils-gdb] elf: Report property change when merging properties sergiodj+buildbot
2018-12-07 20:48 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-07 14:46 [binutils-gdb] PR23952, memory leak in _bfd_generic_read_minisymbols sergiodj+buildbot
2018-12-07 16:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-07 12:44 [binutils-gdb] Synchronize libiberty with gcc and add --no-recruse-limit option to tools that support name demangling sergiodj+buildbot
2018-12-07 14:29 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-06 12:57 [binutils-gdb] sim/opcodes: Allow use of out of tree cgen source directory sergiodj+buildbot
2018-12-06 15:18 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-06 10:52 [binutils-gdb] opcodes/riscv: Hide '.L0 ' fake symbols sergiodj+buildbot
2018-12-06 12:49 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-05 12:43 [binutils-gdb] gdb/testsuite/sim: Remove redundant setting of timeout sergiodj+buildbot
2018-12-05 15:49 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-05 12:07 [binutils-gdb] AArch64: Racy: Don't set empty set of hardware BPs/WPs on new thread sergiodj+buildbot
2018-12-05 13:42 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-04 15:19 [binutils-gdb] x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties sergiodj+buildbot
2018-12-05 11:05 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-03 23:16 [binutils-gdb] RISC-V: Accept version, supervisor ext and more than one NSE for -march sergiodj+buildbot
2018-12-04 14:23 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-12-03 18:28 [binutils-gdb] [aarch64] - Only use MOV for disassembly when shifter op is LSL #0 sergiodj+buildbot
2018-12-03 22:47 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-30 23:52 [binutils-gdb] Use kinfo_getfile to implement fdwalk on FreeBSD sergiodj+buildbot
2018-12-03 14:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-30 19:11 [binutils-gdb] gdb/riscv: Add read_description method for riscv_linux_nat_target sergiodj+buildbot
2018-12-01 22:50 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-30 19:00 [binutils-gdb] gdb/riscv: Create each unique target description only once sergiodj+buildbot
2018-12-01 16:51 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-30 18:29 [binutils-gdb] gdb/riscv: Add equality operators to riscv_gdb_features sergiodj+buildbot
2018-12-01 10:33 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-30 12:21 [binutils-gdb] Fix a memory exhaustion bug when attempting to allocate room for an impossible number of program headers sergiodj+buildbot
2018-11-30 16:37 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-30 12:13 [binutils-gdb] Remove an abort in the bfd library and add a check for an integer overflow when mapping sections to segments sergiodj+buildbot
2018-11-30 14:43 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-30  7:11 [binutils-gdb] PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong sergiodj+buildbot
2018-11-30 10:56 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-29 23:31 [binutils-gdb] Fix leak in forward-search sergiodj+buildbot
2018-11-30  6:54 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-29 22:18 [binutils-gdb] Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD sergiodj+buildbot
2018-11-30  6:06 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-29 21:41 [binutils-gdb] RISC-V: Add missing c.unimp instruction sergiodj+buildbot
2018-11-30  0:53 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-29 18:55 [binutils-gdb] Avoid buffer overflow in value_x_unop sergiodj+buildbot
2018-11-29 22:19 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-27 13:47 [binutils-gdb] AArch64: Fix regression in Cortex A53 erratum when PIE. (PR ld/23904) sergiodj+buildbot
2018-11-27 17:02 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-26 22:26 [binutils-gdb] Fix spurious semicolon in sparc-linux-nat.c sergiodj+buildbot
2018-11-27 12:55 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-26 14:27 [binutils-gdb] Fix Solaris build sergiodj+buildbot
2018-11-26 22:25 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-25 23:41 [binutils-gdb] Implement timestamp'ed output on "make check" sergiodj+buildbot
2018-11-26 14:17 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-25 23:04 [binutils-gdb] Remove obsolete comments from field_fmt sergiodj+buildbot
2018-11-26 13:38 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
2018-11-25 23:01 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-23 14:34 [binutils-gdb] gdbserver: AArch64: Remove cannot_fetch/store_register sergiodj+buildbot
2018-11-24 12:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-23 14:22 [binutils-gdb] Remove declarations of is_running/is_stopped/is_exited sergiodj+buildbot
2018-11-23 16:48 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-22 18:39 [binutils-gdb] Fix follow_exec latent problem sergiodj+buildbot
2018-11-23 14:10 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-22 16:58 [binutils-gdb] Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc sergiodj+buildbot
2018-11-23 14:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-21 21:16 [binutils-gdb] S12Z opcodes: Fix bug disassembling certain shift instructions sergiodj+buildbot
2018-11-22 18:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-21 17:41 [binutils-gdb] Make command-repeat work after gdb.execute sergiodj+buildbot
2018-11-22 16:39 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-21 17:24 [binutils-gdb] C++ify badness_vector, fix leaks sergiodj+buildbot
2018-11-22  5:08 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-21 13:48 [binutils-gdb] Eliminate make_symbol_overload_list-related globals & cleanup sergiodj+buildbot
2018-11-22  2:01 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-21 13:38 [binutils-gdb] invoke_xmethod & array_view sergiodj+buildbot
2018-11-21 23:52 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-21  5:05 [binutils-gdb] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak' sergiodj+buildbot
2018-11-21 15:46 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-20 23:25 [binutils-gdb] Add a test to verify info [functions|variables|types]|rbreak respect language_mode sergiodj+buildbot
2018-11-21 13:18 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-20 22:56 [binutils-gdb] Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language sergiodj+buildbot
2018-11-21 12:58 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-20 22:43 [binutils-gdb] Add class scoped_switch_to_sym_language_if_auto sergiodj+buildbot
2018-11-21 10:08 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-20 18:17 [binutils-gdb] Fix previous change in filestuff.c sergiodj+buildbot
2018-11-20 20:12 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-19 16:20 [binutils-gdb] gdb.base/warning.exp tweaks sergiodj+buildbot
2018-11-19 18:20 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-16 15:13 [binutils-gdb] Aarch64: Fix segfault when casting dummy calls sergiodj+buildbot
2018-11-18 17:42 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-16 14:25 [binutils-gdb] Pass return_method to _push_dummy_call sergiodj+buildbot
2018-11-18 17:18 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-16 14:16 [binutils-gdb] Use enum for return method for dummy calls sergiodj+buildbot
2018-11-16 16:40 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-15  1:08 [binutils-gdb] RISC-V: Handle vector type alignment sergiodj+buildbot
2018-11-15  3:28 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-14 23:56 [binutils-gdb] delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead sergiodj+buildbot
2018-11-15 16:33 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-14 23:34 [binutils-gdb] RISC-V: Give stack slots same align as XLEN sergiodj+buildbot
2018-11-15  1:28 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-14  0:45 [binutils-gdb] RISC-V: Improve linker error for FP mismatch sergiodj+buildbot
2018-11-14 23:10 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-13 13:15 [binutils-gdb] [ARM] Improve indentation of ARM architecture declarations sergiodj+buildbot
2018-11-13 14:45 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-12 16:40 [binutils-gdb] Add completer for skip numbers sergiodj+buildbot
2018-11-13 13:09 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-12 13:38 [binutils-gdb] [BINUTILS, AARCH64, 5/8] Add Tag getting instruction in Memory Tagging Extension sergiodj+buildbot
2018-11-13  0:47 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-12 13:37 [binutils-gdb] [BINUTILS, AARCH64, 3/8] Add Pointer Arithmetic instructions in Memory Tagging Extension sergiodj+buildbot
2018-11-12 20:30 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-12 13:35 [binutils-gdb] [BINUTILS, AARCH64, 1/8] Add support for Memory Tagging Extension for ARMv8.5-A sergiodj+buildbot
2018-11-12 16:16 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-10  1:05 [binutils-gdb] Remove a VEC from remote.c sergiodj+buildbot
2018-11-12 13:35 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09 23:41 [binutils-gdb] Return scoped_fd from open_source_file and find_and_open_source sergiodj+buildbot
2018-11-11 23:17 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09 20:51 [binutils-gdb] Fix unsigned overflow in minsyms reader sergiodj+buildbot
2018-11-10 20:13 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09 17:09 [binutils-gdb] Fix a typo in iconv.m4 sergiodj+buildbot
2018-11-10 19:39 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09 16:53 [binutils-gdb] Correct comment concerning PE timestamp insertion sergiodj+buildbot
2018-11-10 17:48 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09 16:51 [binutils-gdb] Fixed warning from previous patch. Added Changelog sergiodj+buildbot
2018-11-10 13:39 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09 14:55 [binutils-gdb] Stop corruption of ihex output shen addresses are sign extended sergiodj+buildbot
2018-11-10 10:47 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09 11:37 [binutils-gdb] [gdb/symtab] Fix language of duplicate static minimal symbol sergiodj+buildbot
2018-11-10  7:44 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09  2:36 [binutils-gdb] Capitalize "<TAB>" in require_record_target error sergiodj+buildbot
2018-11-10  4:59 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09  0:10 [binutils-gdb] Fix output indentation for "info pretty-printers" sergiodj+buildbot
2018-11-10  2:47 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-09  0:05 [binutils-gdb] Avoid crash when calling warning too early sergiodj+buildbot
2018-11-09 23:57 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-08 16:30 [binutils-gdb] (AArch64) wrong value returned by "finish" for HFA sergiodj+buildbot
2018-11-09 22:55 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-08 11:50 [binutils-gdb] x86-64: fix ZMM register state tracking sergiodj+buildbot
2018-11-09 19:37 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-08 10:32 [binutils-gdb] gdb/riscv: Update test to support targets without FP hardware sergiodj+buildbot
2018-11-09 18:00 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-08 10:31 [binutils-gdb] gdb/riscv: Handle errors while setting the frame id sergiodj+buildbot
2018-11-09 15:27 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-08  1:36 [binutils-gdb] (Ada/tasking) fix array or string index out of range warning sergiodj+buildbot
2018-11-09 13:24 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07 19:25 [binutils-gdb] Add updated French and Portuguese translations sergiodj+buildbot
2018-11-09 10:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07 17:23 [binutils-gdb] Add support for new load commands added by Apple to the MACH-O file format sergiodj+buildbot
2018-11-09  8:35 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07 16:23 [binutils-gdb] gdb: Guard against NULL dereference in dwarf2_init_integer_type sergiodj+buildbot
2018-11-09  5:58 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07 13:32 [binutils-gdb] Regen bfd/configure sergiodj+buildbot
2018-11-09  2:59 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07 11:08 [binutils-gdb] rx: Add target rx-*-linux sergiodj+buildbot
2018-11-08 22:31 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07  5:39 [binutils-gdb] RISC-V: Force variables to .data for code_elim sergiodj+buildbot
2018-11-08 15:39 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07  5:04 [binutils-gdb] gdb: xtensa: use linux ABI code for uclinux sergiodj+buildbot
2018-11-08 12:01 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07  2:34 [binutils-gdb] Note that PT_GETREGS supplies SSTATUS for FreeBSD/riscv sergiodj+buildbot
2018-11-08 10:01 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-07  1:22 [binutils-gdb] Add support for a couple of new Mach-O commands sergiodj+buildbot
2018-11-08  8:32 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-06 23:52 [binutils-gdb] [BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros sergiodj+buildbot
2018-11-07 22:16 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-06 22:50 [binutils-gdb] PowerPC instruction mask checks sergiodj+buildbot
2018-11-07 16:22 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-06 21:18 [binutils-gdb] x86: correctly handle VPBROADCASTD with EVEX.W set outside of 64-bit mode sergiodj+buildbot
2018-11-07 13:54 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-06 20:23 [binutils-gdb] x86: correctly handle VMOVD with EVEX.W set outside of 64-bit mode sergiodj+buildbot
2018-11-07 12:26 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-06 17:28 [binutils-gdb] x86: adjust {,E}VEX.W handling for PEXTR* / PINSR* sergiodj+buildbot
2018-11-07  7:55 ` Failures on Ubuntu-Aarch64-m64, branch master sergiodj+buildbot
2018-11-06 16:26 [binutils-gdb] x86: adjust {,E}VEX.W handling outside of 64-bit mode sergiodj+buildbot
2018-11-06 22:42 ` Failures on Ubuntu-Aarch64-m64, branch master 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).